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()
461 p_atomic_add(&pSwrStats->GsInvocations, pStats->GsInvocations); in swr_UpdateStatsFE()
744 *params = ctx->Const.QueryCounterBits.GsInvocations; in _mesa_GetQueryIndexediv()1044 ctx->Const.QueryCounterBits.GsInvocations = 64; in _mesa_init_queryobj()
3652 GLuint GsInvocations; member
187 uint64_t GsInvocations;
210 radeon->glCtx.Const.QueryCounterBits.GsInvocations = 0; in radeonInitContext()
629 uint64_t GsInvocations; // Number of Geometry Shader invocations in OSALIGNLINE() local
611 …stats.DsInvocations, stats.GsInvocations, stats.GsPrimitives, stats.CInvocations, stats.CPrimitive… in CompleteDrawFE()
1073 UPDATE_STAT_FE(GsInvocations, numInputPrims * pState->instanceCount); in GeometryShaderStage()