/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
D | CLCommandQueueCL.cpp | 46 commandQueue.getNative()); in CLCommandQueueCL() 56 mCommandQueue.getNative()); in ~CLCommandQueueCL() 80 const cl_mem nativeBuffer = buffer.getImpl<CLMemoryCL>().getNative(); in enqueueReadBuffer() 104 const cl_mem nativeBuffer = buffer.getImpl<CLMemoryCL>().getNative(); in enqueueWriteBuffer() 133 const cl_mem nativeBuffer = buffer.getImpl<CLMemoryCL>().getNative(); in enqueueReadBufferRect() 163 const cl_mem nativeBuffer = buffer.getImpl<CLMemoryCL>().getNative(); in enqueueWriteBufferRect() 188 const cl_mem nativeSrc = srcBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBuffer() 189 const cl_mem nativeDst = dstBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBuffer() 216 const cl_mem nativeSrc = srcBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBufferRect() 217 const cl_mem nativeDst = dstBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBufferRect() [all …]
|
D | CLProgramCL.cpp | 57 nativeDevices.emplace_back(device->getImpl<CLDeviceCL>().getNative()); in build() 76 nativeDevices.emplace_back(device->getImpl<CLDeviceCL>().getNative()); in compile() 85 nativePrograms.emplace_back(program->getImpl<CLProgramCL>().getNative()); in compile() 113 mNative, device.getImpl<CLDeviceCL>().getNative(), cl::ToCLenum(name), valueSize, value, in getBuildInfo()
|
D | CLContextCL.cpp | 64 (*it)->getImpl<CLDeviceCL>().getNative() != nativeDevice) in getDevices() 90 const cl_device_id nativeDevice = device.getImpl<CLDeviceCL>().getNative(); in createCommandQueue() 143 image.getParent() ? image.getParent()->getImpl<CLMemoryCL>().getNative() : nullptr; in createImage() 283 nativeDevices.emplace_back(device->getImpl<CLDeviceCL>().getNative()); in createProgramWithBinary() 301 nativeDevices.emplace_back(device->getImpl<CLDeviceCL>().getNative()); in createProgramWithBuiltInKernels() 320 nativeDevices.emplace_back(device->getImpl<CLDeviceCL>().getNative()); in linkProgram() 329 nativePrograms.emplace_back(inputProgram->getImpl<CLProgramCL>().getNative()); in linkProgram()
|
D | CLSamplerCL.h | 24 cl_sampler getNative() const; 30 inline cl_sampler CLSamplerCL::getNative() const in getNative() function
|
D | CLKernelCL.h | 24 cl_kernel getNative() const; 34 inline cl_kernel CLKernelCL::getNative() const in getNative() function
|
D | CLSamplerCL.cpp | 21 sampler.getContext().getImpl<CLContextCL>().mData->mSamplers.emplace(sampler.getNative()); in CLSamplerCL() 27 mSampler.getContext().getImpl<CLContextCL>().mData->mSamplers.erase(mSampler.getNative()); in ~CLSamplerCL()
|
D | CLMemoryCL.h | 22 cl_mem getNative() const; 35 inline cl_mem CLMemoryCL::getNative() const in getNative() function
|
D | CLEventCL.h | 24 cl_event getNative() const; 45 inline cl_event CLEventCL::getNative() const in getNative() function
|
D | CLPlatformCL.h | 21 cl_platform_id getNative() const; 48 inline cl_platform_id CLPlatformCL::getNative() const in getNative() function
|
D | CLKernelCL.cpp | 141 value = memory->cast<cl::Memory>().getImpl<CLMemoryCL>().getNative(); in setArg() 149 value = sampler->cast<cl::Sampler>().getImpl<CLSamplerCL>().getNative(); in setArg() 157 value = queue->cast<cl::CommandQueue>().getImpl<CLCommandQueueCL>().getNative(); in setArg() 186 const cl_device_id device = ctx.getDevices()[index]->getImpl<CLDeviceCL>().getNative(); in createInfo()
|
D | CLDeviceCL.h | 21 cl_device_id getNative() const; 44 inline cl_device_id CLDeviceCL::getNative() const in getNative() function
|
D | CLMemoryCL.cpp | 21 memory.getContext().getImpl<CLContextCL>().mData->mMemories.emplace(memory.getNative()); in CLMemoryCL() 27 mMemory.getContext().getImpl<CLContextCL>().mData->mMemories.erase(mMemory.getNative()); in ~CLMemoryCL()
|
D | CLProgramCL.h | 24 cl_program getNative() const; 63 inline cl_program CLProgramCL::getNative() const in getNative() function
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkWsiUtil.cpp | 284 xlibDisplay.getNative(), in createSurface() 285 xlibWindow.getNative() in createSurface() 300 xcbDisplay.getNative(), in createSurface() 301 xcbWindow.getNative() in createSurface() 316 waylandDisplay.getNative(), in createSurface() 317 waylandWindow.getNative() in createSurface() 331 androidWindow.getNative() in createSurface() 346 win32Display.getNative(), in createSurface() 347 win32Window.getNative() in createSurface() 361 macOSWindow.getNative() in createSurface() [all …]
|
D | vkWsiPlatform.hpp | 83 NativeType getNative (void) const { return m_native; } in getNative() function 99 NativeType getNative (void) const { return m_native; } in getNative() function
|
/third_party/node/deps/npm/node_modules/lodash._createcache/ |
D | index.js | 9 var getNative = require('lodash._getnative'); variable 12 var Set = getNative(global, 'Set'); 15 var nativeCreate = getNative(Object, 'create');
|
/third_party/node/deps/npm/node_modules/lodash._getnative/ |
D | index.js | 56 function getNative(object, key) { function 137 module.exports = getNative;
|
D | README.md | 3 …sh/wiki/Build-Differences) of [lodash’s](https://lodash.com/) internal `getNative` exported as a [… 17 var getNative = require('lodash._getnative');
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
D | dispatch.cpp | 41 if (EntryPointsLib() && EntryPointsLib()->getNative() != nullptr) in CreateDispatch() 75 if (EntryPointsLib() && EntryPointsLib()->getNative() != nullptr) in CreateDispatch()
|
/third_party/node/deps/npm/node_modules/lodash.uniq/ |
D | index.js | 231 var Map = getNative(root, 'Map'), 232 Set = getNative(root, 'Set'), 233 nativeCreate = getNative(Object, 'create'); 718 function getNative(object, key) { function
|
/third_party/node/deps/npm/node_modules/lodash.clonedeep/ |
D | index.js | 337 var DataView = getNative(root, 'DataView'), 338 Map = getNative(root, 'Map'), 339 Promise = getNative(root, 'Promise'), 340 Set = getNative(root, 'Set'), 341 WeakMap = getNative(root, 'WeakMap'), 342 nativeCreate = getNative(Object, 'create'); 1178 function getNative(object, key) { function
|
/third_party/node/deps/npm/node_modules/lodash._createset/ |
D | index.js | 134 var Set = getNative(root, 'Set'); 155 function getNative(object, key) { function
|
/third_party/skia/third_party/externals/angle2/include/ |
D | angle_cl.h | 78 NativeObjectType *getNative() { return static_cast<NativeObjectType *>(this); } in getNative() function 80 const NativeObjectType *getNative() const in getNative() function
|
/third_party/node/deps/npm/node_modules/lodash.union/ |
D | index.js | 278 var Map = getNative(root, 'Map'), 279 Set = getNative(root, 'Set'), 280 nativeCreate = getNative(Object, 'create'); 828 function getNative(object, key) { function
|
/third_party/node/deps/npm/node_modules/lodash._baseuniq/ |
D | index.js | 186 var Map = getNative(root, 'Map'), 187 nativeCreate = getNative(Object, 'create'); 645 function getNative(object, key) { function
|