Home
last modified time | relevance | path

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

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofile.h716 uint32_t nAutoClearFrames; member
1532 uint32_t nAggregateClear = S.nAggregateClear || S.nAutoClearFrames, nAggregateFlip = 0; in MicroProfileFlip()
1537 S.nAutoClearFrames = MICROPROFILE_GPU_FRAME_DELAY + 3; //hide spike from dumping webpage in MicroProfileFlip()
1547 S.nAutoClearFrames = MICROPROFILE_GPU_FRAME_DELAY + 3; //hide spike from dumping webpage in MicroProfileFlip()
1550 if(S.nAutoClearFrames) in MicroProfileFlip()
1554 S.nAutoClearFrames -= 1; in MicroProfileFlip()
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h716 uint32_t nAutoClearFrames; member
1530 uint32_t nAggregateClear = S.nAggregateClear || S.nAutoClearFrames, nAggregateFlip = 0; in MicroProfileFlip()
1535 S.nAutoClearFrames = MICROPROFILE_GPU_FRAME_DELAY + 3; //hide spike from dumping webpage in MicroProfileFlip()
1545 S.nAutoClearFrames = MICROPROFILE_GPU_FRAME_DELAY + 3; //hide spike from dumping webpage in MicroProfileFlip()
1548 if(S.nAutoClearFrames) in MicroProfileFlip()
1552 S.nAutoClearFrames -= 1; in MicroProfileFlip()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h716 uint32_t nAutoClearFrames; member
1530 uint32_t nAggregateClear = S.nAggregateClear || S.nAutoClearFrames, nAggregateFlip = 0; in MicroProfileFlip()
1535 S.nAutoClearFrames = MICROPROFILE_GPU_FRAME_DELAY + 3; //hide spike from dumping webpage in MicroProfileFlip()
1545 S.nAutoClearFrames = MICROPROFILE_GPU_FRAME_DELAY + 3; //hide spike from dumping webpage in MicroProfileFlip()
1548 if(S.nAutoClearFrames) in MicroProfileFlip()
1552 S.nAutoClearFrames -= 1; in MicroProfileFlip()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dmicroprofile.h1478 uint32_t nAutoClearFrames; member
2614 uint32_t nAggregateClear = S.nAggregateClear || S.nAutoClearFrames, nAggregateFlip = 0; in MicroProfileFlipCpu()
2619 S.nAutoClearFrames = MICROPROFILE_GPU_FRAME_DELAY + 3; //hide spike from dumping webpage in MicroProfileFlipCpu()
2622 if(S.nAutoClearFrames) in MicroProfileFlipCpu()
2626 S.nAutoClearFrames -= 1; in MicroProfileFlipCpu()