Searched refs:numAssociatedDevices (Results 1 – 4 of 4) sorted by relevance
/dports/devel/bullet/bullet3-3.21/src/Bullet3OpenCL/Initialize/ |
H A D | b3OpenCLUtils.cpp | 885 cl_uint numAssociatedDevices; in b3OpenCLUtils_compileCLProgramFromString() local 886 …= clGetProgramInfo(m_cpProgram, CL_PROGRAM_NUM_DEVICES, sizeof(cl_uint), &numAssociatedDevices, 0); in b3OpenCLUtils_compileCLProgramFromString() 888 if (numAssociatedDevices == 1) in b3OpenCLUtils_compileCLProgramFromString()
|
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3OpenCL/Initialize/ |
H A D | b3OpenCLUtils.cpp | 885 cl_uint numAssociatedDevices; in b3OpenCLUtils_compileCLProgramFromString() local 886 …= clGetProgramInfo(m_cpProgram, CL_PROGRAM_NUM_DEVICES, sizeof(cl_uint), &numAssociatedDevices, 0); in b3OpenCLUtils_compileCLProgramFromString() 888 if (numAssociatedDevices == 1) in b3OpenCLUtils_compileCLProgramFromString()
|
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/Initialize/ |
H A D | b3OpenCLUtils.cpp | 885 cl_uint numAssociatedDevices; in b3OpenCLUtils_compileCLProgramFromString() local 886 …= clGetProgramInfo(m_cpProgram, CL_PROGRAM_NUM_DEVICES, sizeof(cl_uint), &numAssociatedDevices, 0); in b3OpenCLUtils_compileCLProgramFromString() 888 if (numAssociatedDevices == 1) in b3OpenCLUtils_compileCLProgramFromString()
|
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/Initialize/ |
H A D | b3OpenCLUtils.cpp | 885 cl_uint numAssociatedDevices; in b3OpenCLUtils_compileCLProgramFromString() local 886 …= clGetProgramInfo(m_cpProgram, CL_PROGRAM_NUM_DEVICES, sizeof(cl_uint), &numAssociatedDevices, 0); in b3OpenCLUtils_compileCLProgramFromString() 888 if (numAssociatedDevices == 1) in b3OpenCLUtils_compileCLProgramFromString()
|