Home
last modified time | relevance | path

Searched refs:secondDword (Results 1 – 1 of 1) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/VisaToG4/
H A DTranslateSend3D.cpp92 unsigned int secondDword = chMask.getHWEncoding() << 12; in translateVISASampleInfoInst() local
94 G4_Imm* immOpndSecondDword = createImm(secondDword, Type_UD); in translateVISASampleInfoInst()
212 unsigned int secondDword = 0; in translateVISAResInfoInst() local
213 secondDword |= (chMask.getHWEncoding() << 12); in translateVISAResInfoInst()
215 G4_Imm* immOpndSecondDword = createImm(secondDword, Type_UD); in translateVISAResInfoInst()
1170 uint32_t secondDword = aoffimmi & 0xfff; in createSampleHeader0Dot2() local
1175 secondDword |= (channels.getSingleChannel() << 16); in createSampleHeader0Dot2()
1180 secondDword |= (channels.getSingleChannel() << 16); in createSampleHeader0Dot2()
1190 secondDword |= (channels.getHWEncoding() << 12); in createSampleHeader0Dot2()
1198 secondDword |= 1 << 23; in createSampleHeader0Dot2()
[all …]