Home
last modified time | relevance | path

Searched refs:numberOfPlatforms (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/compositor/intern/
H A DCOM_WorkScheduler.cpp246 cl_uint numberOfPlatforms = 0; in initialize() local
248 error = clGetPlatformIDs(0, 0, &numberOfPlatforms); in initialize()
255 printf("%u number of platforms\n", numberOfPlatforms); in initialize()
258 sizeof(cl_platform_id) * numberOfPlatforms, __func__); in initialize()
259 error = clGetPlatformIDs(numberOfPlatforms, platforms, 0); in initialize()
261 for (indexPlatform = 0; indexPlatform < numberOfPlatforms; indexPlatform++) { in initialize()
/dports/audio/praat/praat-6.2.03/melder/
H A DMAT.cpp691 cl_uint numberOfPlatforms; in MATmul_forceOpenCL_() local
692 cl_int status = clGetPlatformIDs (1, & platformIDs, & numberOfPlatforms); in MATmul_forceOpenCL_()