/external/angle/third_party/spirv-tools/src/test/fuzz/ |
D | transformation_swap_commutable_operands_test.cpp | 131 instructionDescriptor = MakeInstructionDescriptor(42, SpvOpFAdd, 0); in TEST() 211 instructionDescriptor = MakeInstructionDescriptor(45, SpvOpFAdd, 0); in TEST() 234 instructionDescriptor = MakeInstructionDescriptor(23, SpvOpFAdd, 100); in TEST() 355 instructionDescriptor = MakeInstructionDescriptor(42, SpvOpFAdd, 0); in TEST()
|
D | transformation_composite_extract_test.cpp | 139 MakeInstructionDescriptor(35, SpvOpFAdd, 0), 80, 103, {0}) in TEST()
|
D | data_synonym_transformation_test.cpp | 426 auto instruction_descriptor_1 = MakeInstructionDescriptor(26, SpvOpFAdd, 0); in TEST() 439 auto instruction_descriptor_2 = MakeInstructionDescriptor(26, SpvOpFAdd, 0); in TEST()
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | transformation_swap_commutable_operands_test.cpp | 131 instructionDescriptor = MakeInstructionDescriptor(42, SpvOpFAdd, 0); in TEST() 211 instructionDescriptor = MakeInstructionDescriptor(45, SpvOpFAdd, 0); in TEST() 234 instructionDescriptor = MakeInstructionDescriptor(23, SpvOpFAdd, 100); in TEST() 355 instructionDescriptor = MakeInstructionDescriptor(42, SpvOpFAdd, 0); in TEST()
|
D | transformation_composite_extract_test.cpp | 139 MakeInstructionDescriptor(35, SpvOpFAdd, 0), 80, 103, {0}) in TEST()
|
D | data_synonym_transformation_test.cpp | 426 auto instruction_descriptor_1 = MakeInstructionDescriptor(26, SpvOpFAdd, 0); in TEST() 439 auto instruction_descriptor_2 = MakeInstructionDescriptor(26, SpvOpFAdd, 0); in TEST()
|
/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/angle/third_party/spirv-tools/src/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/angle/third_party/spirv-tools/src/source/fuzz/ |
D | transformation_add_no_contraction_decoration.cpp | 63 case SpvOpFAdd: in IsArithmetic()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_add_no_contraction_decoration.cpp | 63 case SpvOpFAdd: in IsArithmetic()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_add_no_contraction_decoration.cpp | 64 case SpvOpFAdd: in IsArithmetic()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | opcode.cpp | 533 case SpvOpFAdd: in spvOpcodeIsScalarizable() 625 case SpvOpFAdd: in spvOpcodeIsCommutativeBinaryOperator()
|
/external/angle/third_party/spirv-tools/src/source/ |
D | opcode.cpp | 533 case SpvOpFAdd: in spvOpcodeIsScalarizable() 625 case SpvOpFAdd: in spvOpcodeIsCommutativeBinaryOperator()
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_composite_extract_test.cpp | 136 MakeInstructionDescriptor(35, SpvOpFAdd, 0), 80, 103, {0}) in TEST()
|
D | data_synonym_transformation_test.cpp | 388 auto instruction_descriptor_1 = MakeInstructionDescriptor(26, SpvOpFAdd, 0); in TEST() 400 auto instruction_descriptor_2 = MakeInstructionDescriptor(26, SpvOpFAdd, 0); in TEST()
|
/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/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 528 case SpvOpFAdd: in spvOpcodeIsScalarizable()
|
/external/skia/src/sksl/ |
D | spirv.h | 692 SpvOpFAdd = 129, enumerator
|
/external/skqp/src/sksl/ |
D | spirv.h | 692 SpvOpFAdd = 129, enumerator
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_constants.cpp | 399 case SpvOpFAdd: in ValidateSpecConstantOp()
|
/external/angle/third_party/spirv-tools/src/source/val/ |
D | validate_constants.cpp | 399 case SpvOpFAdd: in ValidateSpecConstantOp()
|