Home
last modified time | relevance | path

Searched refs:SpvOpFAdd (Results 1 – 25 of 70) sorted by relevance

123

/external/angle/third_party/spirv-tools/src/test/fuzz/
Dtransformation_swap_commutable_operands_test.cpp131 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()
Dtransformation_composite_extract_test.cpp139 MakeInstructionDescriptor(35, SpvOpFAdd, 0), 80, 103, {0}) in TEST()
Ddata_synonym_transformation_test.cpp426 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/
Dtransformation_swap_commutable_operands_test.cpp131 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()
Dtransformation_composite_extract_test.cpp139 MakeInstructionDescriptor(35, SpvOpFAdd, 0), 80, 103, {0}) in TEST()
Ddata_synonym_transformation_test.cpp426 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/
Dfolding_rules.cpp397 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 …]
Drelax_float_ops_pass.cpp105 SpvOpFAdd, in Initialize()
/external/angle/third_party/spirv-tools/src/source/opt/
Dfolding_rules.cpp397 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 …]
Drelax_float_ops_pass.cpp105 SpvOpFAdd, in Initialize()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfolding_rules.cpp397 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 …]
Drelax_float_ops_pass.cpp105 SpvOpFAdd, in Initialize()
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dtransformation_add_no_contraction_decoration.cpp63 case SpvOpFAdd: in IsArithmetic()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_no_contraction_decoration.cpp63 case SpvOpFAdd: in IsArithmetic()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_no_contraction_decoration.cpp64 case SpvOpFAdd: in IsArithmetic()
/external/deqp-deps/SPIRV-Tools/source/
Dopcode.cpp533 case SpvOpFAdd: in spvOpcodeIsScalarizable()
625 case SpvOpFAdd: in spvOpcodeIsCommutativeBinaryOperator()
/external/angle/third_party/spirv-tools/src/source/
Dopcode.cpp533 case SpvOpFAdd: in spvOpcodeIsScalarizable()
625 case SpvOpFAdd: in spvOpcodeIsCommutativeBinaryOperator()
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_composite_extract_test.cpp136 MakeInstructionDescriptor(35, SpvOpFAdd, 0), 80, 103, {0}) in TEST()
Ddata_synonym_transformation_test.cpp388 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/
Dvtn_alu.c169 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/
Dopcode.cpp528 case SpvOpFAdd: in spvOpcodeIsScalarizable()
/external/skia/src/sksl/
Dspirv.h692 SpvOpFAdd = 129, enumerator
/external/skqp/src/sksl/
Dspirv.h692 SpvOpFAdd = 129, enumerator
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_constants.cpp399 case SpvOpFAdd: in ValidateSpecConstantOp()
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_constants.cpp399 case SpvOpFAdd: in ValidateSpecConstantOp()

123