/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_swap_commutable_operands_test.cpp | 132 instructionDescriptor = MakeInstructionDescriptor(42, SpvOpFAdd, 0); in TEST() 212 instructionDescriptor = MakeInstructionDescriptor(45, SpvOpFAdd, 0); in TEST() 235 instructionDescriptor = MakeInstructionDescriptor(23, SpvOpFAdd, 100); in TEST() 354 instructionDescriptor = MakeInstructionDescriptor(42, SpvOpFAdd, 0); in TEST()
|
D | transformation_composite_extract_test.cpp | 141 MakeInstructionDescriptor(35, SpvOpFAdd, 0), 80, 103, {0}) in TEST()
|
D | data_synonym_transformation_test.cpp | 434 auto instruction_descriptor_1 = MakeInstructionDescriptor(26, SpvOpFAdd, 0); in TEST() 448 auto instruction_descriptor_2 = MakeInstructionDescriptor(26, SpvOpFAdd, 0); in TEST()
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | transformation_swap_commutable_operands_test.cpp | 132 instructionDescriptor = MakeInstructionDescriptor(42, SpvOpFAdd, 0); in TEST() 212 instructionDescriptor = MakeInstructionDescriptor(45, SpvOpFAdd, 0); in TEST() 235 instructionDescriptor = MakeInstructionDescriptor(23, SpvOpFAdd, 100); in TEST() 354 instructionDescriptor = MakeInstructionDescriptor(42, SpvOpFAdd, 0); in TEST()
|
D | transformation_composite_extract_test.cpp | 141 MakeInstructionDescriptor(35, SpvOpFAdd, 0), 80, 103, {0}) in TEST()
|
D | data_synonym_transformation_test.cpp | 434 auto instruction_descriptor_1 = MakeInstructionDescriptor(26, SpvOpFAdd, 0); in TEST() 448 auto instruction_descriptor_2 = MakeInstructionDescriptor(26, SpvOpFAdd, 0); in TEST()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_replace_linear_algebra_instruction.cpp | 559 ir_context, SpvOpFAdd, in ReplaceOpVectorTimesMatrix() 568 ir_context, SpvOpFAdd, in ReplaceOpVectorTimesMatrix() 674 ir_context, SpvOpFAdd, in ReplaceOpMatrixTimesVector() 683 ir_context, SpvOpFAdd, in ReplaceOpMatrixTimesVector() 806 ir_context, SpvOpFAdd, in ReplaceOpMatrixTimesMatrix() 816 ir_context, SpvOpFAdd, in ReplaceOpMatrixTimesMatrix() 990 linear_algebra_instruction->SetOpcode(SpvOpFAdd); in ReplaceOpDot() 1001 ir_context, SpvOpFAdd, linear_algebra_instruction->type_id(), in ReplaceOpDot() 1014 ir_context, SpvOpFAdd, linear_algebra_instruction->type_id(), in ReplaceOpDot() 1023 linear_algebra_instruction->SetOpcode(SpvOpFAdd); in ReplaceOpDot()
|
D | transformation_add_no_contraction_decoration.cpp | 63 case SpvOpFAdd: in IsArithmetic()
|
D | transformation_add_relaxed_decoration.cpp | 87 case SpvOpFAdd: in IsNumeric()
|
D | transformation_add_synonym.cpp | 218 opcode = is_integral ? SpvOpIAdd : SpvOpFAdd; in MakeSynonymousInstruction()
|
D | transformation_propagate_instruction_up.cpp | 245 case SpvOpFAdd: in IsOpcodeSupported()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_replace_linear_algebra_instruction.cpp | 559 ir_context, SpvOpFAdd, in ReplaceOpVectorTimesMatrix() 568 ir_context, SpvOpFAdd, in ReplaceOpVectorTimesMatrix() 674 ir_context, SpvOpFAdd, in ReplaceOpMatrixTimesVector() 683 ir_context, SpvOpFAdd, in ReplaceOpMatrixTimesVector() 806 ir_context, SpvOpFAdd, in ReplaceOpMatrixTimesMatrix() 816 ir_context, SpvOpFAdd, in ReplaceOpMatrixTimesMatrix() 990 linear_algebra_instruction->SetOpcode(SpvOpFAdd); in ReplaceOpDot() 1001 ir_context, SpvOpFAdd, linear_algebra_instruction->type_id(), in ReplaceOpDot() 1014 ir_context, SpvOpFAdd, linear_algebra_instruction->type_id(), in ReplaceOpDot() 1023 linear_algebra_instruction->SetOpcode(SpvOpFAdd); in ReplaceOpDot()
|
D | transformation_add_no_contraction_decoration.cpp | 63 case SpvOpFAdd: in IsArithmetic()
|
D | transformation_add_relaxed_decoration.cpp | 87 case SpvOpFAdd: in IsNumeric()
|
D | transformation_add_synonym.cpp | 218 opcode = is_integral ? SpvOpIAdd : SpvOpFAdd; in MakeSynonymousInstruction()
|
D | transformation_propagate_instruction_up.cpp | 245 case SpvOpFAdd: in IsOpcodeSupported()
|
D | transformation_move_instruction_down.cpp | 174 case SpvOpFAdd: in IsSimpleInstruction()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 397 if (op_inst->opcode() == SpvOpFAdd || op_inst->opcode() == SpvOpFSub || in MergeNegateAddSubArithmetic() 403 bool is_add = (op_inst->opcode() == SpvOpFAdd) || in MergeNegateAddSubArithmetic() 482 case SpvOpFAdd: in PerformFloatingPointOperation() 966 assert(inst->opcode() == SpvOpFAdd || inst->opcode() == SpvOpIAdd); in MergeAddNegateArithmetic() 1023 opcode = HasFloatingPoint(type) ? SpvOpFAdd : SpvOpIAdd; in MergeSubNegateArithmetic() 1047 assert(inst->opcode() == SpvOpFAdd || inst->opcode() == SpvOpIAdd); in MergeAddAddArithmetic() 1063 if (other_inst->opcode() == SpvOpFAdd || in MergeAddAddArithmetic() 1094 assert(inst->opcode() == SpvOpFAdd || inst->opcode() == SpvOpIAdd); in MergeAddSubArithmetic() 1169 if (other_inst->opcode() == SpvOpFAdd || in MergeSubAddArithmetic() 1248 merge_op = uses_float ? SpvOpFAdd : SpvOpIAdd; in MergeSubSubArithmetic() [all …]
|
D | relax_float_ops_pass.cpp | 105 SpvOpFAdd, in Initialize()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 397 if (op_inst->opcode() == SpvOpFAdd || op_inst->opcode() == SpvOpFSub || in MergeNegateAddSubArithmetic() 403 bool is_add = (op_inst->opcode() == SpvOpFAdd) || in MergeNegateAddSubArithmetic() 482 case SpvOpFAdd: in PerformFloatingPointOperation() 966 assert(inst->opcode() == SpvOpFAdd || inst->opcode() == SpvOpIAdd); in MergeAddNegateArithmetic() 1023 opcode = HasFloatingPoint(type) ? SpvOpFAdd : SpvOpIAdd; in MergeSubNegateArithmetic() 1047 assert(inst->opcode() == SpvOpFAdd || inst->opcode() == SpvOpIAdd); in MergeAddAddArithmetic() 1063 if (other_inst->opcode() == SpvOpFAdd || in MergeAddAddArithmetic() 1094 assert(inst->opcode() == SpvOpFAdd || inst->opcode() == SpvOpIAdd); in MergeAddSubArithmetic() 1169 if (other_inst->opcode() == SpvOpFAdd || in MergeSubAddArithmetic() 1248 merge_op = uses_float ? SpvOpFAdd : SpvOpIAdd; in MergeSubSubArithmetic() [all …]
|
D | relax_float_ops_pass.cpp | 105 SpvOpFAdd, in Initialize()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 551 case SpvOpFAdd: in spvOpcodeIsScalarizable() 643 case SpvOpFAdd: in spvOpcodeIsCommutativeBinaryOperator()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | opcode.cpp | 551 case SpvOpFAdd: in spvOpcodeIsScalarizable() 643 case SpvOpFAdd: in spvOpcodeIsCommutativeBinaryOperator()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_alu.c | 169 case SpvOpFAdd: { in vtn_handle_matrix_alu() 272 case SpvOpFAdd: return nir_op_fadd; in vtn_nir_alu_op_for_spirv_opcode()
|
/external/skia/src/sksl/ |
D | spirv.h | 692 SpvOpFAdd = 129, enumerator
|