HomeSort by: relevance | last modified time | path
    Searched refs:VsInvocations (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
swr_query.cpp 135 p_stats->vs_invocations = pq->result.coreFE.VsInvocations;
swr_context.cpp 468 p_atomic_add(&pSwrStats->VsInvocations, pStats->VsInvocations);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
swr_query.cpp 135 p_stats->vs_invocations = pq->result.coreFE.VsInvocations;
swr_context.cpp 458 p_atomic_add(&pSwrStats->VsInvocations, pStats->VsInvocations);
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
queryobj.c 739 *params = ctx->Const.QueryCounterBits.VsInvocations;
1044 ctx->Const.QueryCounterBits.VsInvocations = 64;
mtypes.h 3839 GLuint VsInvocations;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
queryobj.c 726 *params = ctx->Const.QueryCounterBits.VsInvocations;
1031 ctx->Const.QueryCounterBits.VsInvocations = 64;
mtypes.h 3703 GLuint VsInvocations;
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_common_context.c 208 radeon->glCtx.Const.QueryCounterBits.VsInvocations = 0;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
state.h 657 uint64_t VsInvocations; // Number of Vertex Shader invocations
frontend.cpp 1969 UPDATE_STAT_FE(VsInvocations, GetNumInvocations(i, endVertex));
2219 UPDATE_STAT_FE(VsInvocations, GetNumInvocations(i, endVertex));
threads.cpp 683 stats.VsInvocations,
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
radeon_common_context.c 207 radeon->glCtx.Const.QueryCounterBits.VsInvocations = 0;

Completed in 19 milliseconds