Home
last modified time | relevance | path

Searched refs:dst_mem (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudamemory.c414 GstCudaMemory *dst_mem; in cuda_mem_copy() local
423 dst_mem = GST_CUDA_MEMORY_CAST (copy); in cuda_mem_copy()
442 param.dstDevice = dst_mem->data + dst_mem->offset[i]; in cuda_mem_copy()
443 param.dstPitch = dst_mem->stride; in cuda_mem_copy()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dtransfer.cpp181 validate_copy(command_queue &q, buffer &dst_mem, in validate_copy() argument
186 if (dst_mem == src_mem) { in validate_copy()
556 auto &dst_mem = obj<buffer>(d_dst_mem); in clEnqueueCopyBuffer() local
565 validate_object(q, dst_mem, dst_origin, dst_pitch, region); in clEnqueueCopyBuffer()
567 validate_copy(q, dst_mem, dst_origin, dst_pitch, in clEnqueueCopyBuffer()
572 hard_copy_op(q, &dst_mem, dst_origin, in clEnqueueCopyBuffer()
593 auto &dst_mem = obj<buffer>(d_dst_mem); in clEnqueueCopyBufferRect() local
602 validate_object(q, dst_mem, dst_origin, dst_pitch, region); in clEnqueueCopyBufferRect()
604 validate_copy(q, dst_mem, dst_origin, dst_pitch, in clEnqueueCopyBufferRect()
609 soft_copy_op(q, &dst_mem, dst_origin, dst_pitch, in clEnqueueCopyBufferRect()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11pluginutils.cpp743 GstMemory *dst_mem, *src_mem; in gst_d3d11_buffer_copy_into() local
754 dst_mem = gst_buffer_peek_memory (dst, i); in gst_d3d11_buffer_copy_into()
757 dst_dmem = (GstD3D11Memory *) dst_mem; in gst_d3d11_buffer_copy_into()
776 if (!gst_memory_map (dst_mem, &dst_info, in gst_d3d11_buffer_copy_into()
785 gst_memory_unmap (dst_mem, &dst_info); in gst_d3d11_buffer_copy_into()
810 gst_memory_unmap (dst_mem, &dst_info); in gst_d3d11_buffer_copy_into()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dfont.c357 util_font_draw_character(void *dst_mem, unsigned dst_stride, unsigned character) in util_font_draw_character() argument
359 unsigned char *dst = (unsigned char*)dst_mem; in util_font_draw_character()