Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp680 static INLINE uint32_t GetNumInvocations(uint32_t curIndex, uint32_t maxIndex) in GetNumInvocations() function
1960 UPDATE_STAT_FE(IaVertices, GetNumInvocations(i, endVertex)); in ProcessDraw()
1982 UPDATE_STAT_FE(VsInvocations, GetNumInvocations(i, endVertex)); in ProcessDraw()
2222 UPDATE_STAT_FE(IaVertices, GetNumInvocations(i, endVertex)); in ProcessDraw()
2232 UPDATE_STAT_FE(VsInvocations, GetNumInvocations(i, endVertex)); in ProcessDraw()