Adding opcode IMAGE_SAMPLE_B_O (#2894)

* Adding opcode IMAGE_SAMPLE_B_O:

* fix clang (my first time !)
This commit is contained in:
Missake212
2025-05-09 17:01:34 +01:00
committed by GitHub
parent b130fe6ed5
commit 8d7cbf9943

View File

@@ -143,6 +143,7 @@ void Translator::EmitVectorMemory(const GcnInst& inst) {
case Opcode::IMAGE_SAMPLE_C_LZ:
case Opcode::IMAGE_SAMPLE_O:
case Opcode::IMAGE_SAMPLE_L_O:
case Opcode::IMAGE_SAMPLE_B_O:
case Opcode::IMAGE_SAMPLE_LZ_O:
case Opcode::IMAGE_SAMPLE_C_O:
case Opcode::IMAGE_SAMPLE_C_LZ_O: