Home
last modified time | relevance | path

Searched refs:IsBasicType (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_donate_modules.h155 bool IsBasicType(const opt::Instruction& instruction) const;
Dfuzzer_pass_donate_modules.cpp784 bool FuzzerPassDonateModules::IsBasicType( in IsBasicType() function in spvtools::fuzz::FuzzerPassDonateModules
870 if (!IsBasicType( in HandleDifficultInstruction()
1048 IsBasicType( in CreateLoopLimiterInfo()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_donate_modules.h155 bool IsBasicType(const opt::Instruction& instruction) const;
Dfuzzer_pass_donate_modules.cpp784 bool FuzzerPassDonateModules::IsBasicType( in IsBasicType() function in spvtools::fuzz::FuzzerPassDonateModules
870 if (!IsBasicType( in HandleDifficultInstruction()
1048 IsBasicType( in CreateLoopLimiterInfo()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dfuzzer_pass_donate_modules.h153 bool IsBasicType(const opt::Instruction& instruction) const;
Dfuzzer_pass_donate_modules.cpp782 bool FuzzerPassDonateModules::IsBasicType( in IsBasicType() function in spvtools::fuzz::FuzzerPassDonateModules
868 if (!IsBasicType( in HandleDifficultInstruction()
1046 IsBasicType( in CreateLoopLimiterInfo()
/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp188 struct IsBasicType { bool operator() (const VarType& type) const { return type.isBasicType(); } }; in operator ()() struct
192 typedef SubTypeIterator<IsBasicType> BasicTypeIterator;