Home
last modified time | relevance | path

Searched refs:cloned_context (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_dead_continue.cpp122 auto cloned_context = fuzzerutil::CloneIRContext(ir_context); in IsApplicable() local
123 ApplyImpl(cloned_context.get(), transformation_context); in IsApplicable()
124 return fuzzerutil::IsValid(cloned_context.get(), in IsApplicable()
Dtransformation_add_dead_break.cpp182 auto cloned_context = fuzzerutil::CloneIRContext(ir_context); in IsApplicable() local
183 ApplyImpl(cloned_context.get(), transformation_context); in IsApplicable()
184 return fuzzerutil::IsValid(cloned_context.get(), in IsApplicable()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_dead_continue.cpp122 auto cloned_context = fuzzerutil::CloneIRContext(ir_context); in IsApplicable() local
123 ApplyImpl(cloned_context.get(), transformation_context); in IsApplicable()
124 return fuzzerutil::IsValid(cloned_context.get(), in IsApplicable()
Dtransformation_add_dead_break.cpp182 auto cloned_context = fuzzerutil::CloneIRContext(ir_context); in IsApplicable() local
183 ApplyImpl(cloned_context.get(), transformation_context); in IsApplicable()
184 return fuzzerutil::IsValid(cloned_context.get(), in IsApplicable()