Searched refs:tiled_width (Results 1 – 3 of 3) sorted by relevance
133 unsigned tiled_width = ALIGN_POT(width, 16); in test() local135 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()
118 unsigned tiled_width = copy_width; 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()146 radeon_emit(cmd_buffer->cs, ((tiled_width - 1) << 16)); in radv_sdma_v4_v5_copy_image_to_buffer()
156 unsigned tiled_width = DIV_ROUND_UP(tiled->buffer.b.b.width0, tiled->surface.blk_w); in si_sdma_v4_v5_copy_texture() local170 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() local318 copy_width == tiled_width && in cik_sdma_copy_texture()