Home
last modified time | relevance | path

Searched refs:SpvOpLogicalNot (Results 1 – 25 of 60) sorted by relevance

123

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_swap_conditional_branch_operands.cpp57 if (!fuzzerutil::CanInsertOpcodeBeforeInstruction(SpvOpLogicalNot, iter)) { in Apply()
62 assert(fuzzerutil::CanInsertOpcodeBeforeInstruction(SpvOpLogicalNot, iter) && in Apply()
74 ir_context, SpvOpLogicalNot, condition_inst->type_id(), in Apply()
Dtransformation_invert_comparison_operator.cpp50 assert(fuzzerutil::CanInsertOpcodeBeforeInstruction(SpvOpLogicalNot, iter) && in IsApplicable()
68 ir_context, SpvOpLogicalNot, inst->type_id(), inst->result_id(), in Apply()
Dtransformation_add_no_contraction_decoration.cpp101 case SpvOpLogicalNot: in IsArithmetic()
Dfuzzer_pass_add_equation_instructions.cpp92 SpvOpIAdd, SpvOpISub, SpvOpLogicalNot, SpvOpSNegate, in Apply()
256 case SpvOpLogicalNot: { in Apply()
Dtransformation_equation_instruction.cpp248 case SpvOpLogicalNot: { in MaybeGetResultTypeId()
Dtransformation_propagate_instruction_up.cpp283 case SpvOpLogicalNot: in IsOpcodeSupported()
Dtransformation_move_instruction_down.cpp212 case SpvOpLogicalNot: in IsSimpleInstruction()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_swap_conditional_branch_operands.cpp57 if (!fuzzerutil::CanInsertOpcodeBeforeInstruction(SpvOpLogicalNot, iter)) { in Apply()
62 assert(fuzzerutil::CanInsertOpcodeBeforeInstruction(SpvOpLogicalNot, iter) && in Apply()
74 ir_context, SpvOpLogicalNot, condition_inst->type_id(), in Apply()
Dtransformation_invert_comparison_operator.cpp50 assert(fuzzerutil::CanInsertOpcodeBeforeInstruction(SpvOpLogicalNot, iter) && in IsApplicable()
68 ir_context, SpvOpLogicalNot, inst->type_id(), inst->result_id(), in Apply()
Dtransformation_add_no_contraction_decoration.cpp101 case SpvOpLogicalNot: in IsArithmetic()
Dfuzzer_pass_add_equation_instructions.cpp92 SpvOpIAdd, SpvOpISub, SpvOpLogicalNot, SpvOpSNegate, in Apply()
256 case SpvOpLogicalNot: { in Apply()
Dtransformation_equation_instruction.cpp248 case SpvOpLogicalNot: { in MaybeGetResultTypeId()
Dtransformation_propagate_instruction_up.cpp283 case SpvOpLogicalNot: in IsOpcodeSupported()
Dtransformation_move_instruction_down.cpp212 case SpvOpLogicalNot: in IsSimpleInstruction()
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_equation_instruction_test.cpp180 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpLogicalNot, {}, in TEST()
185 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpLogicalNot, {6}, in TEST()
190 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpLogicalNot, {21}, in TEST()
195 14, SpvOpLogicalNot, {7}, return_instruction); in TEST()
204 15, SpvOpLogicalNot, {14}, return_instruction); in TEST()
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_equation_instruction_test.cpp180 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpLogicalNot, {}, in TEST()
185 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpLogicalNot, {6}, in TEST()
190 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpLogicalNot, {21}, in TEST()
195 14, SpvOpLogicalNot, {7}, return_instruction); in TEST()
204 15, SpvOpLogicalNot, {14}, return_instruction); in TEST()
/external/deqp-deps/SPIRV-Tools/test/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts_test.cpp297 fact_manager.AddFactIdEquation(14, SpvOpLogicalNot, {7}); in TEST()
298 fact_manager.AddFactIdEquation(17, SpvOpLogicalNot, {16}); in TEST()
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts_test.cpp297 fact_manager.AddFactIdEquation(14, SpvOpLogicalNot, {7}); in TEST()
298 fact_manager.AddFactIdEquation(17, SpvOpLogicalNot, {16}); in TEST()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfold.cpp57 case SpvOp::SpvOpLogicalNot: in UnaryOperate()
587 case SpvOp::SpvOpLogicalNot: in IsFoldableOpcode()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold.cpp57 case SpvOp::SpvOpLogicalNot: in UnaryOperate()
587 case SpvOp::SpvOpLogicalNot: in IsFoldableOpcode()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_logicals.cpp134 case SpvOpLogicalNot: { in LogicalsPass()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_logicals.cpp134 case SpvOpLogicalNot: { in LogicalsPass()
/external/skia/src/sksl/
Dspirv.h730 SpvOpLogicalNot = 168, enumerator
/external/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp592 case SpvOpLogicalNot: in spvOpcodeIsScalarizable()
/external/deqp-deps/SPIRV-Tools/source/
Dopcode.cpp592 case SpvOpLogicalNot: in spvOpcodeIsScalarizable()

123