Home
last modified time | relevance | path

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

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofile.h828 #define MP_LOG_BEGIN_MASK 0xc000000000000000 macro
837 return (int)(((MP_LOG_BEGIN_MASK & Index)>>62) & 0x3ULL); in MicroProfileLogType()
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h828 #define MP_LOG_BEGIN_MASK 0xc000000000000000 macro
837 return ((MP_LOG_BEGIN_MASK & Index)>>62) & 0x3; in MicroProfileLogType()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h828 #define MP_LOG_BEGIN_MASK 0xc000000000000000 macro
837 return ((MP_LOG_BEGIN_MASK & Index)>>62) & 0x3; in MicroProfileLogType()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dmicroprofile.h1607 #define MP_LOG_BEGIN_MASK 0xe000000000000000 macro
1618 return ((MP_LOG_BEGIN_MASK & Index)>>61) & 0x7; in MicroProfileLogType()