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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp1291 // vYstipple is word index is stipple array
1293 Value *vYstipple = AND(vYu, VIMMED1(0x1f)); // & (32-1) local in function:BuilderSWR::CompileFS
1300 Value *vStipple = GATHERDD(VUNDEF_I(), stipplePtr, vYstipple,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp2898 // vYstipple is word index is stipple array
2900 Value *vYstipple = AND(vYu, VIMMED1(0x1f)); // & (32-1) local in function:BuilderSWR::CompileFS
2907 Value *vStipple = GATHERDD(VUNDEF_I(), stipplePtr, vYstipple,

Completed in 8 milliseconds