Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.hpp54 bool isInterfaceBlock (void) const { return m_type == TYPE_INTERFACEBLOCK; } in isInterfaceBlock() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
58 …const glu::InterfaceBlock* getInterfaceBlock (void) const { DE_ASSERT(isInterfaceBlock()); retur… in getInterfaceBlock()
Des31fProgramInterfaceQueryTestCase.cpp126 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 …]
Des31fProgramInterfaceQueryTests.cpp3078 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE… in generateUniformBlockArraySizeContents() local
3079 const bool namedNonArrayBlock = isInterfaceBlock && in generateUniformBlockArraySizeContents()
3083 if (!isInterfaceBlock || namedNonArrayBlock) in generateUniformBlockArraySizeContents()
3155 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE… in generateUniformBlockArrayStrideContents() local
3156 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() local
3216 if (!isInterfaceBlock) in generateUniformBlockLocationContents()
[all …]
/external/chromium_org/third_party/angle/src/compiler/translator/
DIntermNode.h279 bool isInterfaceBlock() const { return mType.isInterfaceBlock(); } in isInterfaceBlock() function
DTypes.h355 bool isInterfaceBlock() const in isInterfaceBlock() function
DParseContext.cpp678 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()
DOutputHLSL.cpp1560 if (leftType.isInterfaceBlock()) in visitBinary()