Searched refs:linear_pitch (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_sdma_copy_image.c | 158 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/ |
D | tiling.c | 121 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
|
D | tiling.h | 30 unsigned width, unsigned bpp, unsigned linear_pitch, 34 unsigned width, unsigned bpp, unsigned linear_pitch,
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_sdma_copy_image.c | 120 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/ |
D | isl_tiled_memcpy.c | 234 int32_t linear_pitch,
|