Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp1826 fetchInfo_lo.xpLastIndex = state.indexBuffer.xpIndices + state.indexBuffer.size; in ProcessDraw()
1850 fetchInfo_lo.xpIndices = work.xpIB; in ProcessDraw()
1851 fetchInfo_hi.xpIndices = in ProcessDraw()
1852 fetchInfo_lo.xpIndices + KNOB_SIMD_WIDTH * indexSize; // 1/2 of KNOB_SIMD16_WIDTH in ProcessDraw()
1858 fetchInfo_lo.xpIndices = pDC->pContext->pfnMakeGfxPtr(GetPrivateState(pDC), &vIndex); in ProcessDraw()
1859 fetchInfo_hi.xpIndices = pDC->pContext->pfnMakeGfxPtr( in ProcessDraw()
1895 fetchInfo_lo.xpLastIndex = fetchInfo_lo.xpIndices; in ProcessDraw()
1906 fetchInfo_hi.xpLastIndex = fetchInfo_hi.xpIndices; in ProcessDraw()
2128 fetchInfo_lo.xpIndices = fetchInfo_lo.xpIndices + KNOB_SIMD16_WIDTH * indexSize; in ProcessDraw()
2129 fetchInfo_hi.xpIndices = fetchInfo_hi.xpIndices + KNOB_SIMD16_WIDTH * indexSize; in ProcessDraw()
Dstate.h570 gfxptr_t xpIndices; member
585 gfxptr_t xpIndices; // IN: pointer to int32 index buffer for indexed draws member
Dapi.cpp1358 gfxptr_t xpIB = pState->indexBuffer.xpIndices; in DrawIndexedInstance()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1519 swrIndexBuffer.xpIndices = (gfxptr_t) p_data; in swr_update_derived()