Home
last modified time | relevance | path

Searched refs:transformation (Results 1 – 25 of 1484) sorted by relevance

12345678910>>...60

/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/
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.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
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.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
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.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
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.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
Dtransformation_set_memory_operands_mask_test.cpp108 TransformationSetMemoryOperandsMask transformation( in TEST() local
112 transformation.IsApplicable(context.get(), transformation_context), in TEST()
131 TransformationSetMemoryOperandsMask transformation( in TEST() local
135 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
136 ApplyAndCheckFreshIds(transformation, context.get(), in TEST()
154 TransformationSetMemoryOperandsMask transformation( in TEST() local
160 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
161 ApplyAndCheckFreshIds(transformation, context.get(), in TEST()
180 TransformationSetMemoryOperandsMask transformation( in TEST() local
184 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
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.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
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.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
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.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
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.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
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.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
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.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
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.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
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.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
Dtransformation_set_memory_operands_mask_test.cpp115 TransformationSetMemoryOperandsMask transformation( in TEST() local
119 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
120 ApplyAndCheckFreshIds(transformation, context.get(), in TEST()
138 TransformationSetMemoryOperandsMask transformation( in TEST() local
144 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
145 ApplyAndCheckFreshIds(transformation, context.get(), in TEST()
163 TransformationSetMemoryOperandsMask transformation( in TEST() local
167 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
168 ApplyAndCheckFreshIds(transformation, context.get(), in TEST()
174 TransformationSetMemoryOperandsMask transformation( in TEST() local
[all …]
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.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
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.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
Dtransformation_replace_parameter_with_global_test.cpp157 TransformationReplaceParameterWithGlobal transformation(50, 16, 51); in TEST() local
159 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
160 ApplyAndCheckFreshIds(transformation, context.get(), in TEST()
164 TransformationReplaceParameterWithGlobal transformation(52, 17, 53); in TEST() local
166 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
167 ApplyAndCheckFreshIds(transformation, context.get(), in TEST()
171 TransformationReplaceParameterWithGlobal transformation(54, 18, 55); in TEST() local
173 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
174 ApplyAndCheckFreshIds(transformation, context.get(), in TEST()
178 TransformationReplaceParameterWithGlobal transformation(56, 19, 57); in TEST() local
[all …]
/external/deqp-deps/SPIRV-Tools/test/fuzz/
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.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
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.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
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.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
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.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
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.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
Dtransformation_set_memory_operands_mask_test.cpp115 TransformationSetMemoryOperandsMask transformation( in TEST() local
119 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
120 ApplyAndCheckFreshIds(transformation, context.get(), in TEST()
138 TransformationSetMemoryOperandsMask transformation( in TEST() local
144 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
145 ApplyAndCheckFreshIds(transformation, context.get(), in TEST()
163 TransformationSetMemoryOperandsMask transformation( in TEST() local
167 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
168 ApplyAndCheckFreshIds(transformation, context.get(), in TEST()
174 TransformationSetMemoryOperandsMask transformation( in TEST() local
[all …]
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.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
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.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]

12345678910>>...60