Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_query.cpp141 p_stats->hs_invocations = pq->result.coreFE.HsInvocations; in swr_get_query_result()
Dswr_context.cpp459 p_atomic_add(&pSwrStats->HsInvocations, pStats->HsInvocations); in swr_UpdateStatsFE()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Devents.proto185 uint64_t HsInvocations;
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h627 uint64_t HsInvocations; // Number of Hull Shader invocations in OSALIGNLINE() local
Dthreads.cpp610 stats.IaVertices, stats.IaPrimitives, stats.VsInvocations, stats.HsInvocations, in CompleteDrawFE()
Dfrontend.cpp1260 UPDATE_STAT_FE(HsInvocations, numPrims); in TessellationStages()