Searched refs:pVtxOutput (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 225 void WriteVS(Value *pVal, Value *pVsContext, Value *pVtxOutput, 730 BuilderSWR::WriteVS(Value *pVal, Value *pVsContext, Value *pVtxOutput, unsigned slot, unsigned channel) argument 738 Value *pOut = GEP(pVtxOutput, { C(0), C(0), C(slot * 2), offset } ); 741 Value *pOut = GEP(pVtxOutput, {0, 0, slot});
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 338 void WriteVS(Value *pVal, Value *pVsContext, Value *pVtxOutput, 2296 BuilderSWR::WriteVS(Value *pVal, Value *pVsContext, Value *pVtxOutput, unsigned slot, unsigned channel) argument 2304 Value *pOut = GEP(pVtxOutput, { C(0), C(0), C(slot * 2), offset } ); 2307 Value *pOut = GEP(pVtxOutput, {0, 0, slot});
|
Completed in 12 milliseconds