Searched refs:VariableSearchFilter (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinitionUtil.hpp | 83 struct VariableSearchFilter struct 86 VariableSearchFilter (void); 89 static VariableSearchFilter createShaderTypeFilter (glu::ShaderType); 90 static VariableSearchFilter createStorageFilter (glu::Storage); 91 static VariableSearchFilter createShaderTypeStorageFilter (glu::ShaderType, glu::Storage); 93 …static VariableSearchFilter logicalOr (const VariableSearchFilter& a, const VariableSearchFil… 94 …static VariableSearchFilter logicalAnd (const VariableSearchFilter& a, const VariableSearchFi… 179 …gram, const std::string& pathName, const ProgramInterfaceDefinition::VariableSearchFilter& filter);
|
D | es31fProgramInterfaceQueryTestCase.cpp | 47 using ProgramInterfaceDefinition::VariableSearchFilter; 226 …ramResourcePropFlags validationProp, glw::GLuint programID, const VariableSearchFilter& filter, co… 233 const VariableSearchFilter m_filter; 237 …ramResourcePropFlags validationProp, glw::GLuint programID, const VariableSearchFilter& filter, co… in SingleVariableValidator() 286 …ramResourcePropFlags validationProp, glw::GLuint programID, const VariableSearchFilter& filter, co… 292 const VariableSearchFilter m_filter; 296 …ramResourcePropFlags validationProp, glw::GLuint programID, const VariableSearchFilter& filter, co… in SingleBlockValidator() 357 TypeValidator (Context& context, glw::GLuint programID, const VariableSearchFilter& filter); 364 TypeValidator::TypeValidator (Context& context, glw::GLuint programID, const VariableSearchFilter& … in TypeValidator() 432 …Context& context, glw::GLuint programID, int unsizedArraySize, const VariableSearchFilter& filter); [all …]
|
D | es31fProgramInterfaceDefinitionUtil.cpp | 48 VariableSearchFilter::VariableSearchFilter (void) in VariableSearchFilter() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariableSearchFilter 54 VariableSearchFilter VariableSearchFilter::createShaderTypeFilter (glu::ShaderType type) in createShaderTypeFilter() 58 VariableSearchFilter filter; in createShaderTypeFilter() 63 VariableSearchFilter VariableSearchFilter::createStorageFilter (glu::Storage storage) in createStorageFilter() 67 VariableSearchFilter filter; in createStorageFilter() 72 VariableSearchFilter VariableSearchFilter::createShaderTypeStorageFilter (glu::ShaderType type, glu… in createShaderTypeStorageFilter() 77 VariableSearchFilter VariableSearchFilter::logicalOr (const VariableSearchFilter& a, const Variable… in logicalOr() 79 VariableSearchFilter filter; in logicalOr() 85 VariableSearchFilter VariableSearchFilter::logicalAnd (const VariableSearchFilter& a, const Variabl… in logicalAnd() 87 VariableSearchFilter filter; in logicalAnd() [all …]
|
D | es31fProgramInterfaceDefinition.cpp | 641 …if (!findProgramVariablePathByPathName(path, this, m_xfbVaryings[ndx], VariableSearchFilter::creat… in isValid()
|