Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/
Dr300_transfer.c40 struct r300_resource *linear_texture; member
57 ctx->resource_copy_region(ctx, &r300transfer->linear_texture->b.b, 0, in r300_copy_from_tiled_texture()
73 &r300transfer->linear_texture->b.b, 0, &src_box); in r300_copy_into_tiled_texture()
150 trans->linear_texture = r300_resource( in r300_texture_get_transfer()
154 if (!trans->linear_texture) { in r300_texture_get_transfer()
159 trans->linear_texture = r300_resource( in r300_texture_get_transfer()
163 if (!trans->linear_texture) { in r300_texture_get_transfer()
178 assert(!trans->linear_texture->tex.microtile && in r300_texture_get_transfer()
179 !trans->linear_texture->tex.macrotile[0]); in r300_texture_get_transfer()
183 trans->linear_texture->tex.stride_in_bytes[0]; in r300_texture_get_transfer()
[all …]