Home
last modified time | relevance | path

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

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DBPStructs.cpp584 case BPMEM_TEV_COLOR_RA: in BPWritten()
585 case BPMEM_TEV_COLOR_RA + 2: in BPWritten()
586 case BPMEM_TEV_COLOR_RA + 4: in BPWritten()
587 case BPMEM_TEV_COLOR_RA + 6: in BPWritten()
1356 case BPMEM_TEV_COLOR_RA: // 0xE0 in GetBPRegInfo()
1357 case BPMEM_TEV_COLOR_RA + 2: // 0xE2 in GetBPRegInfo()
1358 case BPMEM_TEV_COLOR_RA + 4: // 0xE4 in GetBPRegInfo()
1359 case BPMEM_TEV_COLOR_RA + 6: // 0xE6 in GetBPRegInfo()
1360 SetRegName(BPMEM_TEV_COLOR_RA); in GetBPRegInfo()
H A DBPMemory.h89 BPMEM_TEV_COLOR_RA = 0xE0, // 0xE0 + (2 * 4) enumerator