Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp338 void WriteVS(Value *pVal, Value *pVsContext, Value *pVtxOutput,
2296 BuilderSWR::WriteVS(Value *pVal, Value *pVsContext, Value *pVtxOutput, unsigned slot, unsigned chan… in WriteVS() argument
2304 Value *pOut = GEP(pVtxOutput, { C(0), C(0), C(slot * 2), offset } ); in WriteVS()
2307 Value *pOut = GEP(pVtxOutput, {0, 0, slot}); in WriteVS()