/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_texture_desc.h | 42 enum radeon_bo_layout microtile,
|
r300_texture_desc.c | 33 enum radeon_bo_layout microtile, 64 assert(microtile <= RADEON_LAYOUT_SQUARETILED); 75 tile = table[macrotile][util_logbase2(pixsize)][microtile][dim]; 79 h_tile = table[macrotile][util_logbase2(pixsize)][microtile][DIM_HEIGHT]; 99 tex->tex.microtile, RADEON_LAYOUT_TILED, dim, 0); 142 tex->tex.microtile, 174 tex->tex.microtile, 358 tex->tex.microtile) { 426 tex->tex.microtile = RADEON_LAYOUT_LINEAR; 443 tex->tex.microtile = RADEON_LAYOUT_TILED [all...] |
r300_texture.c | 881 R300_TXO_MICRO_TILE(desc->microtile); 896 R300_DEPTHMICROTILE(tex->tex.microtile); 905 R300_COLOR_MICROTILE(tex->tex.microtile); 952 enum radeon_bo_layout microtile, 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]) { 178 assert(!trans->linear_texture->tex.microtile &&
|
r300_context.h | 348 enum radeon_bo_layout microtile; member in struct:r300_texture_desc
|
r300_state.c | 767 tex->tex.microtile, tex->tex.macrotile[level], 812 rtex->tex.microtile ? "YES" : " NO", [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_texture_desc.h | 42 enum radeon_bo_layout microtile,
|
r300_texture_desc.c | 33 enum radeon_bo_layout microtile, 64 assert(microtile <= RADEON_LAYOUT_SQUARETILED); 75 tile = table[macrotile][util_logbase2(pixsize)][microtile][dim]; 79 h_tile = table[macrotile][util_logbase2(pixsize)][microtile][DIM_HEIGHT]; 99 tex->tex.microtile, RADEON_LAYOUT_TILED, dim, 0); 142 tex->tex.microtile, 174 tex->tex.microtile, 358 tex->tex.microtile) { 426 tex->tex.microtile = RADEON_LAYOUT_LINEAR; 443 tex->tex.microtile = RADEON_LAYOUT_TILED [all...] |
r300_texture.c | 881 R300_TXO_MICRO_TILE(desc->microtile); 896 R300_DEPTHMICROTILE(tex->tex.microtile); 905 R300_COLOR_MICROTILE(tex->tex.microtile); 952 enum radeon_bo_layout microtile, 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]) { 178 assert(!trans->linear_texture->tex.microtile &&
|
r300_context.h | 348 enum radeon_bo_layout microtile; member in struct:r300_texture_desc
|
r300_state.c | 767 tex->tex.microtile, tex->tex.macrotile[level], 812 rtex->tex.microtile ? "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! 203 enum radeon_bo_layout *microtile, 216 * \param microtile A microtile flag. 219 * \note microtile and macrotile are not bitmasks! 223 enum radeon_bo_layout microtile,
|
/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! 203 enum radeon_bo_layout *microtile, 216 * \param microtile A microtile flag. 219 * \note microtile and macrotile are not bitmasks! 223 enum radeon_bo_layout microtile,
|