video_core: IMAGEGATHER4_C_O (#1210)

This commit is contained in:
ElBread3
2024-10-03 11:48:54 -05:00
committed by GitHub
parent 54dafce541
commit ff13aff862
3 changed files with 4 additions and 2 deletions

View File

@@ -144,6 +144,7 @@ void Translator::EmitVectorMemory(const GcnInst& inst) {
// Image gather operations
case Opcode::IMAGE_GATHER4_LZ:
case Opcode::IMAGE_GATHER4_C:
case Opcode::IMAGE_GATHER4_C_O:
case Opcode::IMAGE_GATHER4_C_LZ:
case Opcode::IMAGE_GATHER4_LZ_O:
return IMAGE_GATHER(inst);