Searched refs:nPlatforms (Results 1 – 5 of 5) sorted by relevance
/dports/x11/virtualgl/virtualgl-3.0/server/ |
H A D | dlfakerut-test.c | 81 cl_uint nPlatforms = 0, pi, nDevices = 0, di; in test() local 123 if((oclerr = _clGetPlatformIDs(0, NULL, &nPlatforms)) != CL_SUCCESS in test() 126 if(nPlatforms) in test() 129 (cl_platform_id *)malloc(sizeof(cl_platform_id) * nPlatforms)) == NULL) in test() 131 if(_clGetPlatformIDs(nPlatforms, platforms, NULL) != CL_SUCCESS) in test() 134 for(pi = 0; pi < nPlatforms; pi++) in test()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/opencl/source/ |
H A D | openclwrapper.cxx | 681 cl_uint nPlatforms; in fillOpenCLInfo() local 682 cl_int nState = clGetPlatformIDs(0, nullptr, &nPlatforms); in fillOpenCLInfo() 689 cl_platform_id* pPlatforms = new cl_platform_id[nPlatforms]; in fillOpenCLInfo() 690 nState = clGetPlatformIDs(nPlatforms, pPlatforms, nullptr); in fillOpenCLInfo() 695 for(size_t i = 0; i < nPlatforms; ++i) in fillOpenCLInfo()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/opencl/source/ |
H A D | openclwrapper.cxx | 681 cl_uint nPlatforms; in fillOpenCLInfo() local 682 cl_int nState = clGetPlatformIDs(0, nullptr, &nPlatforms); in fillOpenCLInfo() 689 cl_platform_id* pPlatforms = new cl_platform_id[nPlatforms]; in fillOpenCLInfo() 690 nState = clGetPlatformIDs(nPlatforms, pPlatforms, nullptr); in fillOpenCLInfo() 695 for(size_t i = 0; i < nPlatforms; ++i) in fillOpenCLInfo()
|
/dports/biology/biococoa/biococoa-2.2.2/BCFoundation/BCGeneExpression/ |
H A D | BCSeries.m | 307 [s appendString: @"\nPlatforms:\n"];
|
/dports/security/py-stix2/cti-python-stix2-2.1.0/docs/guide/ |
H A D | filesystem.ipynb | 385 …he operating system to collect necessary information for analysis.\\n\\nPlatforms: Windows Server …
|