Home
last modified time | relevance | path

Searched defs:copy_rect (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_cmd_copy.c597 VkRect2D copy_rect, in nvk_linear_render_copy()
/aosp_15_r20/external/libaom/av1/common/
H A Dcdef.c132 static inline void copy_rect(uint16_t *dst, int dstride, const uint16_t *src, in copy_rect() function
/aosp_15_r20/external/libaom/av1/decoder/
H A Dgrain_synthesis.c860 static void copy_rect(uint8_t *src, int src_stride, uint8_t *dst, in copy_rect() function
/aosp_15_r20/external/libaom/av1/encoder/
H A Dfirstpass.c400 static inline void copy_rect(uint8_t *dst, int dstride, const uint8_t *src, in copy_rect() function
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dmemory.rs782 pub fn copy_rect( in copy_rect() method