Home
last modified time | relevance | path

Searched refs:UnmapBuffer (Results 1 – 25 of 133) sorted by relevance

123456

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DBufferTests.cpp557 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/
Dbatchnorm.cc108 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()
Dbatchnorm.h40 int UnmapBuffer();
Dgather.cc185 if (allocator->UnmapBuffer(indices_data_) != RET_OK) { in ConvertTensorToweight()
189 if (allocator->UnmapBuffer(indices_tensor->data()) != RET_OK) { in ConvertTensorToweight()
Dfullconnection.cc198 if (allocator->UnmapBuffer(padWeight_) != RET_OK) { in InitFilter()
245 if (allocator->UnmapBuffer(bias_) != RET_OK) { in InitBias()
Dlayer_norm.cc188 if (allocator->UnmapBuffer(gamma_) != RET_OK) { in Initweight()
192 if (allocator->UnmapBuffer(beta_) != RET_OK) { in Initweight()
Dmatmul.cc200 if (allocator->UnmapBuffer(padWeight_) != RET_OK) { in InitWeights()
246 if (allocator->UnmapBuffer(bias_) != RET_OK) { in InitBias()
Dconv2d_transpose.cc229 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/
Dopencl_allocator.cc90 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()
Dopencl_runtime_wrapper.cc95 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()
Dopencl_runtime.h134 …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;
Dopencl_allocator.h77 int UnmapBuffer(void *host_ptr, void *command_queue = nullptr);
/third_party/mesa3d/src/mesa/main/
Dpbo.c288 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/
Dentry_points_gl_1_5_autogen.cpp418 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()
Dentry_points_gl_1_5_autogen.h46 ANGLE_EXPORT GLboolean GL_APIENTRY UnmapBuffer(GLenum target);
/third_party/mindspore/mindspore/lite/include/registry/
Dopencl_runtime_wrapper.h102 Status UnmapBuffer(void *host_ptr);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbuffer.c222 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/
DBufferGL.cpp85 gl.UnmapBuffer(GL_ARRAY_BUFFER); in UnmapImpl()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_primitive_restart.c218 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/
DEXT_pixel_buffer_object.txt80 - 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/
DEXT_pixel_buffer_object.txt80 - 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/
DBufferGL.cpp174 gl.UnmapBuffer(GL_ARRAY_BUFFER); in UnmapImpl()
/third_party/skia/src/gpu/gl/
DGrGLAssembleGLESInterfaceAutogen.cpp351 GET_PROC(UnmapBuffer); in GrGLMakeAssembledGLESInterface()
353 GET_PROC_SUFFIX(UnmapBuffer, OES); in GrGLMakeAssembledGLESInterface()
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_bufferobj.c182 functions->UnmapBuffer = nouveau_bufferobj_unmap; in nouveau_bufferobj_functions_init()
/third_party/flutter/skia/src/gpu/gl/
DGrGLAssembleGLESInterfaceAutogen.cpp316 GET_PROC(UnmapBuffer); in GrGLMakeAssembledGLESInterface()
318 GET_PROC_SUFFIX(UnmapBuffer, OES); in GrGLMakeAssembledGLESInterface()

123456