HomeSort by: relevance | last modified time | path
    Searched refs:tile_config (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_kms.c 517 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) {
radeon.h 1025 uint32_t tile_config; member in struct:__anon6814
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_kms.c 1597 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) {
radeon.h 586 uint32_t tile_config; member in struct:__anon6929
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
r300_context.h 191 uint32_t tile_config; /* R300_TX_OFFSET (subset thereof) */ member in struct:r300_texture_format_state
r300_texture.c 932 out->tile_config = 0;
986 out->tile_config = R300_TXO_MACRO_TILE(desc->macrotile[level]) |
r300_state_derived.c 852 texstate->format.tile_config |= offset & 0xffffffe0;
r300_emit.c 918 OUT_CS_REG(R300_TX_OFFSET_0 + (i * 4), texstate->format.tile_config);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
r300_context.h 191 uint32_t tile_config; /* R300_TX_OFFSET (subset thereof) */ member in struct:r300_texture_format_state
r300_texture.c 929 out->tile_config = 0;
983 out->tile_config = R300_TXO_MACRO_TILE(desc->macrotile[level]) |
r300_state_derived.c 852 texstate->format.tile_config |= offset & 0xffffffe0;
r300_emit.c 915 OUT_CS_REG(R300_TX_OFFSET_0 + (i * 4), texstate->format.tile_config);

Completed in 61 milliseconds