Home
last modified time | relevance | path

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

/external/angle/third_party/spirv-tools/src/source/fuzz/
Dfuzzer_pass.cpp155 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&bool_type); in FindOrCreateBoolType() local
156 if (existing_id) { in FindOrCreateBoolType()
157 return existing_id; in FindOrCreateBoolType()
166 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&int_type); in FindOrCreate32BitIntegerType() local
167 if (existing_id) { in FindOrCreate32BitIntegerType()
168 return existing_id; in FindOrCreate32BitIntegerType()
177 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&float_type); in FindOrCreate32BitFloatType() local
178 if (existing_id) { in FindOrCreate32BitFloatType()
179 return existing_id; in FindOrCreate32BitFloatType()
195 auto existing_id = fuzzerutil::FindFunctionType(GetIRContext(), type_ids); in FindOrCreateFunctionType() local
[all …]
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass.cpp155 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&bool_type); in FindOrCreateBoolType() local
156 if (existing_id) { in FindOrCreateBoolType()
157 return existing_id; in FindOrCreateBoolType()
166 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&int_type); in FindOrCreate32BitIntegerType() local
167 if (existing_id) { in FindOrCreate32BitIntegerType()
168 return existing_id; in FindOrCreate32BitIntegerType()
177 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&float_type); in FindOrCreate32BitFloatType() local
178 if (existing_id) { in FindOrCreate32BitFloatType()
179 return existing_id; in FindOrCreate32BitFloatType()
195 auto existing_id = fuzzerutil::FindFunctionType(GetIRContext(), type_ids); in FindOrCreateFunctionType() local
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass.cpp152 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&bool_type); in FindOrCreateBoolType() local
153 if (existing_id) { in FindOrCreateBoolType()
154 return existing_id; in FindOrCreateBoolType()
163 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&int_type); in FindOrCreate32BitIntegerType() local
164 if (existing_id) { in FindOrCreate32BitIntegerType()
165 return existing_id; in FindOrCreate32BitIntegerType()
174 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&float_type); in FindOrCreate32BitFloatType() local
175 if (existing_id) { in FindOrCreate32BitFloatType()
176 return existing_id; in FindOrCreate32BitFloatType()
191 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&vector_type); in FindOrCreateVectorType() local
[all …]