Home
last modified time | relevance | path

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

/third_party/mesa3d/src/asahi/lib/
Dtiling.c101 linear += linear_pitch;\
107 unsigned width, unsigned bpp, unsigned linear_pitch, in agx_detile() argument
120 unsigned width, unsigned bpp, unsigned linear_pitch, in agx_tile() argument
Dtiling.h28 unsigned width, unsigned bpp, unsigned linear_pitch,
32 unsigned width, unsigned bpp, unsigned linear_pitch,
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_sdma_copy_image.c158 unsigned linear_pitch = linear == ssrc ? src_pitch : dst_pitch; in si_sdma_v4_v5_copy_texture() local
171 linear_pitch < (1 << 14) && linear_slice_pitch < (1 << 28) && in si_sdma_v4_v5_copy_texture()
195 radeon_emit(((linear_pitch - 1) << 16)); in si_sdma_v4_v5_copy_texture()
299 unsigned linear_pitch = linear == ssrc ? src_pitch : dst_pitch; in cik_sdma_copy_texture() local
319 align(copy_width, xalign) <= linear_pitch && in cik_sdma_copy_texture()
325 linear_pitch - 1 == 0x3fff && bpp == 16) in cik_sdma_copy_texture()
370 bpp * ((copy_height - 1) * linear_pitch + copy_width); in cik_sdma_copy_texture()
379 if (tiled_address % 256 == 0 && linear_address % 4 == 0 && linear_pitch % xalign == 0 && in cik_sdma_copy_texture()
384 slice_tile_max < (1 << 22) && linear_pitch <= (1 << 14) && in cik_sdma_copy_texture()
403 radeon_emit(((linear_pitch - 1) << 16)); in cik_sdma_copy_texture()
/third_party/mesa3d/src/intel/isl/
Disl_tiled_memcpy.c234 int32_t linear_pitch,