Home
last modified time | relevance | path

Searched refs:type1_id (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_util.h525 bool TypesAreEqualUpToSign(opt::IRContext* ir_context, uint32_t type1_id,
Dfuzzer_util.cpp1450 bool TypesAreEqualUpToSign(opt::IRContext* ir_context, uint32_t type1_id, in TypesAreEqualUpToSign() argument
1452 if (type1_id == type2_id) { in TypesAreEqualUpToSign()
1456 auto type1 = ir_context->get_type_mgr()->GetType(type1_id); in TypesAreEqualUpToSign()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_util.h525 bool TypesAreEqualUpToSign(opt::IRContext* ir_context, uint32_t type1_id,
Dfuzzer_util.cpp1450 bool TypesAreEqualUpToSign(opt::IRContext* ir_context, uint32_t type1_id, in TypesAreEqualUpToSign() argument
1452 if (type1_id == type2_id) { in TypesAreEqualUpToSign()
1456 auto type1 = ir_context->get_type_mgr()->GetType(type1_id); in TypesAreEqualUpToSign()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dfuzzer_util.h521 bool TypesAreEqualUpToSign(opt::IRContext* ir_context, uint32_t type1_id,
Dfuzzer_util.cpp1441 bool TypesAreEqualUpToSign(opt::IRContext* ir_context, uint32_t type1_id, in TypesAreEqualUpToSign() argument
1443 if (type1_id == type2_id) { in TypesAreEqualUpToSign()
1447 auto type1 = ir_context->get_type_mgr()->GetType(type1_id); in TypesAreEqualUpToSign()