Searched defs:tile_config (Results 1 - 2 of 2) sorted by relevance

/external/drm_gralloc/
H A Dgralloc_drm_radeon.c61 uint32_t tile_config; member in struct:radeon_info
345 info->tile_config = val;
348 switch (info->tile_config & 0xf) {
366 switch ((info->tile_config & 0xf0) >> 4) {
381 switch ((info->tile_config & 0xf00) >> 8) {
394 switch ((info->tile_config & 0xe) >> 1) {
412 switch ((info->tile_config & 0x30) >> 4) {
424 switch ((info->tile_config & 0xc0) >> 6) {
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h199 uint32_t tile_config; /* R300_TX_OFFSET (subset thereof) */ member in struct:r300_texture_format_state

Completed in 91 milliseconds