mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 15:32:52 +00:00
shader_recompiler: Define operands for DS_ORDERED_COUNT.
This commit is contained in:
parent
8d18f6d982
commit
8d4ac9c3d8
@ -2784,8 +2784,7 @@ constexpr std::array<InstFormat, 256> InstructionFormatDS = {{
|
|||||||
// 62 = DS_APPEND
|
// 62 = DS_APPEND
|
||||||
{InstClass::DsAppendCon, InstCategory::DataShare, 3, 1, ScalarType::Uint32, ScalarType::Uint32},
|
{InstClass::DsAppendCon, InstCategory::DataShare, 3, 1, ScalarType::Uint32, ScalarType::Uint32},
|
||||||
// 63 = DS_ORDERED_COUNT
|
// 63 = DS_ORDERED_COUNT
|
||||||
{InstClass::GdsOrdCnt, InstCategory::DataShare, 3, 1, ScalarType::Undefined,
|
{InstClass::GdsOrdCnt, InstCategory::DataShare, 3, 1, ScalarType::Uint32, ScalarType::Uint32},
|
||||||
ScalarType::Undefined},
|
|
||||||
// 64 = DS_ADD_U64
|
// 64 = DS_ADD_U64
|
||||||
{InstClass::DsAtomicArith64, InstCategory::DataShare, 3, 1, ScalarType::Uint64,
|
{InstClass::DsAtomicArith64, InstCategory::DataShare, 3, 1, ScalarType::Uint64,
|
||||||
ScalarType::Uint64},
|
ScalarType::Uint64},
|
||||||
|
Loading…
Reference in New Issue
Block a user