Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_swap_commutable_operands_test.cpp132 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()
Dtransformation_composite_extract_test.cpp141 MakeInstructionDescriptor(35, SpvOpFAdd, 0), 80, 103, {0}) in TEST()
Ddata_synonym_transformation_test.cpp434 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/
Dtransformation_swap_commutable_operands_test.cpp132 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()
Dtransformation_composite_extract_test.cpp141 MakeInstructionDescriptor(35, SpvOpFAdd, 0), 80, 103, {0}) in TEST()
Ddata_synonym_transformation_test.cpp434 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/
Dtransformation_replace_linear_algebra_instruction.cpp559 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()
Dtransformation_add_no_contraction_decoration.cpp63 case SpvOpFAdd: in IsArithmetic()
Dtransformation_add_relaxed_decoration.cpp87 case SpvOpFAdd: in IsNumeric()
Dtransformation_add_synonym.cpp218 opcode = is_integral ? SpvOpIAdd : SpvOpFAdd; in MakeSynonymousInstruction()
Dtransformation_propagate_instruction_up.cpp245 case SpvOpFAdd: in IsOpcodeSupported()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_replace_linear_algebra_instruction.cpp559 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()
Dtransformation_add_no_contraction_decoration.cpp63 case SpvOpFAdd: in IsArithmetic()
Dtransformation_add_relaxed_decoration.cpp87 case SpvOpFAdd: in IsNumeric()
Dtransformation_add_synonym.cpp218 opcode = is_integral ? SpvOpIAdd : SpvOpFAdd; in MakeSynonymousInstruction()
Dtransformation_propagate_instruction_up.cpp245 case SpvOpFAdd: in IsOpcodeSupported()
Dtransformation_move_instruction_down.cpp174 case SpvOpFAdd: in IsSimpleInstruction()
/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/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/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp551 case SpvOpFAdd: in spvOpcodeIsScalarizable()
643 case SpvOpFAdd: in spvOpcodeIsCommutativeBinaryOperator()
/external/deqp-deps/SPIRV-Tools/source/
Dopcode.cpp551 case SpvOpFAdd: in spvOpcodeIsScalarizable()
643 case SpvOpFAdd: in spvOpcodeIsCommutativeBinaryOperator()
/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/skia/src/sksl/
Dspirv.h692 SpvOpFAdd = 129, enumerator

123