Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_common/linux/common/os/
H A Dmos_os_specific.h73 #define PERFUTILITY_IS_ENABLED(sCOMP,sLEVEL) … macro
88 if (PERFUTILITY_IS_ENABLED((std::string)COMP,(std::string)LEVEL)) \
97 if (PERFUTILITY_IS_ENABLED((std::string)COMP,(std::string)LEVEL)) \
110 && PERFUTILITY_IS_ENABLED((std::string)COMP,(std::string)LEVEL)) \
121 && PERFUTILITY_IS_ENABLED((std::string)COMP,(std::string)LEVEL)) \
144 if (PERFUTILITY_IS_ENABLED(comp, level)) in AutoPerfUtility()