Home
last modified time | relevance | path

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

/third_party/spirv-tools/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()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_donate_modules.h154 bool IsBasicType(const opt::Instruction& instruction) const;
Dfuzzer_pass_donate_modules.cpp783 bool FuzzerPassDonateModules::IsBasicType( in IsBasicType() function in spvtools::fuzz::FuzzerPassDonateModules
869 if (!IsBasicType( in HandleDifficultInstruction()
1047 IsBasicType( in CreateLoopLimiterInfo()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_donate_modules.h154 bool IsBasicType(const opt::Instruction& instruction) const;
Dfuzzer_pass_donate_modules.cpp783 bool FuzzerPassDonateModules::IsBasicType( in IsBasicType() function in spvtools::fuzz::FuzzerPassDonateModules
869 if (!IsBasicType( in HandleDifficultInstruction()
1047 IsBasicType( in CreateLoopLimiterInfo()
/third_party/vk-gl-cts/framework/opengl/
DgluVarTypeUtil.hpp188 struct IsBasicType { bool operator() (const VarType& type) const { return type.isBasicType(); } }; in operator ()() struct
192 typedef SubTypeIterator<IsBasicType> BasicTypeIterator;