Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp223 void WriteVS(Value *pVal, Value *pVsContext, Value *pVtxOutput,
725 BuilderSWR::WriteVS(Value *pVal, Value *pVsContext, Value *pVtxOutput, unsigned slot, unsigned chan… in WriteVS() function in BuilderSWR
870 WriteVS(val, pVsCtx, vtxOutput, outSlot, channel); in CompileVS()
904 WriteVS(unwrap(dist), pVsCtx, vtxOutput, VERTEX_CLIPCULL_DIST_LO_SLOT, val); in CompileVS()
907 WriteVS(unwrap(dist), pVsCtx, vtxOutput, VERTEX_CLIPCULL_DIST_HI_SLOT, val - 4); in CompileVS()
936 WriteVS(dist, pVsCtx, vtxOutput, VERTEX_CLIPCULL_DIST_LO_SLOT, val); in CompileVS()
938 WriteVS(dist, pVsCtx, vtxOutput, VERTEX_CLIPCULL_DIST_HI_SLOT, val - 4); in CompileVS()