Searched defs:VariableSearchFilter (Results 1 – 2 of 2) sorted by relevance
124 struct VariableSearchFilter struct141 uint32_t getShaderTypeBits(void) const in getShaderTypeBits()145 uint32_t getStorageBits(void) const in getStorageBits()151 uint32_t m_shaderTypeBits;152 uint32_t m_storageBits;
48 VariableSearchFilter::VariableSearchFilter(void) : m_shaderTypeBits(0xFFFFFFFFul), m_storageBits(0x… in VariableSearchFilter() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariableSearchFilter