Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp1826 fetchInfo_lo.xpLastIndex = state.indexBuffer.xpIndices + state.indexBuffer.size; in ProcessDraw()
1827 if (xpLastRequestedIndex < fetchInfo_lo.xpLastIndex) in ProcessDraw()
1829 fetchInfo_lo.xpLastIndex = xpLastRequestedIndex; in ProcessDraw()
1897 fetchInfo_lo.xpLastIndex = fetchInfo_lo.xpIndices; in ProcessDraw()
1902 fetchInfo_lo.xpLastIndex += offset; in ProcessDraw()
1904 fetchInfo_lo.xpLastIndex += std::min(offset, (uint32_t)KNOB_SIMD_WIDTH); in ProcessDraw()
1908 fetchInfo_hi.xpLastIndex = fetchInfo_hi.xpIndices; in ProcessDraw()
1909 fetchInfo_hi.xpLastIndex += offset2; in ProcessDraw()
Dstate.h586 gfxptr_t xpLastIndex; // IN: pointer to end of index buffer, used for bounds checking member