Home
last modified time | relevance | path

Searched refs:OpLogicalNot (Results 1 - 25 of 60) sorted by relevance

123

/third_party/spirv-tools/source/fuzz/
H A Dtransformation_swap_conditional_branch_operands.cpp54 // OpLogicalNot above it. in Apply()
56 if (!fuzzerutil::CanInsertOpcodeBeforeInstruction(spv::Op::OpLogicalNot, in Apply()
62 assert(fuzzerutil::CanInsertOpcodeBeforeInstruction(spv::Op::OpLogicalNot, in Apply()
64 "We should now be able to insert spv::Op::OpLogicalNot before |iter|"); in Apply()
73 // invert the guard as well. We are using OpLogicalNot for that purpose here. in Apply()
75 ir_context, spv::Op::OpLogicalNot, condition_inst->type_id(), in Apply()
H A Dtransformation_invert_comparison_operator.cpp50 assert(fuzzerutil::CanInsertOpcodeBeforeInstruction(spv::Op::OpLogicalNot, in IsApplicable()
69 ir_context, spv::Op::OpLogicalNot, inst->type_id(), inst->result_id(), in Apply()
H A Dfuzzer_pass_add_equation_instructions.cpp93 spv::Op::OpIAdd, spv::Op::OpISub, spv::Op::OpLogicalNot, in Apply()
258 case spv::Op::OpLogicalNot: { in Apply()
276 // Similar to OpLogicalNot, but for signed integer negation. in Apply()
H A Dtransformation_add_no_contraction_decoration.cpp100 case spv::Op::OpLogicalNot: in IsArithmetic()
H A Dtransformation_equation_instruction.cpp253 case spv::Op::OpLogicalNot: { in MaybeGetResultTypeId()
/third_party/spirv-tools/test/fuzz/
H A Dtransformation_swap_conditional_branch_operands_test.cpp100 ASSERT_EQ(spv::Op::OpLogicalNot, in TEST()
145 %26 = OpLogicalNot %14 %15 in TEST()
H A Dtransformation_equation_instruction_test.cpp184 // Bad: too few arguments to OpLogicalNot. in TEST()
185 ASSERT_FALSE(TransformationEquationInstruction(14, spv::Op::OpLogicalNot, {}, in TEST()
190 ASSERT_FALSE(TransformationEquationInstruction(14, spv::Op::OpLogicalNot, {6}, in TEST()
194 // Bad: wrong type of argument to OpLogicalNot. in TEST()
195 ASSERT_FALSE(TransformationEquationInstruction(14, spv::Op::OpLogicalNot, in TEST()
200 14, spv::Op::OpLogicalNot, {7}, return_instruction); in TEST()
209 15, spv::Op::OpLogicalNot, {14}, return_instruction); in TEST()
235 %14 = OpLogicalNot %6 %7 in TEST()
236 %15 = OpLogicalNot %6 %14 in TEST()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSpec.cpp63 case spv::OpLogicalNot: in EvalSpecConstantOp()
181 case spv::OpLogicalNot: in EvalSpecConstantUnaryOp()
/third_party/spirv-tools/test/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts_test.cpp276 %14 = OpLogicalNot %6 %7 in TEST()
279 %17 = OpLogicalNot %6 %16 in TEST()
297 fact_manager.AddFactIdEquation(14, spv::Op::OpLogicalNot, {7}); in TEST()
298 fact_manager.AddFactIdEquation(17, spv::Op::OpLogicalNot, {16}); in TEST()
/third_party/spirv-tools/source/opt/
H A Dfold.cpp57 case spv::Op::OpLogicalNot: in UnaryOperate()
587 case spv::Op::OpLogicalNot: in IsFoldableOpcode()
/third_party/spirv-tools/source/val/
H A Dvalidate_logicals.cpp132 case spv::Op::OpLogicalNot: { in LogicalsPass()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.cs825 OpLogicalNot = 168, enumerator
H A Dspirv.hpp820 OpLogicalNot = 168, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs837 OpLogicalNot = 168, enumerator
H A Dspirv.hpp832 OpLogicalNot = 168, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs842 OpLogicalNot = 168, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs825 OpLogicalNot = 168, enumerator
H A Dspirv.hpp820 OpLogicalNot = 168, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.cs837 OpLogicalNot = 168, enumerator
H A Dspirv.hpp832 OpLogicalNot = 168, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.cs842 OpLogicalNot = 168, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.cs825 OpLogicalNot = 168, enumerator
H A Dspirv.hpp820 OpLogicalNot = 168, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.cs837 OpLogicalNot = 168, enumerator
H A Dspirv.hpp832 OpLogicalNot = 168, enumerator

Completed in 50 milliseconds

123