Home
last modified time | relevance | path

Searched refs:ApplyImpl (Results 1 – 16 of 16) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_add_spec_constant_op.cpp47 ApplyImpl(clone.get()); in IsApplicable()
55 ApplyImpl(ir_context); in Apply()
60 void TransformationAddSpecConstantOp::ApplyImpl( in ApplyImpl() function in spvtools::fuzz::TransformationAddSpecConstantOp
Dtransformation_add_spec_constant_op.h54 void ApplyImpl(opt::IRContext* ir_context) const;
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_spec_constant_op.cpp47 ApplyImpl(clone.get()); in IsApplicable()
55 ApplyImpl(ir_context); in Apply()
60 void TransformationAddSpecConstantOp::ApplyImpl( in ApplyImpl() function in spvtools::fuzz::TransformationAddSpecConstantOp
Dtransformation_add_dead_continue.cpp123 ApplyImpl(cloned_context.get(), transformation_context); in IsApplicable()
132 ApplyImpl(ir_context, *transformation_context); in Apply()
144 void TransformationAddDeadContinue::ApplyImpl( in ApplyImpl() function in spvtools::fuzz::TransformationAddDeadContinue
Dtransformation_add_dead_break.cpp183 ApplyImpl(cloned_context.get(), transformation_context); in IsApplicable()
192 ApplyImpl(ir_context, *transformation_context); in Apply()
204 void TransformationAddDeadBreak::ApplyImpl( in ApplyImpl() function in spvtools::fuzz::TransformationAddDeadBreak
Dtransformation_add_spec_constant_op.h54 void ApplyImpl(opt::IRContext* ir_context) const;
Dtransformation_add_dead_continue.h77 void ApplyImpl(opt::IRContext* ir_context,
Dtransformation_add_dead_break.h80 void ApplyImpl(opt::IRContext* ir_context,
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_spec_constant_op.cpp47 ApplyImpl(clone.get()); in IsApplicable()
55 ApplyImpl(ir_context); in Apply()
60 void TransformationAddSpecConstantOp::ApplyImpl( in ApplyImpl() function in spvtools::fuzz::TransformationAddSpecConstantOp
Dtransformation_add_dead_continue.cpp123 ApplyImpl(cloned_context.get(), transformation_context); in IsApplicable()
132 ApplyImpl(ir_context, *transformation_context); in Apply()
144 void TransformationAddDeadContinue::ApplyImpl( in ApplyImpl() function in spvtools::fuzz::TransformationAddDeadContinue
Dtransformation_add_dead_break.cpp183 ApplyImpl(cloned_context.get(), transformation_context); in IsApplicable()
192 ApplyImpl(ir_context, *transformation_context); in Apply()
204 void TransformationAddDeadBreak::ApplyImpl( in ApplyImpl() function in spvtools::fuzz::TransformationAddDeadBreak
Dtransformation_add_spec_constant_op.h54 void ApplyImpl(opt::IRContext* ir_context) const;
Dtransformation_add_dead_continue.h77 void ApplyImpl(opt::IRContext* ir_context,
Dtransformation_add_dead_break.h80 void ApplyImpl(opt::IRContext* ir_context,
/external/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h405 auto ApplyImpl(F&& f, Tuple&& args, IndexSequence<Idx...>) -> decltype(
413 ApplyImpl(std::forward<F>(f), std::forward<Tuple>(args),
416 return ApplyImpl(std::forward<F>(f), std::forward<Tuple>(args),
/external/llvm/lib/Fuzzer/
DFuzzerFnAdapter.h156 void ApplyImpl(Fn F, const typename FnTraits<Fn>::ArgsTupleT &Params,
165 ApplyImpl(F, Params, S);