Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_donate_modules.h145 bool IsBasicType(const opt::Instruction& instruction) const;
Dfuzzer_pass_donate_modules.cpp738 bool FuzzerPassDonateModules::IsBasicType( in IsBasicType() function in spvtools::fuzz::FuzzerPassDonateModules
869 if (!IsBasicType( in HandleDifficultInstruction()
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dfuzzer_pass_donate_modules.h145 bool IsBasicType(const opt::Instruction& instruction) const;
Dfuzzer_pass_donate_modules.cpp740 bool FuzzerPassDonateModules::IsBasicType( in IsBasicType() function in spvtools::fuzz::FuzzerPassDonateModules
871 if (!IsBasicType( in HandleDifficultInstruction()
/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;