Home
last modified time | relevance | path

Searched refs:transformation1 (Results 1 - 25 of 54) sorted by relevance

123

/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_add_loop_to_create_int_constant_synonym_test.cpp390 auto transformation1 = TransformationAddLoopToCreateIntConstantSynonym( in TEST() local
393 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
394 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
569 auto transformation1 = TransformationAddLoopToCreateIntConstantSynonym( in TEST() local
572 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
573 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
768 auto transformation1 = TransformationAddLoopToCreateIntConstantSynonym( in TEST() local
771 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
772 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
890 auto transformation1 in TEST() local
1077 auto transformation1 = TransformationAddLoopToCreateIntConstantSynonym( TEST() local
[all...]
H A Dtransformation_add_loop_preheader_test.cpp91 auto transformation1 = TransformationAddLoopPreheader(10, 20, {}); in TEST() local
93 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
94 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
211 auto transformation1 = TransformationAddLoopPreheader(8, 40, {}); in TEST() local
213 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
214 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
H A Dtransformation_equation_instruction_test.cpp101 auto transformation1 = TransformationEquationInstruction( in TEST() local
104 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
107 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
198 auto transformation1 = TransformationEquationInstruction( in TEST() local
201 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
202 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
298 auto transformation1 = TransformationEquationInstruction( in TEST() local
301 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
302 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
409 auto transformation1 in TEST() local
1227 auto transformation1 = TransformationEquationInstruction( TEST() local
1299 auto transformation1 = TransformationEquationInstruction( TEST() local
[all...]
H A Dtransformation_replace_branch_from_dead_block_with_exit_test.cpp107 auto transformation1 = in TEST() local
112 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
116 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
322 auto transformation1 = TransformationReplaceBranchFromDeadBlockWithExit( in TEST() local
328 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
335 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
506 auto transformation1 = in TEST() local
511 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
515 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
H A Dtransformation_set_selection_control_test.cpp124 TransformationSetSelectionControl transformation1( in TEST()
127 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
128 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
H A Dtransformation_add_early_terminator_wrapper_test.cpp109 auto transformation1 = in TEST() local
117 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
118 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
H A Dtransformation_replace_opphi_id_from_dead_predecessor_test.cpp133 auto transformation1 = in TEST() local
136 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
137 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
H A Dtransformation_set_function_control_test.cpp138 TransformationSetFunctionControl transformation1(11, in TEST()
141 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
142 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
H A Dtransformation_add_dead_break_test.cpp147 auto transformation1 = TransformationAddDeadBreak(15, merge_block, true, {}); in TEST() local
155 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
156 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
428 auto transformation1 = in TEST() local
446 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
447 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
824 auto transformation1 = TransformationAddDeadBreak( in TEST() local
846 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
847 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
1275 auto transformation1 in TEST() local
1740 auto transformation1 = TEST() local
1957 auto transformation1 = TEST() local
2197 auto transformation1 = TransformationAddDeadBreak(19, 20, true, {}); TEST() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_add_loop_to_create_int_constant_synonym_test.cpp390 auto transformation1 = TransformationAddLoopToCreateIntConstantSynonym( in TEST() local
393 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
394 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
569 auto transformation1 = TransformationAddLoopToCreateIntConstantSynonym( in TEST() local
572 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
573 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
768 auto transformation1 = TransformationAddLoopToCreateIntConstantSynonym( in TEST() local
771 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
772 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
890 auto transformation1 in TEST() local
1077 auto transformation1 = TransformationAddLoopToCreateIntConstantSynonym( TEST() local
[all...]
H A Dtransformation_add_loop_preheader_test.cpp91 auto transformation1 = TransformationAddLoopPreheader(10, 20, {}); in TEST() local
93 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
94 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
211 auto transformation1 = TransformationAddLoopPreheader(8, 40, {}); in TEST() local
213 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
214 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
H A Dtransformation_equation_instruction_test.cpp101 auto transformation1 = TransformationEquationInstruction( in TEST() local
104 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
107 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
198 auto transformation1 = TransformationEquationInstruction( in TEST() local
201 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
202 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
298 auto transformation1 = TransformationEquationInstruction( in TEST() local
301 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
302 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
409 auto transformation1 in TEST() local
1227 auto transformation1 = TransformationEquationInstruction( TEST() local
1299 auto transformation1 = TransformationEquationInstruction( TEST() local
[all...]
H A Dtransformation_replace_branch_from_dead_block_with_exit_test.cpp107 auto transformation1 = in TEST() local
112 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
116 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
322 auto transformation1 = TransformationReplaceBranchFromDeadBlockWithExit( in TEST() local
328 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
335 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
506 auto transformation1 = in TEST() local
511 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
515 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
H A Dtransformation_set_selection_control_test.cpp124 TransformationSetSelectionControl transformation1( in TEST()
127 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
128 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
H A Dtransformation_add_early_terminator_wrapper_test.cpp109 auto transformation1 = in TEST() local
117 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
118 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
H A Dtransformation_replace_opphi_id_from_dead_predecessor_test.cpp133 auto transformation1 = in TEST() local
136 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
137 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
H A Dtransformation_set_function_control_test.cpp138 TransformationSetFunctionControl transformation1(11, in TEST()
141 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
142 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
/third_party/spirv-tools/test/fuzz/
H A Dtransformation_add_loop_to_create_int_constant_synonym_test.cpp390 auto transformation1 = TransformationAddLoopToCreateIntConstantSynonym( in TEST() local
393 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
394 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
569 auto transformation1 = TransformationAddLoopToCreateIntConstantSynonym( in TEST() local
572 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
573 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
768 auto transformation1 = TransformationAddLoopToCreateIntConstantSynonym( in TEST() local
771 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
772 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
890 auto transformation1 in TEST() local
1077 auto transformation1 = TransformationAddLoopToCreateIntConstantSynonym( TEST() local
[all...]
H A Dtransformation_add_loop_preheader_test.cpp91 auto transformation1 = TransformationAddLoopPreheader(10, 20, {}); in TEST() local
93 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
94 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
211 auto transformation1 = TransformationAddLoopPreheader(8, 40, {}); in TEST() local
213 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
214 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
H A Dtransformation_equation_instruction_test.cpp101 auto transformation1 = TransformationEquationInstruction( in TEST() local
104 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
107 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
199 auto transformation1 = TransformationEquationInstruction( in TEST() local
202 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
203 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
299 auto transformation1 = TransformationEquationInstruction( in TEST() local
302 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
303 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
410 auto transformation1 in TEST() local
1228 auto transformation1 = TransformationEquationInstruction( TEST() local
1300 auto transformation1 = TransformationEquationInstruction( TEST() local
[all...]
H A Dtransformation_replace_branch_from_dead_block_with_exit_test.cpp109 auto transformation1 = in TEST() local
114 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
118 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
324 auto transformation1 = TransformationReplaceBranchFromDeadBlockWithExit( in TEST() local
330 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
337 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
508 auto transformation1 = in TEST() local
513 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
517 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
H A Dtransformation_set_selection_control_test.cpp124 TransformationSetSelectionControl transformation1( in TEST()
127 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
128 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
H A Dtransformation_add_early_terminator_wrapper_test.cpp113 auto transformation1 = in TEST() local
121 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
122 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
H A Dtransformation_replace_opphi_id_from_dead_predecessor_test.cpp133 auto transformation1 = in TEST() local
136 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
137 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()
H A Dtransformation_set_function_control_test.cpp141 TransformationSetFunctionControl transformation1( in TEST()
144 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
145 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST()

Completed in 22 milliseconds

123