Searched refs:endVertex (Results 1 – 1 of 1) sorted by relevance
1529 uint32_t endVertex = work.numVerts; in ProcessDraw() local1538 pLastRequestedIndex = &(work.pIB[endVertex]); in ProcessDraw()1543 pLastRequestedIndex = (int32_t*)(&(((uint16_t*)work.pIB)[endVertex])); in ProcessDraw()1548 pLastRequestedIndex = (int32_t*)(&(((uint8_t*)work.pIB)[endVertex])); in ProcessDraw()1557 endVertex = GetNumVerts(state.topology, GetNumPrims(state.topology, work.numVerts)); in ProcessDraw()1725 if (i < endVertex) in ProcessDraw()1731 offset = std::min(endVertex-i, (uint32_t) KNOB_SIMD16_WIDTH); in ProcessDraw()1749 if ((i + KNOB_SIMD_WIDTH) < endVertex) // 1/2 of KNOB_SIMD16_WIDTH in ProcessDraw()1774 vsContext_lo.mask16 = GenerateMask16(endVertex - i); in ProcessDraw()1776 vsContext_lo.mask = GenerateMask(endVertex - i); in ProcessDraw()[all …]