HomeSort by relevance Sort by last modified time
    Searched refs:macrotile (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_texture_desc.h 43 enum radeon_bo_layout macrotile,
r300_texture_desc.c 34 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[0] == RADEON_LAYOUT_TILED &
    [all...]
r300_texture.c 880 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,
1010 enum radeon_bo_layout microtile, macrotile; local
1034 enum radeon_bo_layout microtile, macrotile; local
    [all...]
r300_transfer.c 112 if (tex->tex.microtile || tex->tex.macrotile[level] ||
166 if (!tex->tex.microtile && !tex->tex.macrotile[level]) {
179 !trans->linear_texture->tex.macrotile[0]);
r300_context.h 349 enum radeon_bo_layout macrotile[R300_MAX_TEXTURE_LEVELS]; member in struct:r300_texture_desc
r300_state.c 762 /* 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",
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture_desc.h 43 enum radeon_bo_layout macrotile,
r300_texture_desc.c 34 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[0] == RADEON_LAYOUT_TILED &
    [all...]
r300_texture.c 880 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,
1010 enum radeon_bo_layout microtile, macrotile; local
1034 enum radeon_bo_layout microtile, macrotile; local
    [all...]
r300_transfer.c 112 if (tex->tex.microtile || tex->tex.macrotile[level] ||
166 if (!tex->tex.microtile && !tex->tex.macrotile[level]) {
179 !trans->linear_texture->tex.macrotile[0]);
r300_context.h 349 enum radeon_bo_layout macrotile[R300_MAX_TEXTURE_LEVELS]; member in struct:r300_texture_desc
r300_state.c 762 /* 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",
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
radeon_winsys.h 197 * \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,
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_winsys.h 197 * \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 92 milliseconds