mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 21:58:45 +00:00
Implement V_READFIRSTLANE_B32 (#681)
* Implement V_READFIRSTLANE_B32 * refactor
This commit is contained in:
@@ -340,6 +340,6 @@ OPCODE(ImageAtomicExchange32, U32, Opaq
|
||||
OPCODE(LaneId, U32, )
|
||||
OPCODE(WarpId, U32, )
|
||||
OPCODE(QuadShuffle, U32, U32, U32 )
|
||||
OPCODE(ReadFirstLane, U32, U32, U32 )
|
||||
OPCODE(ReadFirstLane, U32, U32, )
|
||||
OPCODE(ReadLane, U32, U32, U32 )
|
||||
OPCODE(WriteLane, U32, U32, U32, U32 )
|
||||
|
||||
Reference in New Issue
Block a user