Home
last modified time | relevance | path

Searched defs:existing_id (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dfuzzer_pass.cpp233 if (auto existing_id = fuzzerutil::MaybeGetBoolType(GetIRContext())) { in FindOrCreateBoolType() local
243 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&int_type); in FindOrCreateIntegerType() local
254 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&float_type); in FindOrCreateFloatType() local
272 auto existing_id = fuzzerutil::FindFunctionType(GetIRContext(), type_ids); in FindOrCreateFunctionType() local
291 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&vector_type); in FindOrCreateVectorType() local
312 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&matrix_type); in FindOrCreateMatrixType() local
324 if (auto existing_id = in FindOrCreateStructType() local
337 auto existing_id = fuzzerutil::MaybeGetPointerType( in FindOrCreatePointerType() local
H A Dtransformation_equation_instruction.cpp201 if (auto existing_id = fuzzerutil::MaybeGetIntegerType( in MaybeGetResultTypeId() local
H A Dfuzzer_util.cpp1154 if (auto existing_id = FindFunctionType(ir_context, type_ids)) { in FindOrCreateFunctionType() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass.cpp233 if (auto existing_id = fuzzerutil::MaybeGetBoolType(GetIRContext())) { in FindOrCreateBoolType() local
243 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&int_type); in FindOrCreateIntegerType() local
254 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&float_type); in FindOrCreateFloatType() local
272 auto existing_id = fuzzerutil::FindFunctionType(GetIRContext(), type_ids); in FindOrCreateFunctionType() local
291 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&vector_type); in FindOrCreateVectorType() local
312 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&matrix_type); in FindOrCreateMatrixType() local
324 if (auto existing_id = in FindOrCreateStructType() local
337 auto existing_id = fuzzerutil::MaybeGetPointerType( in FindOrCreatePointerType() local
Dtransformation_equation_instruction.cpp201 if (auto existing_id = fuzzerutil::MaybeGetIntegerType( in MaybeGetResultTypeId() local
Dfuzzer_util.cpp1154 if (auto existing_id = FindFunctionType(ir_context, type_ids)) { in FindOrCreateFunctionType() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass.cpp233 if (auto existing_id = fuzzerutil::MaybeGetBoolType(GetIRContext())) { in FindOrCreateBoolType() local
243 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&int_type); in FindOrCreateIntegerType() local
254 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&float_type); in FindOrCreateFloatType() local
272 auto existing_id = fuzzerutil::FindFunctionType(GetIRContext(), type_ids); in FindOrCreateFunctionType() local
291 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&vector_type); in FindOrCreateVectorType() local
312 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&matrix_type); in FindOrCreateMatrixType() local
324 if (auto existing_id = in FindOrCreateStructType() local
337 auto existing_id = fuzzerutil::MaybeGetPointerType( in FindOrCreatePointerType() local
H A Dtransformation_equation_instruction.cpp201 if (auto existing_id = fuzzerutil::MaybeGetIntegerType( in MaybeGetResultTypeId() local
H A Dfuzzer_util.cpp1154 if (auto existing_id = FindFunctionType(ir_context, type_ids)) { in FindOrCreateFunctionType() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dpeer_cache.cc169 auto existing_id = FindIdByAddress(*bond_data.identity_address); in StoreLowEnergyBond() local
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/
Dreport.rs821 let existing_id = BenchmarkId::new( in test_benchmark_id_make_directory_name_unique() localVariable
843 let existing_id = BenchmarkId::new(long_name, None, None, None); in test_benchmark_id_make_long_directory_name_unique() localVariable