Home
last modified time | relevance | path

Searched refs:MaybeGetVoidType (Results 1 – 13 of 13) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_add_early_terminator_wrapper.cpp53 uint32_t void_type_id = fuzzerutil::MaybeGetVoidType(ir_context); in IsApplicable()
76 auto void_type_id = fuzzerutil::MaybeGetVoidType(ir_context); in Apply()
Dtransformation_wrap_early_terminator_in_function.cpp161 auto void_type_id = fuzzerutil::MaybeGetVoidType(ir_context); in MaybeGetWrapperFunction()
Dfuzzer_util.h420 uint32_t MaybeGetVoidType(opt::IRContext* ir_context);
Dfuzzer_util.cpp1153 uint32_t MaybeGetVoidType(opt::IRContext* ir_context) { in MaybeGetVoidType() function
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_early_terminator_wrapper.cpp54 uint32_t void_type_id = fuzzerutil::MaybeGetVoidType(ir_context); in IsApplicable()
77 auto void_type_id = fuzzerutil::MaybeGetVoidType(ir_context); in Apply()
Dtransformation_wrap_early_terminator_in_function.cpp162 auto void_type_id = fuzzerutil::MaybeGetVoidType(ir_context); in MaybeGetWrapperFunction()
Dfuzzer_util.h400 uint32_t MaybeGetVoidType(opt::IRContext* ir_context);
Dfuzzer_util.cpp1094 uint32_t MaybeGetVoidType(opt::IRContext* ir_context) { in MaybeGetVoidType() function
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_early_terminator_wrapper.cpp54 uint32_t void_type_id = fuzzerutil::MaybeGetVoidType(ir_context); in IsApplicable()
77 auto void_type_id = fuzzerutil::MaybeGetVoidType(ir_context); in Apply()
Dtransformation_wrap_early_terminator_in_function.cpp162 auto void_type_id = fuzzerutil::MaybeGetVoidType(ir_context); in MaybeGetWrapperFunction()
Dfuzzer_util.h400 uint32_t MaybeGetVoidType(opt::IRContext* ir_context);
Dfuzzer_util.cpp1094 uint32_t MaybeGetVoidType(opt::IRContext* ir_context) { in MaybeGetVoidType() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/
Dfuzzerutil_test.cpp1419 ASSERT_EQ(2, fuzzerutil::MaybeGetVoidType(ir_context)); in TEST()