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

/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_shader.cpp261 Value *vtxOutput = LOAD(pVsCtx, {0, SWR_VS_CONTEXT_pVout}); local
273 STORE(val, vtxOutput, {0, 0, outSlot, channel});
307 STORE(unwrap(dist), vtxOutput, {0, 0, VERTEX_CLIPCULL_DIST_LO_SLOT, val}); local
310 STORE(unwrap(dist), vtxOutput, {0, 0, VERTEX_CLIPCULL_DIST_HI_SLOT, val - 4}); local
328 STORE(dist, vtxOutput, {0, 0, VERTEX_CLIPCULL_DIST_LO_SLOT, val});
330 STORE(dist, vtxOutput, {0, 0, VERTEX_CLIPCULL_DIST_HI_SLOT, val - 4});

Completed in 152 milliseconds