Home
last modified time | relevance | path

Searched refs:constructor_arguments (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_construct_composites.cpp107 std::vector<uint32_t> constructor_arguments; in Apply() local
125 constructor_arguments = FindComponentsToConstructArray( in Apply()
129 constructor_arguments = FindComponentsToConstructMatrix( in Apply()
133 constructor_arguments = FindComponentsToConstructStruct( in Apply()
137 constructor_arguments = FindComponentsToConstructVector( in Apply()
146 if (!constructor_arguments.empty()) { in Apply()
157 assert(constructor_arguments.empty()); in Apply()
160 assert(!constructor_arguments.empty()); in Apply()
164 chosen_composite_type, constructor_arguments, in Apply()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_construct_composites.cpp107 std::vector<uint32_t> constructor_arguments; in Apply() local
125 constructor_arguments = FindComponentsToConstructArray( in Apply()
129 constructor_arguments = FindComponentsToConstructMatrix( in Apply()
133 constructor_arguments = FindComponentsToConstructStruct( in Apply()
137 constructor_arguments = FindComponentsToConstructVector( in Apply()
146 if (!constructor_arguments.empty()) { in Apply()
157 assert(constructor_arguments.empty()); in Apply()
160 assert(!constructor_arguments.empty()); in Apply()
164 chosen_composite_type, constructor_arguments, in Apply()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dfuzzer_pass_construct_composites.cpp113 std::vector<uint32_t> constructor_arguments; in Apply() local
124 constructor_arguments = FindComponentsToConstructArray( in Apply()
128 constructor_arguments = FindComponentsToConstructMatrix( in Apply()
132 constructor_arguments = FindComponentsToConstructStruct( in Apply()
136 constructor_arguments = FindComponentsToConstructVector( in Apply()
145 assert(!constructor_arguments.empty()); in Apply()
149 chosen_composite_type, constructor_arguments, in Apply()