Implemented REG_TO_MEM GPU opcode

This commit is contained in:
Robert Dupuis
2015-11-21 21:20:34 -05:00
parent 1956b8708e
commit bdec7a063f
2 changed files with 35 additions and 0 deletions

View File

@@ -136,6 +136,8 @@ class CommandProcessor {
uint32_t packet, uint32_t count);
bool ExecutePacketType3_REG_RMW(RingbufferReader* reader, uint32_t packet,
uint32_t count);
bool ExecutePacketType3_REG_TO_MEM(RingbufferReader* reader, uint32_t packet,
uint32_t count);
bool ExecutePacketType3_COND_WRITE(RingbufferReader* reader, uint32_t packet,
uint32_t count);
bool ExecutePacketType3_EVENT_WRITE(RingbufferReader* reader, uint32_t packet,