Searched refs:tiled_height (Results 1 – 3 of 3) sorted by relevance
134 unsigned tiled_height = ALIGN_POT(height, 16); in test() local140 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()
119 unsigned tiled_height = copy_height; in radv_sdma_v4_v5_copy_image_to_buffer() local129 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()
157 unsigned tiled_height = DIV_ROUND_UP(tiled->buffer.b.b.height0, tiled->surface.blk_h); in si_sdma_v4_v5_copy_texture() local170 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()