Searched refs:VsInvocations (Results 1 – 10 of 10) sorted by relevance
135 p_stats->vs_invocations = pq->result.coreFE.VsInvocations; in swr_get_query_result()
458 p_atomic_add(&pSwrStats->VsInvocations, pStats->VsInvocations); in swr_UpdateStatsFE()
735 *params = ctx->Const.QueryCounterBits.VsInvocations; in _mesa_GetQueryIndexediv()1041 ctx->Const.QueryCounterBits.VsInvocations = 64; in _mesa_init_queryobj()
3649 GLuint VsInvocations; member
184 uint64_t VsInvocations;
207 radeon->glCtx.Const.QueryCounterBits.VsInvocations = 0; in radeonInitContext()
626 uint64_t VsInvocations; // Number of Vertex Shader invocations in OSALIGNLINE() local
1811 UPDATE_STAT_FE(VsInvocations, GetNumInvocations(i, endVertex)); in ProcessDraw()2023 UPDATE_STAT_FE(VsInvocations, GetNumInvocations(i, endVertex)); in ProcessDraw()
610 stats.IaVertices, stats.IaPrimitives, stats.VsInvocations, stats.HsInvocations, in CompleteDrawFE()