Home
last modified time | relevance | path

Searched refs:IsNonFunctionTypeId (Results 1 – 9 of 9) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_type_function.cpp46 if (!fuzzerutil::IsNonFunctionTypeId(ir_context, message_.return_type_id())) { in IsApplicable()
50 if (!fuzzerutil::IsNonFunctionTypeId(ir_context, argument_type_id)) { in IsApplicable()
Dfuzzer_util.h177 bool IsNonFunctionTypeId(opt::IRContext* ir_context, uint32_t id);
Dfuzzer_util.cpp474 bool IsNonFunctionTypeId(opt::IRContext* ir_context, uint32_t id) { in IsNonFunctionTypeId() function
1009 assert(IsNonFunctionTypeId(ir_context, type_ids[0]) && in AddFunctionType()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_add_type_function.cpp46 if (!fuzzerutil::IsNonFunctionTypeId(ir_context, message_.return_type_id())) { in IsApplicable()
50 if (!fuzzerutil::IsNonFunctionTypeId(ir_context, argument_type_id)) { in IsApplicable()
Dfuzzer_util.h192 bool IsNonFunctionTypeId(opt::IRContext* ir_context, uint32_t id);
Dfuzzer_util.cpp525 bool IsNonFunctionTypeId(opt::IRContext* ir_context, uint32_t id) { in IsNonFunctionTypeId() function
1068 assert(IsNonFunctionTypeId(ir_context, type_ids[0]) && in AddFunctionType()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_type_function.cpp46 if (!fuzzerutil::IsNonFunctionTypeId(ir_context, message_.return_type_id())) { in IsApplicable()
50 if (!fuzzerutil::IsNonFunctionTypeId(ir_context, argument_type_id)) { in IsApplicable()
Dfuzzer_util.h177 bool IsNonFunctionTypeId(opt::IRContext* ir_context, uint32_t id);
Dfuzzer_util.cpp474 bool IsNonFunctionTypeId(opt::IRContext* ir_context, uint32_t id) { in IsNonFunctionTypeId() function
1009 assert(IsNonFunctionTypeId(ir_context, type_ids[0]) && in AddFunctionType()