Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/shared/test/
Dtest-tiling.cpp133 unsigned tiled_width = ALIGN_POT(width, 16); in test() local
135 unsigned tiled_stride = tiled_width * tile_height * bpp; in test()
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.c118 unsigned tiled_width = copy_width; 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()
146 radeon_emit(cmd_buffer->cs, ((tiled_width - 1) << 16)); in radv_sdma_v4_v5_copy_image_to_buffer()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_sdma_copy_image.c156 unsigned tiled_width = DIV_ROUND_UP(tiled->buffer.b.b.width0, tiled->surface.blk_w); 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()
186 radeon_emit(((tiled_width - 1) << 16)); in si_sdma_v4_v5_copy_texture()
296 unsigned tiled_width = tiled == ssrc ? src_width : dst_width; in cik_sdma_copy_texture() local
318 copy_width == tiled_width && in cik_sdma_copy_texture()