Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp437 p_atomic_add(&pSwrStats->DsInvocations, pStats->DsInvocations); in swr_UpdateStatsFE()
Dswr_query.cpp141 p_stats->ds_invocations = pq->result.coreFE.DsInvocations; in swr_get_query_result()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Devents.proto150 uint64_t DsInvocations;
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h587 uint64_t DsInvocations; // Number of Domain Shader invocations in OSALIGNLINE() local
Dthreads.cpp589 …stats.DsInvocations, stats.GsInvocations, stats.GsPrimitives, stats.CInvocations, stats.CPrimitive… in CompleteDrawFE()
Dfrontend.cpp1077 UPDATE_STAT_FE(DsInvocations, tsData.NumDomainPoints); in TessellationStages()