Home
last modified time | relevance | path

Searched refs:SpvOpConvertSToF (Results 1 – 25 of 62) sorted by relevance

123

/external/deqp-deps/SPIRV-Tools/test/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts_test.cpp139 fact_manager.AddFactIdEquation(24, SpvOpConvertSToF, {15}); in TEST()
140 fact_manager.AddFactIdEquation(25, SpvOpConvertSToF, {16}); in TEST()
142 fact_manager.AddFactIdEquation(27, SpvOpConvertSToF, {18}); in TEST()
145 fact_manager.AddFactIdEquation(30, SpvOpConvertSToF, {21}); in TEST()
215 14, SpvOpConvertSToF, {9}); in TEST()
235 15, SpvOpConvertSToF, {9}); in TEST()
252 18, SpvOpConvertSToF, {9}); in TEST()
533 fact_manager.AddFactIdEquation(27, SpvOpConvertSToF, {20}); in TEST()
538 fact_manager.AddFactIdEquation(29, SpvOpConvertSToF, {18}); in TEST()
543 fact_manager.AddFactIdEquation(31, SpvOpConvertSToF, {22}); in TEST()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts_test.cpp139 fact_manager.AddFactIdEquation(24, SpvOpConvertSToF, {15}); in TEST()
140 fact_manager.AddFactIdEquation(25, SpvOpConvertSToF, {16}); in TEST()
142 fact_manager.AddFactIdEquation(27, SpvOpConvertSToF, {18}); in TEST()
145 fact_manager.AddFactIdEquation(30, SpvOpConvertSToF, {21}); in TEST()
215 14, SpvOpConvertSToF, {9}); in TEST()
235 15, SpvOpConvertSToF, {9}); in TEST()
252 18, SpvOpConvertSToF, {9}); in TEST()
533 fact_manager.AddFactIdEquation(27, SpvOpConvertSToF, {20}); in TEST()
538 fact_manager.AddFactIdEquation(29, SpvOpConvertSToF, {18}); in TEST()
543 fact_manager.AddFactIdEquation(31, SpvOpConvertSToF, {22}); in TEST()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_equation_instruction_test.cpp1382 ASSERT_FALSE(TransformationEquationInstruction(50, SpvOpConvertSToF, {}, in TEST()
1387 ASSERT_FALSE(TransformationEquationInstruction(50, SpvOpConvertSToF, {15, 16}, in TEST()
1392 ASSERT_FALSE(TransformationEquationInstruction(50, SpvOpConvertSToF, {7}, in TEST()
1398 ASSERT_FALSE(TransformationEquationInstruction(50, SpvOpConvertSToF, {17}, in TEST()
1401 ASSERT_FALSE(TransformationEquationInstruction(50, SpvOpConvertSToF, {14}, in TEST()
1412 TransformationEquationInstruction transformation(50, SpvOpConvertSToF, {15}, in TEST()
1420 TransformationEquationInstruction transformation(51, SpvOpConvertSToF, {10}, in TEST()
1444 TransformationEquationInstruction transformation(58, SpvOpConvertSToF, {18}, in TEST()
1460 TransformationEquationInstruction transformation(60, SpvOpConvertSToF, {20}, in TEST()
1560 ASSERT_FALSE(TransformationEquationInstruction(16, SpvOpConvertSToF, {11}, in TEST()
[all …]
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_equation_instruction_test.cpp1382 ASSERT_FALSE(TransformationEquationInstruction(50, SpvOpConvertSToF, {}, in TEST()
1387 ASSERT_FALSE(TransformationEquationInstruction(50, SpvOpConvertSToF, {15, 16}, in TEST()
1392 ASSERT_FALSE(TransformationEquationInstruction(50, SpvOpConvertSToF, {7}, in TEST()
1398 ASSERT_FALSE(TransformationEquationInstruction(50, SpvOpConvertSToF, {17}, in TEST()
1401 ASSERT_FALSE(TransformationEquationInstruction(50, SpvOpConvertSToF, {14}, in TEST()
1412 TransformationEquationInstruction transformation(50, SpvOpConvertSToF, {15}, in TEST()
1420 TransformationEquationInstruction transformation(51, SpvOpConvertSToF, {10}, in TEST()
1444 TransformationEquationInstruction transformation(58, SpvOpConvertSToF, {18}, in TEST()
1460 TransformationEquationInstruction transformation(60, SpvOpConvertSToF, {20}, in TEST()
1560 ASSERT_FALSE(TransformationEquationInstruction(16, SpvOpConvertSToF, {11}, in TEST()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_relaxed_decoration.cpp72 case SpvOpConvertSToF: in IsNumeric()
Dfuzzer_pass_add_equation_instructions.cpp93 SpvOpConvertUToF, SpvOpConvertSToF, SpvOpBitcast}; in Apply()
98 case SpvOpConvertSToF: in Apply()
Dtransformation_equation_instruction.cpp115 case SpvOpConvertSToF: { in MaybeGetResultTypeId()
Dtransformation_propagate_instruction_up.cpp233 case SpvOpConvertSToF: in IsOpcodeSupported()
Dtransformation_move_instruction_down.cpp162 case SpvOpConvertSToF: in IsSimpleInstruction()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_relaxed_decoration.cpp72 case SpvOpConvertSToF: in IsNumeric()
Dfuzzer_pass_add_equation_instructions.cpp93 SpvOpConvertUToF, SpvOpConvertSToF, SpvOpBitcast}; in Apply()
98 case SpvOpConvertSToF: in Apply()
Dtransformation_equation_instruction.cpp115 case SpvOpConvertSToF: { in MaybeGetResultTypeId()
Dtransformation_propagate_instruction_up.cpp233 case SpvOpConvertSToF: in IsOpcodeSupported()
Dtransformation_move_instruction_down.cpp162 case SpvOpConvertSToF: in IsSimpleInstruction()
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c222 case SpvOpConvertSToF: in convert_op_src_type()
239 case SpvOpConvertSToF: in convert_op_dst_type()
352 case SpvOpConvertSToF: in vtn_nir_alu_op_for_spirv_opcode()
663 case SpvOpConvertSToF: in vtn_handle_alu()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Drelax_float_ops_pass.cpp100 SpvOpConvertSToF, in Initialize()
/external/deqp-deps/SPIRV-Tools/source/opt/
Drelax_float_ops_pass.cpp100 SpvOpConvertSToF, in Initialize()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_conversion.cpp95 case SpvOpConvertSToF: in ConversionPass()
527 case SpvOpConvertSToF: in ConversionPass()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_conversion.cpp95 case SpvOpConvertSToF: in ConversionPass()
545 case SpvOpConvertSToF: in ConversionPass()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp158 case SpvOpConvertSToF: in AddEquationFactRecursive()
324 if (equation.opcode == SpvOpConvertSToF) { in ComputeConversionDataSynonymFacts()
/external/deqp-deps/SPIRV-Tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp158 case SpvOpConvertSToF: in AddEquationFactRecursive()
324 if (equation.opcode == SpvOpConvertSToF) { in ComputeConversionDataSynonymFacts()
/external/skia/src/sksl/
Dspirv.h675 SpvOpConvertSToF = 111, enumerator
/external/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp541 case SpvOpConvertSToF: in spvOpcodeIsScalarizable()
/external/deqp-deps/SPIRV-Tools/source/
Dopcode.cpp541 case SpvOpConvertSToF: in spvOpcodeIsScalarizable()
/external/skqp/src/sksl/
Dspirv.h675 SpvOpConvertSToF = 111, enumerator

123