Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dpa.h1424 …opo, uint32_t numVerts, PA_STATE::SIMDVERTEX *pVertexStore, uint32_t vertexStoreSize, uint32_t ver… in PA_FACTORY()
1440 …>paCut) PA_STATE_CUT(pDC, reinterpret_cast<uint8_t *>(pVertexStore), vertexStoreSize * PA_STATE::S… in PA_FACTORY()
1448 …_STATE_OPT(pDC, numPrims, reinterpret_cast<uint8_t *>(pVertexStore), vertexStoreSize * PA_STATE::S… in PA_FACTORY()
Dfrontend.cpp1608 uint32_t vertexStoreSize = numVerts * simdVertexSizeBytes; in ProcessDraw() local
1611 if (gVertexStoreSize < vertexStoreSize) in ProcessDraw()
1621 … gpVertexStore = reinterpret_cast<PA_STATE::SIMDVERTEX *>(AlignedMalloc(vertexStoreSize, 64)); in ProcessDraw()
1622 gVertexStoreSize = vertexStoreSize; in ProcessDraw()