HomeSort by relevance Sort by last modified time
    Searched refs:SIReg (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl 43 class SIReg <string n> : Register<n> {
62 class SGPR_32 <bits<8> num, string name> : SIReg<name> {
69 class VGPR_32 <bits<9> num, string name> : SIReg<name> {
90 def VCC : SIReg<"VCC">;
91 def EXEC : SIReg<"EXEC">;
92 def SCC : SIReg<"SCC">;
93 def SREG_LIT_0 : SIReg <"S LIT 0">;
95 def M0 : SIReg <"M0">;
99 def PERSP_SAMPLE_I : SIReg <"PERSP_SAMPLE_I">;
100 def PERSP_SAMPLE_J : SIReg <"PERSP_SAMPLE_J">
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl 43 class SIReg <string n> : Register<n> {
62 class SGPR_32 <bits<8> num, string name> : SIReg<name> {
69 class VGPR_32 <bits<9> num, string name> : SIReg<name> {
90 def VCC : SIReg<"VCC">;
91 def EXEC : SIReg<"EXEC">;
92 def SCC : SIReg<"SCC">;
93 def SREG_LIT_0 : SIReg <"S LIT 0">;
95 def M0 : SIReg <"M0">;
99 def PERSP_SAMPLE_I : SIReg <"PERSP_SAMPLE_I">;
100 def PERSP_SAMPLE_J : SIReg <"PERSP_SAMPLE_J">
    [all...]

Completed in 24 milliseconds