Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp1488 THREAD PA_STATE::SIMDVERTEX *gpVertexStore = nullptr; variable
1613 if (gpVertexStore != nullptr) in ProcessDraw()
1615 AlignedFree(gpVertexStore); in ProcessDraw()
1616 gpVertexStore = nullptr; in ProcessDraw()
1619 SWR_ASSERT(gpVertexStore == nullptr); in ProcessDraw()
1621gpVertexStore = 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()