Home
last modified time | relevance | path

Searched refs:SpvOpAtomicStore (Results 1 – 25 of 51) sorted by relevance

123

/third_party/spirv-tools/source/val/
Dvalidate_atomics.cpp53 case SpvOpAtomicStore: in HasReturnType()
127 case SpvOpAtomicStore: in AtomicsPass()
304 } else if (opcode == SpvOpAtomicStore) { in AtomicsPass()
357 if (opcode == SpvOpAtomicStore) { in AtomicsPass()
Dvalidate_memory_semantics.cpp244 if (opcode == SpvOpAtomicStore && in ValidateMemorySemantics()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_atomics.cpp52 case SpvOpAtomicStore: in HasReturnType()
126 case SpvOpAtomicStore: in AtomicsPass()
302 } else if (opcode == SpvOpAtomicStore) { in AtomicsPass()
355 if (opcode == SpvOpAtomicStore) { in AtomicsPass()
Dvalidate_memory_semantics.cpp244 if (opcode == SpvOpAtomicStore && in ValidateMemorySemantics()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_atomics.cpp52 case SpvOpAtomicStore: in HasReturnType()
126 case SpvOpAtomicStore: in AtomicsPass()
302 } else if (opcode == SpvOpAtomicStore) { in AtomicsPass()
355 if (opcode == SpvOpAtomicStore) { in AtomicsPass()
Dvalidate_memory_semantics.cpp244 if (opcode == SpvOpAtomicStore && in ValidateMemorySemantics()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dfuzzerutil_test.cpp1637 ASSERT_DEATH(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, in TEST()
1641 ASSERT_TRUE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, 1, in TEST()
1643 ASSERT_TRUE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, 2, in TEST()
1645 ASSERT_FALSE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, in TEST()
1678 ASSERT_DEATH(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, in TEST()
1682 ASSERT_TRUE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, 1, in TEST()
1684 ASSERT_TRUE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, 2, in TEST()
/third_party/spirv-tools/test/fuzz/
Dfuzzerutil_test.cpp1637 ASSERT_DEATH(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, in TEST()
1641 ASSERT_TRUE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, 1, in TEST()
1643 ASSERT_TRUE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, 2, in TEST()
1645 ASSERT_FALSE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, in TEST()
1678 ASSERT_DEATH(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, in TEST()
1682 ASSERT_TRUE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, 1, in TEST()
1684 ASSERT_TRUE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, 2, in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dfuzzerutil_test.cpp1637 ASSERT_DEATH(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, in TEST()
1641 ASSERT_TRUE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, 1, in TEST()
1643 ASSERT_TRUE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, 2, in TEST()
1645 ASSERT_FALSE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, in TEST()
1678 ASSERT_DEATH(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, in TEST()
1682 ASSERT_TRUE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, 1, in TEST()
1684 ASSERT_TRUE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, 2, in TEST()
/third_party/spirv-tools/source/fuzz/
Dtransformation_store.cpp82 SpvOpAtomicStore, insert_before)) { in IsApplicable()
206 ir_context, SpvOpAtomicStore, 0, 0, in Apply()
Dtransformation_add_relaxed_decoration.cpp123 case SpvOpAtomicStore: in IsNumeric()
Dfuzzer_pass_add_stores.cpp54 if (!fuzzerutil::CanInsertOpcodeBeforeInstruction(SpvOpAtomicStore, in Apply()
Dtransformation_move_instruction_down.cpp501 case SpvOpAtomicStore: in IsMemoryWriteInstruction()
543 case SpvOpAtomicStore: in GetMemoryWriteTarget()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_store.cpp82 SpvOpAtomicStore, insert_before)) { in IsApplicable()
206 ir_context, SpvOpAtomicStore, 0, 0, in Apply()
Dtransformation_add_relaxed_decoration.cpp123 case SpvOpAtomicStore: in IsNumeric()
Dfuzzer_pass_add_stores.cpp54 if (!fuzzerutil::CanInsertOpcodeBeforeInstruction(SpvOpAtomicStore, in Apply()
Dtransformation_move_instruction_down.cpp501 case SpvOpAtomicStore: in IsMemoryWriteInstruction()
543 case SpvOpAtomicStore: in GetMemoryWriteTarget()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_store.cpp82 SpvOpAtomicStore, insert_before)) { in IsApplicable()
206 ir_context, SpvOpAtomicStore, 0, 0, in Apply()
Dtransformation_add_relaxed_decoration.cpp123 case SpvOpAtomicStore: in IsNumeric()
Dfuzzer_pass_add_stores.cpp54 if (!fuzzerutil::CanInsertOpcodeBeforeInstruction(SpvOpAtomicStore, in Apply()
Dtransformation_move_instruction_down.cpp501 case SpvOpAtomicStore: in IsMemoryWriteInstruction()
543 case SpvOpAtomicStore: in GetMemoryWriteTarget()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp435 return (spvOpcodeIsAtomicWithLoad(opcode) || opcode == SpvOpAtomicStore || in spvOpcodeIsAtomicOp()
713 case SpvOpAtomicStore: in spvOpcodeMemorySemanticsOperandIndices()
/third_party/skia/third_party/externals/spirv-tools/source/
Dopcode.cpp435 return (spvOpcodeIsAtomicWithLoad(opcode) || opcode == SpvOpAtomicStore || in spvOpcodeIsAtomicOp()
713 case SpvOpAtomicStore: in spvOpcodeMemorySemanticsOperandIndices()
/third_party/spirv-tools/source/
Dopcode.cpp435 return (spvOpcodeIsAtomicWithLoad(opcode) || opcode == SpvOpAtomicStore || in spvOpcodeIsAtomicOp()
711 case SpvOpAtomicStore: in spvOpcodeMemorySemanticsOperandIndices()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcode_sink.cpp212 case SpvOpAtomicStore: in HasUniformMemorySync()

123