Home
last modified time | relevance | path

Searched refs:coreFE (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/
Dswr_query.cpp112 result->u64 = pq->result.coreFE.IaPrimitives; in swr_get_query_result()
115 result->u64 = pq->result.coreFE.SoNumPrimsWritten[index]; in swr_get_query_result()
121 pq->result.coreFE.SoNumPrimsWritten[index]; in swr_get_query_result()
123 pq->result.coreFE.SoPrimStorageNeeded[index]; in swr_get_query_result()
133 p_stats->ia_vertices = pq->result.coreFE.IaVertices; in swr_get_query_result()
134 p_stats->ia_primitives = pq->result.coreFE.IaPrimitives; in swr_get_query_result()
135 p_stats->vs_invocations = pq->result.coreFE.VsInvocations; in swr_get_query_result()
136 p_stats->gs_invocations = pq->result.coreFE.GsInvocations; in swr_get_query_result()
137 p_stats->gs_primitives = pq->result.coreFE.GsPrimitives; in swr_get_query_result()
138 p_stats->c_invocations = pq->result.coreFE.CPrimitives; in swr_get_query_result()
[all …]
Dswr_query.h32 SWR_STATS_FE coreFE; member
Dswr_context.cpp455 SWR_STATS_FE *pSwrStats = &pqr->coreFE; in swr_UpdateStatsFE()