Home
last modified time | relevance | path

Searched refs:CInvocations (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp439 p_atomic_add(&pSwrStats->CInvocations, pStats->CInvocations); in swr_UpdateStatsFE()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Devents.proto153 uint64_t CInvocations;
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h590 uint64_t CInvocations; // Number of clipper invocations in OSALIGNLINE() local
Dthreads.cpp589 …stats.DsInvocations, stats.GsInvocations, stats.GsPrimitives, stats.CInvocations, stats.CPrimitive… in CompleteDrawFE()
Dclip.h489 UPDATE_STAT_FE(CInvocations, numInvoc); in ExecuteStage()