Home
last modified time | relevance | path

Searched refs:IaVertices (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/
Dswr_query.cpp133 p_stats->ia_vertices = pq->result.coreFE.IaVertices; in swr_get_query_result()
Dswr_context.cpp456 p_atomic_add(&pSwrStats->IaVertices, pStats->IaVertices); in swr_UpdateStatsFE()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Devents.proto182 uint64_t IaVertices;
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h624 uint64_t IaVertices; // Number of Fetch Shader vertices in OSALIGNLINE() local
Dfrontend.cpp1792 UPDATE_STAT_FE(IaVertices, GetNumInvocations(i, endVertex)); in ProcessDraw()
2013 UPDATE_STAT_FE(IaVertices, GetNumInvocations(i, endVertex)); in ProcessDraw()
Dthreads.cpp610 stats.IaVertices, stats.IaPrimitives, stats.VsInvocations, stats.HsInvocations, in CompleteDrawFE()