Searched defs:MapBuffer (Results 1 – 6 of 6) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/gpu/opencl/ |
| D | opencl_runtime.cc | 629 void *OpenCLRuntime::MapBuffer(const cl::Buffer &buffer, int flags, size_t size, cl::CommandQueue *… in MapBuffer() function in mindspore::lite::opencl::OpenCLRuntime 637 int OpenCLRuntime::MapBuffer(void *host_ptr, int flags, size_t size, cl::CommandQueue *command_queu… in MapBuffer() function in mindspore::lite::opencl::OpenCLRuntime 650 void *OpenCLRuntime::MapBuffer(const cl::Image2D &buffer, bool sync, int flags, const std::vector<s… in MapBuffer() function in mindspore::lite::opencl::OpenCLRuntime
|
| D | opencl_runtime_wrapper.cc | 86 void *OpenCLRuntimeWrapper::MapBuffer(void *host_ptr, int flags, bool sync) { in MapBuffer() function in mindspore::registry::opencl::OpenCLRuntimeWrapper
|
| D | opencl_allocator.cc | 445 void *OpenCLAllocator::MapBuffer(void *host_ptr, int flags, void *command_queue, bool sync) { in MapBuffer() function in mindspore::lite::opencl::OpenCLAllocator
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/opencl/kernel/ |
| D | batchnorm.cc | 137 int BatchNormOpenCLKernel::MapBuffer() { in MapBuffer() function in mindspore::kernel::BatchNormOpenCLKernel
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | ExternalBufferTest.cpp | 249 TEST_P(ExternalBufferTestES31, MapBuffer) in TEST_P() argument
|
| /third_party/vk-gl-cts/external/amber/src/src/dawn/ |
| D | engine_dawn.cc | 247 MapResult MapBuffer(const ::dawn::Device& device, const ::dawn::Buffer& buf) { in MapBuffer() function
|