Home
last modified time | relevance | path

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

12345678910>>...32

/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_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_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_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 …]
/third_party/skia/third_party/externals/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_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_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_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 …]
/third_party/skia/third_party/externals/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_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_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_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 …]
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgltransformation.c115 transformation);
287 GstGLTransformation *transformation; in gst_gl_transformation_finalize() local
291 transformation = GST_GL_TRANSFORMATION (object); in gst_gl_transformation_finalize()
293 graphene_matrix_free (transformation->model_matrix); in gst_gl_transformation_finalize()
294 graphene_matrix_free (transformation->view_matrix); in gst_gl_transformation_finalize()
295 graphene_matrix_free (transformation->projection_matrix); in gst_gl_transformation_finalize()
296 graphene_matrix_free (transformation->inv_model_matrix); in gst_gl_transformation_finalize()
297 graphene_matrix_free (transformation->inv_view_matrix); in gst_gl_transformation_finalize()
298 graphene_matrix_free (transformation->inv_projection_matrix); in gst_gl_transformation_finalize()
299 graphene_matrix_free (transformation->mvp_matrix); in gst_gl_transformation_finalize()
[all …]

12345678910>>...32