Home
last modified time | relevance | path

Searched refs:OpAtomicCompareExchange (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/test/transcoding/OpenCL/
H A Datomic_cmpxchg.cl24 // In SPIR-V, atomic_cmpxchg is represented as OpAtomicCompareExchange [2],
51 // [2]: https://www.khronos.org/registry/spir-v/specs/unified1/SPIRV.html#OpAtomicCompareExchange
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/generated/
H A Dspirv_grammar_helper.cpp37 case spv::OpAtomicCompareExchange: in AtomicOperation()
170 case spv::OpAtomicCompareExchange: in MemoryScopeParamPosition()
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/
H A DSPIRVToOCL12.cpp225 return mapAtomicName(OpAtomicCompareExchange, CI->getType()); in visitCallSPIRVAtomicCmpExchg()
250 case OpAtomicCompareExchange: in visitCallSPIRVAtomicBuiltin()
H A DSPIRVToOCL20.cpp162 case OpAtomicCompareExchange: in visitCallSPIRVAtomicBuiltin()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/sirit/src/instructions/
H A Datomic.cpp39 Id Module::OpAtomicCompareExchange(Id result_type, Id pointer, Id memory, Id equal, Id unequal, in OpAtomicCompareExchange() function in Sirit::Module
41 auto op{std::make_unique<Op>(spv::Op::OpAtomicCompareExchange, bound++, result_type)}; in OpAtomicCompareExchange()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/shaders-no-opt/asm/comp/
H A Dnonuniform-bracket-handling.vk.nocompat.asm.comp188 %126 = OpAtomicCompareExchange %uint %125 %uint_1 %uint_0 %uint_0 %uint_50 %uint_40
278 %213 = OpAtomicCompareExchange %uint %212 %uint_1 %uint_0 %uint_0 %uint_70 %uint_40
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/shaders-no-opt/asm/comp/
H A Dnonuniform-bracket-handling.vk.nocompat.asm.comp188 %126 = OpAtomicCompareExchange %uint %125 %uint_1 %uint_0 %uint_0 %uint_50 %uint_40
278 %213 = OpAtomicCompareExchange %uint %212 %uint_1 %uint_0 %uint_0 %uint_70 %uint_40
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/shaders-no-opt/asm/comp/
H A Dnonuniform-bracket-handling.vk.nocompat.asm.comp188 %126 = OpAtomicCompareExchange %uint %125 %uint_1 %uint_0 %uint_0 %uint_50 %uint_40
278 %213 = OpAtomicCompareExchange %uint %212 %uint_1 %uint_0 %uint_0 %uint_70 %uint_40
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dweb.comp.out155 %106 = OpAtomicCompareExchange %int %104 %uint_1 %uint_0 %uint_0 %int_2 %int_5
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dweb.comp.out155 %106 = OpAtomicCompareExchange %int %104 %uint_1 %uint_0 %uint_0 %int_2 %int_5
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/
H A Dweb.comp.out155 %106 = OpAtomicCompareExchange %int %104 %uint_1 %uint_0 %uint_0 %int_2 %int_5
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/
H A Dweb.comp.out155 %106 = OpAtomicCompareExchange %int %104 %uint_1 %uint_0 %uint_0 %int_2 %int_5
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dweb.comp.out155 %106 = OpAtomicCompareExchange %int %104 %uint_1 %uint_0 %uint_0 %int_2 %int_5
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/Test/baseResults/
H A Dweb.comp.out155 %106 = OpAtomicCompareExchange %int %104 %uint_1 %uint_0 %uint_0 %int_2 %int_5
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/Test/baseResults/
H A Dweb.comp.out155 %106 = OpAtomicCompareExchange %int %104 %uint_1 %uint_0 %uint_0 %int_2 %int_5
/dports/graphics/glslang/glslang-11.7.1/Test/baseResults/
H A Dweb.comp.out155 %106 = OpAtomicCompareExchange %int %104 %uint_1 %uint_0 %uint_0 %int_2 %int_5
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/Test/baseResults/
H A Dweb.comp.out155 %106 = OpAtomicCompareExchange %int %104 %uint_1 %uint_0 %uint_0 %int_2 %int_5
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/Test/baseResults/
H A Dweb.comp.out155 %106 = OpAtomicCompareExchange %int %104 %uint_1 %uint_0 %uint_0 %int_2 %int_5
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/SPIRV/
H A Ddoc.cpp2072 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Pointer'"); in Parameterize()
2073 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandScope, "'Scope'"); in Parameterize()
2074 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandMemorySemantics, "'Equal'"); in Parameterize()
2075 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandMemorySemantics, "'Unequal'"); in Parameterize()
2076 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Value'"); in Parameterize()
2077 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Comparator'"); in Parameterize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glslang/src/SPIRV/
H A Ddoc.cpp2236 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Pointer'"); in Parameterize()
2237 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandScope, "'Scope'"); in Parameterize()
2238 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandMemorySemantics, "'Equal'"); in Parameterize()
2239 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandMemorySemantics, "'Unequal'"); in Parameterize()
2240 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Value'"); in Parameterize()
2241 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Comparator'"); in Parameterize()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/glslang/SPIRV/
H A Ddoc.cpp2206 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Pointer'"); in Parameterize()
2207 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandScope, "'Scope'"); in Parameterize()
2208 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandMemorySemantics, "'Equal'"); in Parameterize()
2209 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandMemorySemantics, "'Unequal'"); in Parameterize()
2210 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Value'"); in Parameterize()
2211 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Comparator'"); in Parameterize()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/SPIRV/
H A Ddoc.cpp2204 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Pointer'"); in Parameterize()
2205 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandScope, "'Scope'"); in Parameterize()
2206 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandMemorySemantics, "'Equal'"); in Parameterize()
2207 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandMemorySemantics, "'Unequal'"); in Parameterize()
2208 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Value'"); in Parameterize()
2209 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Comparator'"); in Parameterize()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/SPIRV/
H A Ddoc.cpp2204 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Pointer'"); in Parameterize()
2205 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandScope, "'Scope'"); in Parameterize()
2206 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandMemorySemantics, "'Equal'"); in Parameterize()
2207 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandMemorySemantics, "'Unequal'"); in Parameterize()
2208 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Value'"); in Parameterize()
2209 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Comparator'"); in Parameterize()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/Dialect/SPIRV/
H A DSPIRVAtomicOps.td109 let summary = "Deprecated (use OpAtomicCompareExchange).";
112 Has the same semantics as OpAtomicCompareExchange.
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVAtomicOps.td106 let summary = "Deprecated (use OpAtomicCompareExchange).";
109 Has the same semantics as OpAtomicCompareExchange.

12345678910>>...14