Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Doperand_to_undef_reduction_pass.h24 class OperandToUndefReductionPass : public ReductionPass {
28 explicit OperandToUndefReductionPass(const spv_target_env target_env) in OperandToUndefReductionPass() function
31 ~OperandToUndefReductionPass() override = default;
Doperand_to_undef_reduction_pass.cpp26 OperandToUndefReductionPass::GetAvailableOpportunities( in GetAvailableOpportunities()
89 std::string OperandToUndefReductionPass::GetName() const { in GetName()
/external/swiftshader/third_party/SPIRV-Tools/test/reduce/
Doperand_to_undef_reduction_pass_test.cpp166 const auto pass = TestSubclass<OperandToUndefReductionPass>(env); in TEST()
219 const auto pass = TestSubclass<OperandToUndefReductionPass>(env); in TEST()
/external/swiftshader/third_party/SPIRV-Tools/tools/reduce/
Dreduce.cpp212 spvtools::MakeUnique<OperandToUndefReductionPass>(target_env)); in main()