/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | BufferTests.cpp | 557 void UnmapBuffer(const wgpu::Buffer& buffer) { in UnmapBuffer() function in BufferMappedAtCreationTests 583 UnmapBuffer(buffer); in TEST_P() 591 UnmapBuffer(buffer); in TEST_P() 595 UnmapBuffer(buffer); in TEST_P() 602 UnmapBuffer(buffer); in TEST_P() 617 UnmapBuffer(buffer); in TEST_P() 631 UnmapBuffer(buffer); in TEST_P() 636 UnmapBuffer(buffer); in TEST_P() 648 UnmapBuffer(buffer); in TEST_P() 673 UnmapBuffer(buffer); in TEST_P() [all …]
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/ |
D | batchnorm.cc | 108 int BatchNormOpenCLKernel::UnmapBuffer() { in UnmapBuffer() function in mindspore::kernel::BatchNormOpenCLKernel 110 if (allocator->UnmapBuffer(scale_) != RET_OK) { in UnmapBuffer() 113 if (allocator->UnmapBuffer(offset_) != RET_OK) { in UnmapBuffer() 116 if (allocator->UnmapBuffer(mean_) != RET_OK) { in UnmapBuffer() 119 if (allocator->UnmapBuffer(variance_) != RET_OK) { in UnmapBuffer() 231 if (UnmapBuffer() != RET_OK) { in Initweight()
|
D | batchnorm.h | 40 int UnmapBuffer();
|
D | gather.cc | 185 if (allocator->UnmapBuffer(indices_data_) != RET_OK) { in ConvertTensorToweight() 189 if (allocator->UnmapBuffer(indices_tensor->data()) != RET_OK) { in ConvertTensorToweight()
|
D | fullconnection.cc | 198 if (allocator->UnmapBuffer(padWeight_) != RET_OK) { in InitFilter() 245 if (allocator->UnmapBuffer(bias_) != RET_OK) { in InitBias()
|
D | layer_norm.cc | 188 if (allocator->UnmapBuffer(gamma_) != RET_OK) { in Initweight() 192 if (allocator->UnmapBuffer(beta_) != RET_OK) { in Initweight()
|
D | matmul.cc | 200 if (allocator->UnmapBuffer(padWeight_) != RET_OK) { in InitWeights() 246 if (allocator->UnmapBuffer(bias_) != RET_OK) { in InitBias()
|
D | conv2d_transpose.cc | 229 if (allocator->UnmapBuffer(padWeight_) != RET_OK) { in InitFilter() 278 if (allocator->UnmapBuffer(bias_) != RET_OK) { in InitBias()
|
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/ |
D | opencl_allocator.cc | 90 ret = ocl_runtime_->UnmapBuffer(*mem, host_ptr); in CreateBuffer() 141 ret = ocl_runtime_->UnmapBuffer(*mem, *host_ptr); in CreateImage2D() 280 int ret = UnmapBuffer(buf); in Free() 404 int ret = UnmapBuffer(it->second->host_ptr_); in ClearMemList() 506 int OpenCLAllocator::UnmapBuffer(void *host_ptr, void *command_queue) { in UnmapBuffer() function in mindspore::lite::opencl::OpenCLAllocator 510 return ocl_runtime_->UnmapBuffer(host_ptr); in UnmapBuffer() 523 …return ocl_runtime_->UnmapBuffer(*mem, it->second->host_ptr_, static_cast<cl::CommandQueue *>(comm… in UnmapBuffer()
|
D | opencl_runtime_wrapper.cc | 95 Status OpenCLRuntimeWrapper::UnmapBuffer(void *host_ptr) { in UnmapBuffer() function in mindspore::registry::opencl::OpenCLRuntimeWrapper 98 if (ocl_runtime->GetAllocator()->UnmapBuffer(host_ptr, nullptr) == RET_OK) { in UnmapBuffer()
|
D | opencl_runtime.h | 134 …int UnmapBuffer(const cl::Memory &buffer, void *host_ptr, cl::CommandQueue *command_queue = nullpt… 135 int UnmapBuffer(void *host_ptr, cl::CommandQueue *command_queue = nullptr) const;
|
D | opencl_allocator.h | 77 int UnmapBuffer(void *host_ptr, void *command_queue = nullptr);
|
/third_party/mesa3d/src/mesa/main/ |
D | pbo.c | 288 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj, MAP_INTERNAL); in _mesa_unmap_pbo_source() 385 ctx->Driver.UnmapBuffer(ctx, pack->BufferObj, MAP_INTERNAL); in _mesa_unmap_pbo_dest() 482 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj, MAP_INTERNAL); in _mesa_unmap_teximage_pbo()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_5_autogen.cpp | 418 GLboolean GL_APIENTRY UnmapBuffer(GLenum target) in UnmapBuffer() function 436 returnValue = GetDefaultReturnValue<EntryPoint::UnmapBuffer, GLboolean>(); in UnmapBuffer() 438 ANGLE_CAPTURE(UnmapBuffer, isCallValid, context, targetPacked, returnValue); in UnmapBuffer() 442 returnValue = GetDefaultReturnValue<EntryPoint::UnmapBuffer, GLboolean>(); in UnmapBuffer()
|
D | entry_points_gl_1_5_autogen.h | 46 ANGLE_EXPORT GLboolean GL_APIENTRY UnmapBuffer(GLenum target);
|
/third_party/mindspore/mindspore/lite/include/registry/ |
D | opencl_runtime_wrapper.h | 102 Status UnmapBuffer(void *host_ptr);
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglbuffer.c | 222 gl->UnmapBuffer (mem->target); in gst_gl_buffer_cpu_access() 274 gl->UnmapBuffer (mem->target); in gst_gl_buffer_upload_cpu_write() 316 gl->UnmapBuffer (mem->target); in _gl_buffer_unmap()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | BufferGL.cpp | 85 gl.UnmapBuffer(GL_ARRAY_BUFFER); in UnmapImpl()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_primitive_restart.c | 218 ctx->Driver.UnmapBuffer(ctx, indirect, MAP_INTERNAL); in vbo_sw_primitive_restart_common_start() 239 ctx->Driver.UnmapBuffer(ctx, ib->obj, MAP_INTERNAL); in vbo_sw_primitive_restart_common_start()
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_pixel_buffer_object.txt | 80 - Streaming textures. If the application uses MapBuffer/UnmapBuffer 205 BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, 392 if (!UnmapBuffer(PIXEL_UNPACK_BUFFER_EXT)) { 460 if (!UnmapBuffer(PIXEL_PACK_BUFFER_EXT)) { 464 if (!UnmapBuffer(PIXEL_PACK_BUFFER_EXT)) {
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_pixel_buffer_object.txt | 80 - Streaming textures. If the application uses MapBuffer/UnmapBuffer 205 BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, 392 if (!UnmapBuffer(PIXEL_UNPACK_BUFFER_EXT)) { 460 if (!UnmapBuffer(PIXEL_PACK_BUFFER_EXT)) { 464 if (!UnmapBuffer(PIXEL_PACK_BUFFER_EXT)) {
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | BufferGL.cpp | 174 gl.UnmapBuffer(GL_ARRAY_BUFFER); in UnmapImpl()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLAssembleGLESInterfaceAutogen.cpp | 351 GET_PROC(UnmapBuffer); in GrGLMakeAssembledGLESInterface() 353 GET_PROC_SUFFIX(UnmapBuffer, OES); in GrGLMakeAssembledGLESInterface()
|
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_bufferobj.c | 182 functions->UnmapBuffer = nouveau_bufferobj_unmap; in nouveau_bufferobj_functions_init()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLAssembleGLESInterfaceAutogen.cpp | 316 GET_PROC(UnmapBuffer); in GrGLMakeAssembledGLESInterface() 318 GET_PROC_SUFFIX(UnmapBuffer, OES); in GrGLMakeAssembledGLESInterface()
|