Searched refs:VsInvocations (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_query.cpp134 p_stats->vs_invocations = pq->result.coreFE.VsInvocations;
H A Dswr_context.cpp435 p_atomic_add(&pSwrStats->VsInvocations, pStats->VsInvocations);
/external/mesa3d/src/mesa/main/
H A Dqueryobj.c687 *params = ctx->Const.QueryCounterBits.VsInvocations;
975 ctx->Const.QueryCounterBits.VsInvocations = 64;
H A Dmtypes.h3458 GLuint VsInvocations; member in struct:gl_constants::__anon17257
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dstate.h585 uint64_t VsInvocations; // Number of Vertex Shader invocations variable
H A Dthreads.cpp588 stats.IaVertices, stats.IaPrimitives, stats.VsInvocations, stats.HsInvocations,
H A Dfrontend.cpp1324 UPDATE_STAT_FE(VsInvocations, GetNumInvocations(i, endVertex));
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.c207 radeon->glCtx.Const.QueryCounterBits.VsInvocations = 0;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c207 radeon->glCtx.Const.QueryCounterBits.VsInvocations = 0;

Completed in 264 milliseconds