Home
last modified time | relevance | path

Searched refs:isInterfaceBlock (Results 1 – 3 of 3) 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.cpp148 if (path[pathNdx].isInterfaceBlock()) in getMatrixOrderFromPath()
526 …const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlock… in validateSingleVariable()
580 if (!firstComponent.isInterfaceBlock()) in validateSingleVariable()
656 …const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlock… in validateSingleVariable()
690 …const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlock… in validateSingleVariable()
874 …const glu::VariableDeclaration* varDecl = (path[0].isInterfaceBlock()) ? (path[1].getDeclaration()… in getExplicitLocationFromPath()
876 …if (path.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage == glu::STORAGE_U… in getExplicitLocationFromPath()
881 …else if (path.front().isInterfaceBlock() && (path.front().getInterfaceBlock()->storage == glu::STO… in getExplicitLocationFromPath()
912 …const bool isUniformBlockVariable = path.front().isInterfaceBlock() && path.front().getInterface… in validateSingleVariable()
915 …const glu::Storage storage = (path.front().isInterfaceBlock()) ? (path.front().getInterfaceBlo… in validateSingleVariable()
[all …]
Des31fProgramInterfaceQueryTests.cpp3447 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE… in generateUniformBlockArraySizeContents() local
3448 const bool namedNonArrayBlock = isInterfaceBlock && in generateUniformBlockArraySizeContents()
3452 if (!isInterfaceBlock || namedNonArrayBlock) in generateUniformBlockArraySizeContents()
3524 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE… in generateUniformBlockArrayStrideContents() local
3525 const bool namedNonArrayBlock = isInterfaceBlock && in generateUniformBlockArrayStrideContents()
3529 if (!isInterfaceBlock || namedNonArrayBlock) in generateUniformBlockArrayStrideContents()
3546 if (!isInterfaceBlock) in generateUniformBlockArrayStrideContents()
3550 if (!isInterfaceBlock) in generateUniformBlockArrayStrideContents()
3583 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE… in generateUniformBlockLocationContents() local
3585 if (!isInterfaceBlock) in generateUniformBlockLocationContents()
[all …]