Searched refs:vertexInBufferSize (Results 1 – 1 of 1) sorted by relevance
1095 uint32_t vertexInBufferSize = gsState.inputVertStride * sizeof(simdvector) * vertsPerPrim; in AllocateGsBuffers() local1096 pGsBuffers->pGsIn = (uint8_t*)pArena->AllocAligned(vertexInBufferSize, 32); in AllocateGsBuffers()