Searched refs:macrotile (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture_desc.h43 enum radeon_bo_layout macrotile,
H A Dr300_texture_desc.c34 enum radeon_bo_layout macrotile,
63 assert(macrotile <= RADEON_LAYOUT_TILED);
75 tile = table[macrotile][util_logbase2(pixsize)][microtile][dim];
76 if (macrotile == 0 && is_rs690 && dim == DIM_WIDTH) {
79 h_tile = table[macrotile][util_logbase2(pixsize)][microtile][DIM_HEIGHT];
143 tex->tex.macrotile[level],
175 tex->tex.macrotile[level],
182 if (tex->tex.macrotile[level]) {
233 tex->tex.macrotile[i] =
234 (tex->tex.macrotile[
31 r300_get_pixel_alignment(enum pipe_format format, unsigned num_samples, enum radeon_bo_layout microtile, enum radeon_bo_layout macrotile, enum r300_dim dim, boolean is_rs690) argument
[all...]
H A Dr300_texture.c880 out->tile_config = R300_TXO_MACRO_TILE(desc->macrotile[level]) |
895 R300_DEPTHMACROTILE(tex->tex.macrotile[level]) |
904 R300_COLOR_TILE(tex->tex.macrotile[level]) |
953 enum radeon_bo_layout macrotile,
975 tex->tex.macrotile[0] = macrotile;
998 tex->tex.microtile, tex->tex.macrotile[0],
1010 enum radeon_bo_layout microtile, macrotile; local
1015 macrotile = RADEON_LAYOUT_LINEAR;
1019 macrotile
950 r300_texture_create_object(struct r300_screen *rscreen, const struct pipe_resource *base, enum radeon_bo_layout microtile, enum radeon_bo_layout macrotile, unsigned stride_in_bytes_override, struct pb_buffer *buffer) argument
1034 enum radeon_bo_layout microtile, macrotile; local
[all...]
H A Dr300_transfer.c112 if (tex->tex.microtile || tex->tex.macrotile[level] ||
166 if (!tex->tex.microtile && !tex->tex.macrotile[level]) {
179 !trans->linear_texture->tex.macrotile[0]);
H A Dr300_context.h349 enum radeon_bo_layout macrotile[R300_MAX_TEXTURE_LEVELS]; member in struct:r300_texture_desc
H A Dr300_state.c762 /* Check if the macrotile flag needs to be changed.
764 if (tex->tex.macrotile[tex->surface_level] !=
765 tex->tex.macrotile[level]) {
767 tex->tex.microtile, tex->tex.macrotile[level],
811 rtex->tex.macrotile[0] ? "YES" : " NO",
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_winsys.h197 * \param macrotile A pointer to the return value of the microtile flag.
198 * \param microtile A pointer to the return value of the macrotile flag.
200 * \note microtile and macrotile are not bitmasks!
204 enum radeon_bo_layout *macrotile,
215 * \param macrotile A macrotile flag.
219 * \note microtile and macrotile are not bitmasks!
224 enum radeon_bo_layout macrotile,

Completed in 69 milliseconds