/third_party/mesa3d/src/intel/isl/ |
D | isl_tiled_memcpy.c | 255 isl_mem_copy_fn mem_copy, in linear_to_xtiled() argument 274 mem_copy(dst + ((x0 + yo) ^ swizzle), src + x0, x1 - x0); in linear_to_xtiled() 297 isl_mem_copy_fn mem_copy, in linear_to_ytiled() argument 335 mem_copy(dst + ((xo0 + yo) ^ swizzle0), src + x0, x1 - x0); in linear_to_ytiled() 357 … mem_copy(dst + ((xo0 + yo + 0 * column_width) ^ swizzle0), src + x0 + 0 * src_pitch, x1 - x0); in linear_to_ytiled() 358 … mem_copy(dst + ((xo0 + yo + 1 * column_width) ^ swizzle0), src + x0 + 1 * src_pitch, x1 - x0); in linear_to_ytiled() 359 … mem_copy(dst + ((xo0 + yo + 2 * column_width) ^ swizzle0), src + x0 + 2 * src_pitch, x1 - x0); in linear_to_ytiled() 360 … mem_copy(dst + ((xo0 + yo + 3 * column_width) ^ swizzle0), src + x0 + 3 * src_pitch, x1 - x0); in linear_to_ytiled() 390 mem_copy(dst + ((xo0 + yo) ^ swizzle0), src + x0, x1 - x0); in linear_to_ytiled() 419 isl_mem_copy_fn mem_copy, in xtiled_to_linear() argument [all …]
|
/third_party/mesa3d/docs/relnotes/ |
D | 11.2.1.rst | 64 - i965/tiled_memcopy: Add aligned mem_copy parameters to the [de]tiling 66 - i965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy functions
|
D | 11.1.4.rst | 84 - i965/tiled_memcopy: Add aligned mem_copy parameters to the [de]tiling 86 - i965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy functions
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstallocator.h | 121 GstMemoryCopyFunction mem_copy; member
|
D | gstallocator.c | 137 allocator->mem_copy = _fallback_mem_copy; in gst_allocator_init() 593 alloc->mem_copy = (GstMemoryCopyFunction) _sysmem_copy; in gst_allocator_sysmem_init()
|
D | gstmemory.c | 375 copy = mem->allocator->mem_copy (mem, offset, size); in gst_memory_copy()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglbasememory.c | 539 allocator->fallback_mem_copy = alloc->mem_copy; in gst_gl_base_memory_allocator_init() 543 alloc->mem_copy = (GstMemoryCopyFunction) _mem_copy; in gst_gl_base_memory_allocator_init()
|
D | gstglrenderbuffer.c | 235 alloc->mem_copy = (GstMemoryCopyFunction) _gl_rbo_copy; in gst_gl_renderbuffer_allocator_init()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkmemory.c | 296 alloc->mem_copy = (GstMemoryCopyFunction) _vk_mem_copy; in gst_vulkan_memory_allocator_init()
|
D | gstvkbuffermemory.c | 350 alloc->mem_copy = (GstMemoryCopyFunction) _vk_buffer_mem_copy; in gst_vulkan_buffer_memory_allocator_init()
|
D | gstvkimagememory.c | 692 alloc->mem_copy = (GstMemoryCopyFunction) _vk_image_mem_copy; in gst_vulkan_image_memory_allocator_init()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdksystemmemory.c | 361 base_allocator->mem_copy = gst_msdk_system_memory_copy; in gst_msdk_system_allocator_init()
|
D | gstmsdkvideomemory.c | 442 base_allocator->mem_copy = gst_msdk_video_memory_copy; in gst_msdk_video_allocator_init()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvaallocator.c | 435 self->parent_copy = allocator->mem_copy; in gst_va_dmabuf_allocator_init() 436 allocator->mem_copy = gst_va_dmabuf_mem_copy; in gst_va_dmabuf_allocator_init() 1344 allocator->mem_copy = _va_copy; in gst_va_allocator_init()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudamemory.c | 79 alloc->mem_copy = (GstMemoryCopyFunction) cuda_mem_copy; in gst_cuda_allocator_init()
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvimageallocator.c | 304 alloc->mem_copy = (GstMemoryShareFunction) gst_xvimage_memory_copy; in gst_xvimage_allocator_init()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/ |
D | gstd3d11memory.cpp | 1351 priv->fallback_copy = alloc->mem_copy; in gst_d3d11_allocator_init() 1352 alloc->mem_copy = gst_d3d11_memory_copy; in gst_d3d11_allocator_init()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtph265.c | 165 alloc->mem_copy = (GstMemoryCopyFunction) custom_sysmem_copy; in custom_sysmem_allocator_init()
|
D | rtph264.c | 162 alloc->mem_copy = (GstMemoryCopyFunction) custom_sysmem_copy; in custom_sysmem_allocator_init()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgldownloadelement.c | 378 alloc->mem_copy = gst_memory_nvmm_copy; in gst_allocator_nvmm_init()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 2257 The mem_copy() of the allocator can be called simultaneously from 8318 d3d11memory: Implement GstAllocator::mem_copy method 11132 va: allocator: Implement mem_copy for VA memory. 11133 Implementation of mem_copy() virtual method for GstVaAllocator. 35142 If the memory is not shareable, newly added GstAllocator::mem_copy will
|