Searched defs:isInterfaceBlock (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.hpp54 bool isInterfaceBlock (void) const { return m_type == TYPE_INTERFACEBLOCK; } function in class:deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
58 const glu::InterfaceBlock* getInterfaceBlock (void) const { DE_ASSERT(isInterfaceBlock()); return m_data.block; }
/external/swiftshader/src/OpenGL/compiler/
H A DTypes.h307 else if(isInterfaceBlock())
323 if(structure || isInterfaceBlock())
327 const TFieldList& fields = isInterfaceBlock() ? interfaceBlock->fields() : structure->fields();
349 if(interfaceBlock && !isInterfaceBlock())
396 bool isInterfaceBlock() const { return type == EbtInterfaceBlock; } function in class:TType
397 TInterfaceBlock *getAsInterfaceBlock() const { return isInterfaceBlock() ? getInterfaceBlock() : nullptr; }
400 bool isScalar() const { return primarySize == 1 && !isMatrix() && !structure && !isInterfaceBlock(); }
401 bool isRegister() const { return !isMatrix() && !structure && !array && !isInterfaceBlock(); } // Fits in a 4-element register
H A Dintermediate.h320 bool isInterfaceBlock() const { return type.isInterfaceBlock(); } function in class:TIntermTyped

Completed in 127 milliseconds