Home
last modified time | relevance | path

Searched defs:MapBuffer (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/gpu/opencl/
Dopencl_runtime.cc629 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
Dopencl_runtime_wrapper.cc86 void *OpenCLRuntimeWrapper::MapBuffer(void *host_ptr, int flags, bool sync) { in MapBuffer() function in mindspore::registry::opencl::OpenCLRuntimeWrapper
Dopencl_allocator.cc445 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/
Dbatchnorm.cc137 int BatchNormOpenCLKernel::MapBuffer() { in MapBuffer() function in mindspore::kernel::BatchNormOpenCLKernel
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DExternalBufferTest.cpp249 TEST_P(ExternalBufferTestES31, MapBuffer) in TEST_P() argument
/third_party/vk-gl-cts/external/amber/src/src/dawn/
Dengine_dawn.cc247 MapResult MapBuffer(const ::dawn::Device& device, const ::dawn::Buffer& buf) { in MapBuffer() function