/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | CLContext.cpp | 268 cl_program Context::createProgramWithBinary(cl_uint numDevices, in createProgramWithBinary() argument 276 devs.reserve(numDevices); in createProgramWithBinary() 277 while (numDevices-- != 0u) in createProgramWithBinary() 285 cl_program Context::createProgramWithBuiltInKernels(cl_uint numDevices, in createProgramWithBuiltInKernels() argument 291 devs.reserve(numDevices); in createProgramWithBuiltInKernels() 292 while (numDevices-- != 0u) in createProgramWithBuiltInKernels() 299 cl_program Context::linkProgram(cl_uint numDevices, in linkProgram() argument 309 devices.reserve(numDevices); in linkProgram() 310 while (numDevices-- != 0u) in linkProgram()
|
D | CLPlatform.cpp | 185 cl_uint *numDevices) const in getDeviceIDs() 199 if (numDevices != nullptr) in getDeviceIDs() 201 *numDevices = found; in getDeviceIDs() 214 cl_uint numDevices, in CreateContext() argument 225 devs.reserve(numDevices); in CreateContext() 226 while (numDevices-- != 0u) in CreateContext()
|
D | CLProgram.cpp | 18 cl_int Program::build(cl_uint numDevices, in build() argument 25 devices.reserve(numDevices); in build() 26 while (numDevices-- != 0u) in build() 41 cl_int Program::compile(cl_uint numDevices, in compile() argument 51 devices.reserve(numDevices); in compile() 52 while (numDevices-- != 0u) in compile()
|
D | CLContext.h | 88 cl_program createProgramWithBinary(cl_uint numDevices, 95 cl_program createProgramWithBuiltInKernels(cl_uint numDevices, 100 cl_program linkProgram(cl_uint numDevices,
|
D | CLPlatform.h | 41 cl_uint *numDevices) const; 44 cl_uint numDevices,
|
D | CLProgram.h | 28 cl_int build(cl_uint numDevices, 34 cl_int compile(cl_uint numDevices,
|
D | CLDevice.cpp | 330 cl_uint numDevices, in createSubDevices() argument 336 numDevices = 0u; in createSubDevices() 340 mImpl->createSubDevices(properties, numDevices, subDeviceCreateFuncs, numDevicesRet); in createSubDevices()
|
D | CLDevice.h | 31 cl_uint numDevices,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
D | CLProgramCL.cpp | 59 const cl_uint numDevices = static_cast<cl_uint>(nativeDevices.size()); in build() local 63 return mNative->getDispatch().clBuildProgram(mNative, numDevices, nativeDevicesPtr, options, in build() 78 const cl_uint numDevices = static_cast<cl_uint>(nativeDevices.size()); in compile() local 92 return mNative->getDispatch().clCompileProgram(mNative, numDevices, nativeDevicesPtr, options, in compile()
|
D | CLDeviceCL.cpp | 214 cl_uint numDevices, in createSubDevices() argument 218 if (numDevices == 0u) in createSubDevices() 224 std::vector<cl_device_id> nativeSubDevices(numDevices, nullptr); in createSubDevices() 226 mNative, properties, numDevices, nativeSubDevices.data(), nullptr); in createSubDevices()
|
D | CLPlatformCL.cpp | 321 cl_uint numDevices = 0u; in createDevices() local 323 &numDevices) == CL_SUCCESS) in createDevices() 325 std::vector<cl_device_id> nativeDevices(numDevices, nullptr); in createDevices() 326 if (mNative->getDispatch().clGetDeviceIDs(mNative, CL_DEVICE_TYPE_ALL, numDevices, in createDevices()
|
D | CLDeviceCL.h | 32 cl_uint numDevices,
|
D | CLContextCL.cpp | 322 const cl_uint numDevices = static_cast<cl_uint>(nativeDevices.size()); in linkProgram() local 335 mNative, numDevices, nativeDevicesPtr, options, numInputHeaders, nativePrograms.data(), in linkProgram()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | WGL_NV_video_output.txt | 109 BOOL wglGetVideoDeviceNV(HDC hDC, int numDevices, 198 BOOL wglGetVideoDeviceNV(HDC hDC, int numDevices, 201 returns an array of upto <numDevices> handles to the available video 202 devices in the array <hpVideoDevice>. <numDevices> must be 206 that <numDevices>; in that case the first <numDevices> device handles 207 are returned. It is an error if <numDevices> is larger than the 218 ERROR_INVALID_VALUE <numDevices> is negative.
|
/third_party/openGLES/extensions/NV/ |
D | WGL_NV_video_output.txt | 109 BOOL wglGetVideoDeviceNV(HDC hDC, int numDevices, 198 BOOL wglGetVideoDeviceNV(HDC hDC, int numDevices, 201 returns an array of upto <numDevices> handles to the available video 202 devices in the array <hpVideoDevice>. <numDevices> must be 206 that <numDevices>; in that case the first <numDevices> device handles 207 are returned. It is an error if <numDevices> is larger than the 218 ERROR_INVALID_VALUE <numDevices> is negative.
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkQueryUtil.cpp | 78 deUint32 numDevices = 0; in enumeratePhysicalDevices() local 81 VK_CHECK(vk.enumeratePhysicalDevices(instance, &numDevices, DE_NULL)); in enumeratePhysicalDevices() 83 if (numDevices > 0) in enumeratePhysicalDevices() 85 devices.resize(numDevices); in enumeratePhysicalDevices() 86 VK_CHECK(vk.enumeratePhysicalDevices(instance, &numDevices, &devices[0])); in enumeratePhysicalDevices() 88 if ((size_t)numDevices != devices.size()) in enumeratePhysicalDevices()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | CLDeviceVk.h | 33 cl_uint numDevices,
|
D | CLDeviceVk.cpp | 51 cl_uint numDevices, in createSubDevices() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | CLDeviceImpl.h | 78 cl_uint numDevices,
|
/third_party/mesa3d/include/CL/ |
D | cl2.hpp | 2811 size_type numDevices = devices.size(); in Context() local 2812 vector<cl_device_id> deviceIDs(numDevices); in Context() 2814 for( size_type deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) { in Context() 2819 properties, (cl_uint) numDevices, in Context() 6452 const size_type numDevices = devices.size(); 6455 if(binaries.size() != numDevices) { 6465 vector<size_type> lengths(numDevices); 6466 vector<const unsigned char*> images(numDevices); 6468 for (size_type i = 0; i < numDevices; ++i) { 6473 for (size_type i = 0; i < numDevices; ++i) { [all …]
|
D | cl.hpp | 2525 ::size_t numDevices = devices.size(); in Context() 2526 cl_device_id* deviceIDs = (cl_device_id*) alloca(numDevices * sizeof(cl_device_id)); in Context() 2527 for( ::size_t deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) { in Context() 2532 properties, (cl_uint) numDevices, in Context() 5149 const ::size_t numDevices = devices.size(); in Program() local 5152 if(binaries.size() != numDevices) { in Program() 5161 ::size_t* lengths = (::size_t*) alloca(numDevices * sizeof(::size_t)); in Program() 5162 …const unsigned char** images = (const unsigned char**) alloca(numDevices * sizeof(const unsigned c… in Program() 5164 for (::size_t i = 0; i < numDevices; ++i) { in Program() 5169 cl_device_id* deviceIDs = (cl_device_id*) alloca(numDevices * sizeof(cl_device_id)); in Program() [all …]
|
/third_party/openGLES/api/GL/ |
D | wglext.h | 807 typedef BOOL (WINAPI * PFNWGLGETVIDEODEVICENVPROC) (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevi… 814 BOOL WINAPI wglGetVideoDeviceNV (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevice);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
D | wglext.h | 812 typedef BOOL (WINAPI * PFNWGLGETVIDEODEVICENVPROC) (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevi… 819 BOOL WINAPI wglGetVideoDeviceNV (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevice);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | wglext.h | 812 typedef BOOL (WINAPI * PFNWGLGETVIDEODEVICENVPROC) (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevi… 819 BOOL WINAPI wglGetVideoDeviceNV (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevice);
|
/third_party/skia/third_party/externals/angle2/src/third_party/khronos/GL/ |
D | wglext.h | 802 typedef BOOL (WINAPI * PFNWGLGETVIDEODEVICENVPROC) (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevi… 809 BOOL WINAPI wglGetVideoDeviceNV (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevice);
|