Searched refs:pVtxOutput (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 223 void WriteVS(Value *pVal, Value *pVsContext, Value *pVtxOutput, 725 BuilderSWR::WriteVS(Value *pVal, Value *pVsContext, Value *pVtxOutput, unsigned slot, unsigned chan… in WriteVS() argument 733 Value *pOut = GEP(pVtxOutput, { C(0), C(0), C(slot * 2), offset } ); in WriteVS() 736 Value *pOut = GEP(pVtxOutput, {0, 0, slot}); in WriteVS()
|