Searched refs:maxNumVerts (Results 1 – 3 of 3) sorted by relevance
732 uint32_t maxNumVerts; member
1107 uint32_t numSimdBatches = AlignUp(gsState.maxNumVerts, SIMD_WIDTH) / SIMD_WIDTH; in AllocateGsBuffers()1118 …pGsBuffers->pStreamCutBuffer = (uint8_t*)pArena->AllocAligned(AlignUp(gsState.maxNumVerts * 2, 32)… in AllocateGsBuffers()
555 pGS->maxNumVerts = info->properties[TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES]; in CompileGS()574 pGS->maxNumVerts; // num verts in CompileGS()