Implement TBUFFER_STORE_FORMAT_XY
This commit is contained in:
parent
fae0c0ae85
commit
86870e7c8d
|
@ -94,6 +94,8 @@ void Translator::EmitVectorMemory(const GcnInst& inst) {
|
||||||
|
|
||||||
case Opcode::TBUFFER_STORE_FORMAT_X:
|
case Opcode::TBUFFER_STORE_FORMAT_X:
|
||||||
return BUFFER_STORE_FORMAT(1, true, true, inst);
|
return BUFFER_STORE_FORMAT(1, true, true, inst);
|
||||||
|
case Opcode::TBUFFER_STORE_FORMAT_XY:
|
||||||
|
return BUFFER_STORE_FORMAT(2, true, true, inst);
|
||||||
case Opcode::TBUFFER_STORE_FORMAT_XYZ:
|
case Opcode::TBUFFER_STORE_FORMAT_XYZ:
|
||||||
return BUFFER_STORE_FORMAT(3, true, true, inst);
|
return BUFFER_STORE_FORMAT(3, true, true, inst);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue