Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp1675 SWR_FETCH_CONTEXT fetchInfo_hi = fetchInfo_lo; in ProcessDraw() local
1688fetchInfo_hi.pIndices = (int32_t *)((uint8_t *)fetchInfo_lo.pIndices + KNOB_SIMD_WIDTH * indexSize… in ProcessDraw()
1695fetchInfo_hi.pIndices = (const int32_t *)&vIndex + KNOB_SIMD_WIDTH; // 1/2 of KNOB_SIMD16_WIDTH in ProcessDraw()
1699 fetchInfo_hi.CurInstance = instanceNum; in ProcessDraw()
1738 fetchInfo_hi.pLastIndex = fetchInfo_hi.pIndices; in ProcessDraw()
1739 fetchInfo_hi.pLastIndex += offset2; in ProcessDraw()
1751 state.pfnFetchFunc(GetPrivateState(pDC), fetchInfo_hi, vin_hi); in ProcessDraw()
1769 vsContext_hi.VertexID = fetchInfo_hi.VertexID; in ProcessDraw()
1788 *pvCutIndices_hi = _simd_movemask_ps(_simd_castsi_ps(fetchInfo_hi.CutMask)); in ProcessDraw()
1920fetchInfo_hi.pIndices = (int32_t *)((uint8_t*)fetchInfo_hi.pIndices + KNOB_SIMD16_WIDTH * indexSiz… in ProcessDraw()