Searched refs:GsInvocations (Results 1 – 10 of 10) sorted by relevance
136 p_stats->gs_invocations = pq->result.coreFE.GsInvocations; in swr_get_query_result()
464 p_atomic_add(&pSwrStats->GsInvocations, pStats->GsInvocations); in swr_UpdateStatsFE()
748 *params = ctx->Const.QueryCounterBits.GsInvocations; in _mesa_GetQueryIndexediv()1047 ctx->Const.QueryCounterBits.GsInvocations = 64; in _mesa_init_queryobj()
3766 GLuint GsInvocations; member
105 uint64_t GsInvocations;
210 radeon->glCtx.Const.QueryCounterBits.GsInvocations = 0; in radeonInitContext()
631 uint64_t GsInvocations; // Number of Geometry Shader invocations in OSALIGNLINE() local
687 stats.GsInvocations, in CompleteDrawFE()
1164 UPDATE_STAT_FE(GsInvocations, numInputPrims * pState->instanceCount); in GeometryShaderStage()