Searched refs:maxNumVerts (Results 1 – 3 of 3) sorted by relevance
738 uint32_t maxNumVerts; member
1201 uint32_t numSimdBatches = AlignUp(gsState.maxNumVerts, SIMD_WIDTH) / SIMD_WIDTH; in AllocateGsBuffers()1214 (uint8_t*)pArena->AllocAligned(AlignUp(gsState.maxNumVerts * 2, 32), 32); in AllocateGsBuffers()
1511 pGS->maxNumVerts = info->properties[TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES] + 1; in CompileGS()1533 pGS->maxNumVerts; // num verts in CompileGS()