Searched refs:R600_CONFIG_REG_OFFSET (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600d_common.h29 #define R600_CONFIG_REG_OFFSET 0x08000 macro
H A Dr600_cs.h136 radeon_emit(cs, (reg - R600_CONFIG_REG_OFFSET) >> 2);
H A Dr600_pipe.h869 #define R600_CONFIG_REG_OFFSET 0x08000 macro
903 cb->buf[cb->num_dw++] = (reg - R600_CONFIG_REG_OFFSET) >> 2;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600d_common.h29 #define R600_CONFIG_REG_OFFSET 0x08000 macro
H A Dr600_cs.h136 radeon_emit(cs, (reg - R600_CONFIG_REG_OFFSET) >> 2);
H A Dr600_pipe.h875 #define R600_CONFIG_REG_OFFSET 0x08000 macro
909 cb->buf[cb->num_dw++] = (reg - R600_CONFIG_REG_OFFSET) >> 2;

Completed in 16 milliseconds