Searched refs:isInterfaceBlock (Results 1 – 7 of 7) sorted by relevance
54 bool isInterfaceBlock (void) const { return m_type == TYPE_INTERFACEBLOCK; } in isInterfaceBlock() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent58 …const glu::InterfaceBlock* getInterfaceBlock (void) const { DE_ASSERT(isInterfaceBlock()); retur… in getInterfaceBlock()
126 if (path[pathNdx].isInterfaceBlock()) in getMatrixOrderFromPath()472 …const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlock… in validateSingleVariable()523 if (!firstComponent.isInterfaceBlock()) in validateSingleVariable()599 …const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlock… in validateSingleVariable()631 …const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlock… in validateSingleVariable()809 …const glu::VariableDeclaration* varDecl = (path[0].isInterfaceBlock()) ? (path[1].getDeclaration()… in getExplicitLocationFromPath()811 …if (path.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage == glu::STORAGE_U… in getExplicitLocationFromPath()816 …else if (path.front().isInterfaceBlock() && (path.front().getInterfaceBlock()->storage == glu::STO… in getExplicitLocationFromPath()841 …const bool isUniformBlockVariable = path.front().isInterfaceBlock() && path.front().getInterfaceBl… in validateSingleVariable()844 …const bool isInputVariable = (path.front().isInterfaceBlock()) ? (path.front().getInterfaceBlock… in validateSingleVariable()[all …]
3078 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE… in generateUniformBlockArraySizeContents() local3079 const bool namedNonArrayBlock = isInterfaceBlock && in generateUniformBlockArraySizeContents()3083 if (!isInterfaceBlock || namedNonArrayBlock) in generateUniformBlockArraySizeContents()3155 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE… in generateUniformBlockArrayStrideContents() local3156 const bool namedNonArrayBlock = isInterfaceBlock && in generateUniformBlockArrayStrideContents()3160 if (!isInterfaceBlock || namedNonArrayBlock) in generateUniformBlockArrayStrideContents()3177 if (!isInterfaceBlock) in generateUniformBlockArrayStrideContents()3181 if (!isInterfaceBlock) in generateUniformBlockArrayStrideContents()3214 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE… in generateUniformBlockLocationContents() local3216 if (!isInterfaceBlock) in generateUniformBlockLocationContents()[all …]
279 bool isInterfaceBlock() const { return mType.isInterfaceBlock(); } in isInterfaceBlock() function
355 bool isInterfaceBlock() const in isInterfaceBlock() function
678 if (type.getBasicType() == EbtStruct || type.isInterfaceBlock()) { in containsSampler()2093 if (baseExpression->isInterfaceBlock()) in addIndexExpression()2121 else if (baseType.isInterfaceBlock()) in addIndexExpression()2283 else if (baseExpression->isInterfaceBlock()) in addFieldSelectionExpression()
1560 if (leftType.isInterfaceBlock()) in visitBinary()