Searched refs:vXstipple (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp1290 // vXstipple is bit offset inside 32-bit stipple word
1292 Value *vXstipple = AND(vXu, VIMMED1(0x1f)); // & (32-1) local in function:BuilderSWR::CompileFS
1305 Value *vBitMask = LSHR(VIMMED1(0x80000000), vXstipple);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp2897 // vXstipple is bit offset inside 32-bit stipple word
2899 Value *vXstipple = AND(vXu, VIMMED1(0x1f)); // & (32-1) local in function:BuilderSWR::CompileFS
2912 Value *vBitMask = LSHR(VIMMED1(0x80000000), vXstipple);

Completed in 9 milliseconds