Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp1801 SWR_VS_CONTEXT vsContext_lo; in ProcessDraw() local
1805 vsContext_lo.pVin = reinterpret_cast<simdvertex*>(&vin); in ProcessDraw()
1808 vsContext_lo.pVin = &vin_lo; in ProcessDraw()
1811 vsContext_lo.AlternateOffset = 0; in ProcessDraw()
1867 vsContext_lo.InstanceID = instanceNum; in ProcessDraw()
1888 vsContext_lo.pVout = reinterpret_cast<simdvertex*>(&vout); in ProcessDraw()
1927 vsContext_lo.VertexID16 = in ProcessDraw()
1928 _simd16_insert_si(vsContext_lo.VertexID16, fetchInfo_lo.VertexID, 0); in ProcessDraw()
1929 vsContext_lo.VertexID16 = in ProcessDraw()
1930 _simd16_insert_si(vsContext_lo.VertexID16, fetchInfo_lo.VertexID2, 1); in ProcessDraw()
[all …]