Searched refs:gpVertexStore (Results 1 – 1 of 1) sorted by relevance
1488 THREAD PA_STATE::SIMDVERTEX *gpVertexStore = nullptr; variable1613 if (gpVertexStore != nullptr) in ProcessDraw()1615 AlignedFree(gpVertexStore); in ProcessDraw()1616 gpVertexStore = nullptr; in ProcessDraw()1619 SWR_ASSERT(gpVertexStore == nullptr); in ProcessDraw()1621 … gpVertexStore = reinterpret_cast<PA_STATE::SIMDVERTEX *>(AlignedMalloc(vertexStoreSize, 64)); in ProcessDraw()1624 SWR_ASSERT(gpVertexStore != nullptr); in ProcessDraw()1629 …dT, IsCutIndexEnabledT> paFactory(pDC, state.topology, work.numVerts, gpVertexStore, numVerts, sta… in ProcessDraw()