/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_swap_conditional_branch_operands.cpp | 57 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()
|
D | transformation_invert_comparison_operator.cpp | 50 assert(fuzzerutil::CanInsertOpcodeBeforeInstruction(SpvOpLogicalNot, iter) && in IsApplicable() 68 ir_context, SpvOpLogicalNot, inst->type_id(), inst->result_id(), in Apply()
|
D | transformation_add_no_contraction_decoration.cpp | 101 case SpvOpLogicalNot: in IsArithmetic()
|
D | fuzzer_pass_add_equation_instructions.cpp | 92 SpvOpIAdd, SpvOpISub, SpvOpLogicalNot, SpvOpSNegate, in Apply() 256 case SpvOpLogicalNot: { in Apply()
|
D | transformation_equation_instruction.cpp | 248 case SpvOpLogicalNot: { in MaybeGetResultTypeId()
|
D | transformation_propagate_instruction_up.cpp | 283 case SpvOpLogicalNot: in IsOpcodeSupported()
|
D | transformation_move_instruction_down.cpp | 212 case SpvOpLogicalNot: in IsSimpleInstruction()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_swap_conditional_branch_operands.cpp | 57 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()
|
D | transformation_invert_comparison_operator.cpp | 50 assert(fuzzerutil::CanInsertOpcodeBeforeInstruction(SpvOpLogicalNot, iter) && in IsApplicable() 68 ir_context, SpvOpLogicalNot, inst->type_id(), inst->result_id(), in Apply()
|
D | transformation_add_no_contraction_decoration.cpp | 101 case SpvOpLogicalNot: in IsArithmetic()
|
D | fuzzer_pass_add_equation_instructions.cpp | 92 SpvOpIAdd, SpvOpISub, SpvOpLogicalNot, SpvOpSNegate, in Apply() 256 case SpvOpLogicalNot: { in Apply()
|
D | transformation_equation_instruction.cpp | 248 case SpvOpLogicalNot: { in MaybeGetResultTypeId()
|
D | transformation_propagate_instruction_up.cpp | 283 case SpvOpLogicalNot: in IsOpcodeSupported()
|
D | transformation_move_instruction_down.cpp | 212 case SpvOpLogicalNot: in IsSimpleInstruction()
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_equation_instruction_test.cpp | 180 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/ |
D | transformation_equation_instruction_test.cpp | 180 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/ |
D | data_synonym_and_id_equation_facts_test.cpp | 297 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/ |
D | data_synonym_and_id_equation_facts_test.cpp | 297 fact_manager.AddFactIdEquation(14, SpvOpLogicalNot, {7}); in TEST() 298 fact_manager.AddFactIdEquation(17, SpvOpLogicalNot, {16}); in TEST()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | fold.cpp | 57 case SpvOp::SpvOpLogicalNot: in UnaryOperate() 587 case SpvOp::SpvOpLogicalNot: in IsFoldableOpcode()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | fold.cpp | 57 case SpvOp::SpvOpLogicalNot: in UnaryOperate() 587 case SpvOp::SpvOpLogicalNot: in IsFoldableOpcode()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_logicals.cpp | 134 case SpvOpLogicalNot: { in LogicalsPass()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_logicals.cpp | 134 case SpvOpLogicalNot: { in LogicalsPass()
|
/external/skia/src/sksl/ |
D | spirv.h | 730 SpvOpLogicalNot = 168, enumerator
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 592 case SpvOpLogicalNot: in spvOpcodeIsScalarizable()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | opcode.cpp | 592 case SpvOpLogicalNot: in spvOpcodeIsScalarizable()
|