Home
last modified time | relevance | path

Searched refs:transformation (Results 1 - 25 of 310) sorted by relevance

12345678910>>...13

/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_make_vector_operation_dynamic_test.cpp102 auto transformation = TransformationMakeVectorOperationDynamic(50, 10); in TEST() local
104 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
107 transformation = TransformationMakeVectorOperationDynamic(23, 11); in TEST()
109 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
112 transformation = TransformationMakeVectorOperationDynamic(48, 12); in TEST()
114 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
117 transformation = TransformationMakeVectorOperationDynamic(34, 51); in TEST()
119 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
122 transformation = TransformationMakeVectorOperationDynamic(24, 10); in TEST()
124 transformation in TEST()
212 auto transformation = TransformationMakeVectorOperationDynamic(22, 9); TEST() local
[all...]
H A Dtransformation_swap_commutable_operands_test.cpp122 auto transformation = in TEST() local
125 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
128 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
130 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
133 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
135 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
138 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
140 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
143 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
145 transformation in TEST()
346 auto transformation = TEST() local
[all...]
H A Dtransformation_toggle_access_chain_instruction_test.cpp123 auto transformation = in TEST() local
126 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
130 transformation = in TEST()
133 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
136 transformation = in TEST()
139 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
143 transformation = in TEST()
146 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
150 transformation = in TEST()
153 transformation in TEST()
316 auto transformation = TEST() local
[all...]
H A Dtransformation_replace_linear_algebra_instruction_test.cpp80 auto transformation = TransformationReplaceLinearAlgebraInstruction( in TEST() local
83 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
87 transformation = TransformationReplaceLinearAlgebraInstruction( in TEST()
90 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
94 transformation = TransformationReplaceLinearAlgebraInstruction( in TEST()
97 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
100 transformation = TransformationReplaceLinearAlgebraInstruction( in TEST()
103 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
106 transformation = TransformationReplaceLinearAlgebraInstruction( in TEST()
109 transformation in TEST()
253 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
510 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
681 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
968 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
1302 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
1688 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
2161 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
2397 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
[all...]
H A Dtransformation_expand_vector_reduction_test.cpp65 auto transformation = TransformationExpandVectorReduction(13, {14, 15, 16}); in TEST() local
67 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
70 transformation = TransformationExpandVectorReduction(10, {13, 14, 15}); in TEST()
72 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
75 transformation = TransformationExpandVectorReduction(11, {13, 14}); in TEST()
77 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
79 transformation = TransformationExpandVectorReduction(12, {13, 14, 15, 16}); in TEST()
81 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
84 transformation = TransformationExpandVectorReduction(11, {12, 13, 14}); in TEST()
86 transformation in TEST()
162 auto transformation = TransformationExpandVectorReduction(15, {21, 22, 23}); TEST() local
[all...]
H A Dtransformation_add_type_int_test.cpp55 auto transformation = TransformationAddTypeInt(1, 32, false); in TEST() local
57 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
60 transformation = TransformationAddTypeInt(7, 16, false); in TEST()
62 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
65 transformation = TransformationAddTypeInt(7, 64, false); in TEST()
67 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
70 transformation = TransformationAddTypeInt(7, 8, true); in TEST()
72 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
75 transformation = TransformationAddTypeInt(7, 8, false); in TEST()
77 transformation in TEST()
146 auto transformation = TransformationAddTypeInt(6, 8, true); TEST() local
[all...]
H A Dtransformation_set_memory_operands_mask_test.cpp108 TransformationSetMemoryOperandsMask transformation( in TEST()
112 transformation.IsApplicable(context.get(), transformation_context), in TEST()
131 TransformationSetMemoryOperandsMask transformation( in TEST()
135 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
136 ApplyAndCheckFreshIds(transformation, context.get(), in TEST()
154 TransformationSetMemoryOperandsMask transformation( in TEST()
160 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
161 ApplyAndCheckFreshIds(transformation, context.get(), in TEST()
180 TransformationSetMemoryOperandsMask transformation( in TEST()
184 transformation in TEST()
[all...]
H A Dtransformation_add_constant_scalar_test.cpp79 auto transformation = TransformationAddConstantScalar(18, 2, {0}, false); in TEST() local
81 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
84 transformation = TransformationAddConstantScalar(19, 20, {0}, false); in TEST()
86 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
89 transformation = TransformationAddConstantScalar(19, 11, {0}, false); in TEST()
91 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
94 transformation = TransformationAddConstantScalar(19, 8, {0}, false); in TEST()
96 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
99 transformation = TransformationAddConstantScalar(19, 9, {0}, false); in TEST()
101 transformation in TEST()
178 auto transformation = TransformationAddConstantScalar(19, 2, {4}, false); TEST() local
[all...]
H A Dtransformation_add_image_sample_unused_components_test.cpp77 auto transformation = in TEST() local
80 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
84 transformation = in TEST()
87 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
92 transformation = in TEST()
95 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
99 transformation = in TEST()
102 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
106 transformation = in TEST()
109 transformation in TEST()
202 auto transformation = TEST() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_make_vector_operation_dynamic_test.cpp102 auto transformation = TransformationMakeVectorOperationDynamic(50, 10); in TEST() local
104 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
107 transformation = TransformationMakeVectorOperationDynamic(23, 11); in TEST()
109 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
112 transformation = TransformationMakeVectorOperationDynamic(48, 12); in TEST()
114 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
117 transformation = TransformationMakeVectorOperationDynamic(34, 51); in TEST()
119 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
122 transformation = TransformationMakeVectorOperationDynamic(24, 10); in TEST()
124 transformation in TEST()
212 auto transformation = TransformationMakeVectorOperationDynamic(22, 9); TEST() local
[all...]
H A Dtransformation_swap_commutable_operands_test.cpp122 auto transformation = in TEST() local
125 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
128 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
130 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
133 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
135 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
138 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
140 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
143 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
145 transformation in TEST()
346 auto transformation = TEST() local
[all...]
H A Dtransformation_toggle_access_chain_instruction_test.cpp123 auto transformation = in TEST() local
126 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
130 transformation = in TEST()
133 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
136 transformation = in TEST()
139 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
143 transformation = in TEST()
146 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
150 transformation = in TEST()
153 transformation in TEST()
316 auto transformation = TEST() local
[all...]
H A Dtransformation_replace_linear_algebra_instruction_test.cpp80 auto transformation = TransformationReplaceLinearAlgebraInstruction( in TEST() local
83 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
87 transformation = TransformationReplaceLinearAlgebraInstruction( in TEST()
90 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
94 transformation = TransformationReplaceLinearAlgebraInstruction( in TEST()
97 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
100 transformation = TransformationReplaceLinearAlgebraInstruction( in TEST()
103 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
106 transformation = TransformationReplaceLinearAlgebraInstruction( in TEST()
109 transformation in TEST()
253 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
510 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
681 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
968 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
1302 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
1688 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
2161 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
2397 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
[all...]
H A Dtransformation_expand_vector_reduction_test.cpp65 auto transformation = TransformationExpandVectorReduction(13, {14, 15, 16}); in TEST() local
67 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
70 transformation = TransformationExpandVectorReduction(10, {13, 14, 15}); in TEST()
72 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
75 transformation = TransformationExpandVectorReduction(11, {13, 14}); in TEST()
77 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
79 transformation = TransformationExpandVectorReduction(12, {13, 14, 15, 16}); in TEST()
81 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
84 transformation = TransformationExpandVectorReduction(11, {12, 13, 14}); in TEST()
86 transformation in TEST()
162 auto transformation = TransformationExpandVectorReduction(15, {21, 22, 23}); TEST() local
[all...]
H A Dtransformation_add_type_int_test.cpp55 auto transformation = TransformationAddTypeInt(1, 32, false); in TEST() local
57 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
60 transformation = TransformationAddTypeInt(7, 16, false); in TEST()
62 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
65 transformation = TransformationAddTypeInt(7, 64, false); in TEST()
67 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
70 transformation = TransformationAddTypeInt(7, 8, true); in TEST()
72 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
75 transformation = TransformationAddTypeInt(7, 8, false); in TEST()
77 transformation in TEST()
146 auto transformation = TransformationAddTypeInt(6, 8, true); TEST() local
[all...]
H A Dtransformation_set_memory_operands_mask_test.cpp108 TransformationSetMemoryOperandsMask transformation( in TEST()
112 transformation.IsApplicable(context.get(), transformation_context), in TEST()
131 TransformationSetMemoryOperandsMask transformation( in TEST()
135 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
136 ApplyAndCheckFreshIds(transformation, context.get(), in TEST()
154 TransformationSetMemoryOperandsMask transformation( in TEST()
160 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
161 ApplyAndCheckFreshIds(transformation, context.get(), in TEST()
180 TransformationSetMemoryOperandsMask transformation( in TEST()
184 transformation in TEST()
[all...]
H A Dtransformation_add_constant_scalar_test.cpp79 auto transformation = TransformationAddConstantScalar(18, 2, {0}, false); in TEST() local
81 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
84 transformation = TransformationAddConstantScalar(19, 20, {0}, false); in TEST()
86 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
89 transformation = TransformationAddConstantScalar(19, 11, {0}, false); in TEST()
91 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
94 transformation = TransformationAddConstantScalar(19, 8, {0}, false); in TEST()
96 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
99 transformation = TransformationAddConstantScalar(19, 9, {0}, false); in TEST()
101 transformation in TEST()
178 auto transformation = TransformationAddConstantScalar(19, 2, {4}, false); TEST() local
[all...]
/third_party/spirv-tools/test/fuzz/
H A Dtransformation_make_vector_operation_dynamic_test.cpp102 auto transformation = TransformationMakeVectorOperationDynamic(50, 10); in TEST() local
104 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
107 transformation = TransformationMakeVectorOperationDynamic(23, 11); in TEST()
109 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
112 transformation = TransformationMakeVectorOperationDynamic(48, 12); in TEST()
114 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
117 transformation = TransformationMakeVectorOperationDynamic(34, 51); in TEST()
119 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
122 transformation = TransformationMakeVectorOperationDynamic(24, 10); in TEST()
124 transformation in TEST()
212 auto transformation = TransformationMakeVectorOperationDynamic(22, 9); TEST() local
[all...]
H A Dtransformation_swap_commutable_operands_test.cpp123 auto transformation = in TEST() local
126 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
129 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
131 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
134 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
136 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
139 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
141 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
144 transformation = TransformationSwapCommutableOperands(instructionDescriptor); in TEST()
146 transformation in TEST()
352 auto transformation = TEST() local
[all...]
H A Dtransformation_replace_linear_algebra_instruction_test.cpp81 auto transformation = TransformationReplaceLinearAlgebraInstruction( in TEST() local
84 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
88 transformation = TransformationReplaceLinearAlgebraInstruction( in TEST()
91 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
96 transformation = TransformationReplaceLinearAlgebraInstruction( in TEST()
99 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
102 transformation = TransformationReplaceLinearAlgebraInstruction( in TEST()
105 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
108 transformation = TransformationReplaceLinearAlgebraInstruction( in TEST()
111 transformation in TEST()
255 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
516 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
687 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
974 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
1308 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
1694 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
2167 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
2407 auto transformation = TransformationReplaceLinearAlgebraInstruction( TEST() local
[all...]
H A Dtransformation_toggle_access_chain_instruction_test.cpp123 auto transformation = in TEST() local
126 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
130 transformation = in TEST()
133 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
137 transformation = in TEST()
140 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
144 transformation = in TEST()
147 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
152 transformation = in TEST()
155 transformation in TEST()
322 auto transformation = TEST() local
[all...]
H A Dtransformation_expand_vector_reduction_test.cpp65 auto transformation = TransformationExpandVectorReduction(13, {14, 15, 16}); in TEST() local
67 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
70 transformation = TransformationExpandVectorReduction(10, {13, 14, 15}); in TEST()
72 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
75 transformation = TransformationExpandVectorReduction(11, {13, 14}); in TEST()
77 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
79 transformation = TransformationExpandVectorReduction(12, {13, 14, 15, 16}); in TEST()
81 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
84 transformation = TransformationExpandVectorReduction(11, {12, 13, 14}); in TEST()
86 transformation in TEST()
162 auto transformation = TransformationExpandVectorReduction(15, {21, 22, 23}); TEST() local
[all...]
H A Dtransformation_add_type_int_test.cpp55 auto transformation = TransformationAddTypeInt(1, 32, false); in TEST() local
57 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
60 transformation = TransformationAddTypeInt(7, 16, false); in TEST()
62 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
65 transformation = TransformationAddTypeInt(7, 64, false); in TEST()
67 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
70 transformation = TransformationAddTypeInt(7, 8, true); in TEST()
72 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
75 transformation = TransformationAddTypeInt(7, 8, false); in TEST()
77 transformation in TEST()
146 auto transformation = TransformationAddTypeInt(6, 8, true); TEST() local
[all...]
H A Dtransformation_set_memory_operands_mask_test.cpp108 TransformationSetMemoryOperandsMask transformation( in TEST()
114 transformation.IsApplicable(context.get(), transformation_context), in TEST()
134 TransformationSetMemoryOperandsMask transformation( in TEST()
140 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
141 ApplyAndCheckFreshIds(transformation, context.get(), in TEST()
159 TransformationSetMemoryOperandsMask transformation( in TEST()
166 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
167 ApplyAndCheckFreshIds(transformation, context.get(), in TEST()
187 TransformationSetMemoryOperandsMask transformation( in TEST()
193 transformation in TEST()
[all...]
H A Dtransformation_add_constant_scalar_test.cpp79 auto transformation = TransformationAddConstantScalar(18, 2, {0}, false); in TEST() local
81 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
84 transformation = TransformationAddConstantScalar(19, 20, {0}, false); in TEST()
86 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
89 transformation = TransformationAddConstantScalar(19, 11, {0}, false); in TEST()
91 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
94 transformation = TransformationAddConstantScalar(19, 8, {0}, false); in TEST()
96 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
99 transformation = TransformationAddConstantScalar(19, 9, {0}, false); in TEST()
101 transformation in TEST()
178 auto transformation = TransformationAddConstantScalar(19, 2, {4}, false); TEST() local
[all...]

Completed in 11 milliseconds

12345678910>>...13