Searched refs:EG_LOOP_CONST_OFFSET (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe.h873 #define EG_LOOP_CONST_OFFSET 0x0003A200 macro
944 assert(reg >= EG_LOOP_CONST_OFFSET);
947 cb->buf[cb->num_dw++] = (reg - EG_LOOP_CONST_OFFSET) >> 2;
H A Dr600d.h34 #define EG_LOOP_CONST_OFFSET 0x0003A200 macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe.h879 #define EG_LOOP_CONST_OFFSET 0x0003A200 macro
950 assert(reg >= EG_LOOP_CONST_OFFSET);
953 cb->buf[cb->num_dw++] = (reg - EG_LOOP_CONST_OFFSET) >> 2;
H A Dr600d.h34 #define EG_LOOP_CONST_OFFSET 0x0003A200 macro

Completed in 99 milliseconds