| 113 | } |
| 114 | |
| 115 | void GnmCommandProcessor::processCommandBuffer(const void* commandBuffer, uint32_t commandSize) |
| 116 | { |
| 117 | processCmdInternal(commandBuffer, commandSize); |
| 118 | } |
| 119 | |
| 120 | void GnmCommandProcessor::processPM4Type0(PPM4_TYPE_0_HEADER pm4Hdr, uint32_t* regDataX) |
| 121 | { |