Home
last modified time | relevance | path

Searched refs:mem_copy (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/intel/isl/
Disl_tiled_memcpy.c255 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()
357mem_copy(dst + ((xo0 + yo + 0 * column_width) ^ swizzle0), src + x0 + 0 * src_pitch, x1 - x0); in linear_to_ytiled()
358mem_copy(dst + ((xo0 + yo + 1 * column_width) ^ swizzle0), src + x0 + 1 * src_pitch, x1 - x0); in linear_to_ytiled()
359mem_copy(dst + ((xo0 + yo + 2 * column_width) ^ swizzle0), src + x0 + 2 * src_pitch, x1 - x0); in linear_to_ytiled()
360mem_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/
D11.2.1.rst64 - i965/tiled_memcopy: Add aligned mem_copy parameters to the [de]tiling
66 - i965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy functions
D11.1.4.rst84 - 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/
Dgstallocator.h121 GstMemoryCopyFunction mem_copy; member
Dgstallocator.c137 allocator->mem_copy = _fallback_mem_copy; in gst_allocator_init()
593 alloc->mem_copy = (GstMemoryCopyFunction) _sysmem_copy; in gst_allocator_sysmem_init()
Dgstmemory.c375 copy = mem->allocator->mem_copy (mem, offset, size); in gst_memory_copy()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbasememory.c539 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()
Dgstglrenderbuffer.c235 alloc->mem_copy = (GstMemoryCopyFunction) _gl_rbo_copy; in gst_gl_renderbuffer_allocator_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkmemory.c296 alloc->mem_copy = (GstMemoryCopyFunction) _vk_mem_copy; in gst_vulkan_memory_allocator_init()
Dgstvkbuffermemory.c350 alloc->mem_copy = (GstMemoryCopyFunction) _vk_buffer_mem_copy; in gst_vulkan_buffer_memory_allocator_init()
Dgstvkimagememory.c692 alloc->mem_copy = (GstMemoryCopyFunction) _vk_image_mem_copy; in gst_vulkan_image_memory_allocator_init()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdksystemmemory.c361 base_allocator->mem_copy = gst_msdk_system_memory_copy; in gst_msdk_system_allocator_init()
Dgstmsdkvideomemory.c442 base_allocator->mem_copy = gst_msdk_video_memory_copy; in gst_msdk_video_allocator_init()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaallocator.c435 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/
Dgstcudamemory.c79 alloc->mem_copy = (GstMemoryCopyFunction) cuda_mem_copy; in gst_cuda_allocator_init()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimageallocator.c304 alloc->mem_copy = (GstMemoryShareFunction) gst_xvimage_memory_copy; in gst_xvimage_allocator_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11memory.cpp1351 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/
Drtph265.c165 alloc->mem_copy = (GstMemoryCopyFunction) custom_sysmem_copy; in custom_sysmem_allocator_init()
Drtph264.c162 alloc->mem_copy = (GstMemoryCopyFunction) custom_sysmem_copy; in custom_sysmem_allocator_init()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgldownloadelement.c378 alloc->mem_copy = gst_memory_nvmm_copy; in gst_allocator_nvmm_init()
/third_party/gstreamer/gstplugins_bad/
DChangeLog2257 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