Searched refs:tile_config (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_kms.c517 info->tile_config = tmp;
521 switch (info->tile_config & 0xf) {
538 switch((info->tile_config & 0xf0) >> 4) {
552 switch ((info->tile_config & 0xf00) >> 8) {
565 switch((info->tile_config & 0xe) >> 1) {
581 switch((info->tile_config & 0x30) >> 4) {
591 switch((info->tile_config & 0xc0) >> 6) {
H A Dradeon.h1025 uint32_t tile_config; member in struct:__anonb194aea90e08
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_kms.c1597 info->tile_config = tmp;
1601 switch (info->tile_config & 0xf) {
1618 switch((info->tile_config & 0xf0) >> 4) {
1632 switch ((info->tile_config & 0xf00) >> 8) {
1645 switch((info->tile_config & 0xe) >> 1) {
1661 switch((info->tile_config & 0x30) >> 4) {
1671 switch((info->tile_config & 0xc0) >> 6) {
H A Dradeon.h586 uint32_t tile_config; member in struct:__anon5a499fe10208
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_context.h191 uint32_t tile_config; /* R300_TX_OFFSET (subset thereof) */ member in struct:r300_texture_format_state
H A Dr300_texture.c929 out->tile_config = 0;
983 out->tile_config = R300_TXO_MACRO_TILE(desc->macrotile[level]) |
H A Dr300_state_derived.c852 texstate->format.tile_config |= offset & 0xffffffe0;
H A Dr300_emit.c915 OUT_CS_REG(R300_TX_OFFSET_0 + (i * 4), texstate->format.tile_config);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_context.h191 uint32_t tile_config; /* R300_TX_OFFSET (subset thereof) */ member in struct:r300_texture_format_state
H A Dr300_texture.c932 out->tile_config = 0;
986 out->tile_config = R300_TXO_MACRO_TILE(desc->macrotile[level]) |
H A Dr300_state_derived.c852 texstate->format.tile_config |= offset & 0xffffffe0;
H A Dr300_emit.c918 OUT_CS_REG(R300_TX_OFFSET_0 + (i * 4), texstate->format.tile_config);

Completed in 26 milliseconds