Searched refs:xpLastIndex (Results 1 – 2 of 2) sorted by relevance
1826 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()
586 gfxptr_t xpLastIndex; // IN: pointer to end of index buffer, used for bounds checking member