Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_query.cpp141 p_stats->hs_invocations = pq->result.coreFE.HsInvocations; in swr_get_query_result()
Dswr_context.cpp469 p_atomic_add(&pSwrStats->HsInvocations, pStats->HsInvocations); in swr_UpdateStatsFE()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Devents.proto103 uint64_t HsInvocations;
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h629 uint64_t HsInvocations; // Number of Hull Shader invocations in OSALIGNLINE() local
Dthreads.cpp685 stats.HsInvocations, in CompleteDrawFE()
Dfrontend.cpp1387 UPDATE_STAT_FE(HsInvocations, numPrims); in TessellationStages()