Searched refs:GsInvocations (Results 1 – 10 of 10) sorted by relevance
438 p_atomic_add(&pSwrStats->GsInvocations, pStats->GsInvocations); in swr_UpdateStatsFE()
135 p_stats->gs_invocations = pq->result.coreFE.GsInvocations; in swr_get_query_result()
696 *params = ctx->Const.QueryCounterBits.GsInvocations; in _mesa_GetQueryIndexediv()978 ctx->Const.QueryCounterBits.GsInvocations = 64; in _mesa_init_queryobj()
3461 GLuint GsInvocations; member
151 uint64_t GsInvocations;
588 uint64_t GsInvocations; // Number of Geometry Shader invocations in OSALIGNLINE() local
589 …stats.DsInvocations, stats.GsInvocations, stats.GsPrimitives, stats.CInvocations, stats.CPrimitive… in CompleteDrawFE()
854 UPDATE_STAT_FE(GsInvocations, numInputPrims * pState->instanceCount); in GeometryShaderStage()
210 radeon->glCtx.Const.QueryCounterBits.GsInvocations = 0; in radeonInitContext()