Home
last modified time | relevance | path

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

/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/asahi/lib/
Dtiling.c121 linear += linear_pitch;\
148 unsigned width, unsigned bpp, unsigned linear_pitch, in agx_detile() argument
156 unsigned width, unsigned bpp, unsigned linear_pitch, in agx_tile() argument
Dtiling.h30 unsigned width, unsigned bpp, unsigned linear_pitch,
34 unsigned width, unsigned bpp, unsigned linear_pitch,
/third_party/mesa3d/src/amd/vulkan/
Dradv_sdma_copy_image.c120 unsigned linear_pitch = region->bufferRowLength; in radv_sdma_v4_v5_copy_image_to_buffer() local
129 if (!(tiled_width < (1 << 14) && tiled_height < (1 << 14) && linear_pitch < (1 << 14) && in radv_sdma_v4_v5_copy_image_to_buffer()
157 radeon_emit(cmd_buffer->cs, ((linear_pitch - 1) << 16)); in radv_sdma_v4_v5_copy_image_to_buffer()
/third_party/mesa3d/src/intel/isl/
Disl_tiled_memcpy.c234 int32_t linear_pitch,