Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp2357 Value *pVsCtx = &*argitr++; in CompileVS() local
2358 pVsCtx->setName("vsCtx"); in CompileVS()
2367 Value *vtxInput = LOAD(pVsCtx, {0, SWR_VS_CONTEXT_pVin}); in CompileVS()
2388 system_values.instance_id = wrap(LOAD(pVsCtx, {0, SWR_VS_CONTEXT_InstanceID})); in CompileVS()
2391 system_values.vertex_id = wrap(LOAD(pVsCtx, {0, SWR_VS_CONTEXT_VertexID16})); in CompileVS()
2393 system_values.vertex_id = wrap(LOAD(pVsCtx, {0, SWR_VS_CONTEXT_VertexID})); in CompileVS()
2422 Value *vtxOutput = LOAD(pVsCtx, {0, SWR_VS_CONTEXT_pVout}); in CompileVS()
2450 WriteVS(val, pVsCtx, vtxOutput, outSlot, channel); in CompileVS()
2497 WriteVS(unwrap(dist), pVsCtx, vtxOutput, VERTEX_CLIPCULL_DIST_LO_SLOT, val); in CompileVS()
2500 WriteVS(unwrap(dist), pVsCtx, vtxOutput, VERTEX_CLIPCULL_DIST_HI_SLOT, val - 4); in CompileVS()
[all …]