Home
last modified time | relevance | path

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

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DBPStructs.cpp75 if (!(bp.address == BPMEM_TRIGGER_EFB_COPY || bp.address == BPMEM_CLEARBBOX1 || in BPWritten()
212 case BPMEM_TRIGGER_EFB_COPY: // Copy EFB Region or Render to the XFB or Clear the screen. in BPWritten()
1037 case BPMEM_TRIGGER_EFB_COPY: // 0x52 in GetBPRegInfo()
1039 SetRegName(BPMEM_TRIGGER_EFB_COPY); in GetBPRegInfo()
H A DBPMemory.h55 BPMEM_TRIGGER_EFB_COPY = 0x52, enumerator
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/FifoPlayer/
H A DFifoPlayer.cpp564 case BPMEM_TRIGGER_EFB_COPY: in ShouldLoadBP()