Home
last modified time | relevance | path

Searched refs:numDevices (Results 1 – 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLContext.cpp268 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()
DCLPlatform.cpp185 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()
DCLProgram.cpp18 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()
DCLContext.h88 cl_program createProgramWithBinary(cl_uint numDevices,
95 cl_program createProgramWithBuiltInKernels(cl_uint numDevices,
100 cl_program linkProgram(cl_uint numDevices,
DCLPlatform.h41 cl_uint *numDevices) const;
44 cl_uint numDevices,
DCLProgram.h28 cl_int build(cl_uint numDevices,
34 cl_int compile(cl_uint numDevices,
DCLDevice.cpp330 cl_uint numDevices, in createSubDevices() argument
336 numDevices = 0u; in createSubDevices()
340 mImpl->createSubDevices(properties, numDevices, subDeviceCreateFuncs, numDevicesRet); in createSubDevices()
DCLDevice.h31 cl_uint numDevices,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLProgramCL.cpp59 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()
DCLDeviceCL.cpp214 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()
DCLPlatformCL.cpp321 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()
DCLDeviceCL.h32 cl_uint numDevices,
DCLContextCL.cpp322 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/
DWGL_NV_video_output.txt109 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/
DWGL_NV_video_output.txt109 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/
DvkQueryUtil.cpp78 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/
DCLDeviceVk.h33 cl_uint numDevices,
DCLDeviceVk.cpp51 cl_uint numDevices, in createSubDevices() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DCLDeviceImpl.h78 cl_uint numDevices,
/third_party/mesa3d/include/CL/
Dcl2.hpp2811 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 …]
Dcl.hpp2525 ::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/
Dwglext.h807 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/
Dwglext.h812 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/
Dwglext.h812 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/
Dwglext.h802 typedef BOOL (WINAPI * PFNWGLGETVIDEODEVICENVPROC) (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevi…
809 BOOL WINAPI wglGetVideoDeviceNV (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevice);

12