Home
last modified time | relevance | path

Searched refs:tiled_height (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/panfrost/shared/test/
Dtest-tiling.cpp134 unsigned tiled_height = ALIGN_POT(height, 16); in test() local
140 void *tiled = calloc(bpp, tiled_width * tiled_height); in test()
142 void *ref = calloc(bpp, store ? (tiled_width * tiled_height) : (rw * linear_stride)); in test()
152 for (unsigned i = 0; i < bpp * tiled_width * tiled_height; ++i) { in test()
164 EXPECT_EQ(memcmp(ref, tiled, bpp * tiled_width * tiled_height), 0); in test()
/third_party/mesa3d/src/amd/vulkan/
Dradv_sdma_copy_image.c119 unsigned tiled_height = copy_height; 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()
147 radeon_emit(cmd_buffer->cs, (tiled_height - 1)); in radv_sdma_v4_v5_copy_image_to_buffer()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_sdma_copy_image.c157 unsigned tiled_height = DIV_ROUND_UP(tiled->buffer.b.b.height0, tiled->surface.blk_h); in si_sdma_v4_v5_copy_texture() local
170 if (!(tiled_width < (1 << 14) && tiled_height < (1 << 14) && in si_sdma_v4_v5_copy_texture()
187 radeon_emit((tiled_height - 1)); in si_sdma_v4_v5_copy_texture()