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.cpp459 p_atomic_add(&pSwrStats->IaVertices, pStats->IaVertices); in swr_UpdateStatsFE()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Devents.proto100 uint64_t IaVertices;
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h626 uint64_t IaVertices; // Number of Fetch Shader vertices in OSALIGNLINE() local
Dfrontend.cpp1960 UPDATE_STAT_FE(IaVertices, GetNumInvocations(i, endVertex)); in ProcessDraw()
2222 UPDATE_STAT_FE(IaVertices, GetNumInvocations(i, endVertex)); in ProcessDraw()
Dthreads.cpp682 stats.IaVertices, in CompleteDrawFE()