Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DTypes.h324 else if(isInterfaceBlock()) in getElementSize()
344 const TFieldList& fields = isInterfaceBlock() ? interfaceBlock->fields() : structure->fields(); in samplerRegisterCount()
358 if(structure || isInterfaceBlock()) in elementRegisterCount()
362 const TFieldList& fields = isInterfaceBlock() ? interfaceBlock->fields() : structure->fields(); in elementRegisterCount()
384 if(interfaceBlock && !isInterfaceBlock()) in blockRegisterCount()
443 bool isInterfaceBlock() const { return type == EbtInterfaceBlock; } in isInterfaceBlock() function
444 …TInterfaceBlock *getAsInterfaceBlock() const { return isInterfaceBlock() ? getInterfaceBlock() : n… in getAsInterfaceBlock()
447 …bool isScalar() const { return primarySize == 1 && !isMatrix() && !structure && !isInterfaceBlock(… in isScalar()
448 …bool isRegister() const { return !isMatrix() && !structure && !array && !isInterfaceBlock(); } /… in isRegister()
Dintermediate.h320 bool isInterfaceBlock() const { return type.isInterfaceBlock(); } in isInterfaceBlock() function
DOutputASM.cpp2217 if(type.isStruct() || type.isInterfaceBlock()) in componentCount()
2254 else if(type.isInterfaceBlock()) in registerSize()
2269 if(type.isStruct() || type.isInterfaceBlock()) in registerSize()
2347 if(type.isInterfaceBlock()) in getArgumentInfo()
3596 if(!type.isInterfaceBlock()) in blockMemberLookup()
3628 …const TInterfaceBlock *block = (type.isInterfaceBlock() || (blockId == -1)) ? type.getInterfaceBlo… in declareUniform()
3659 bool isUniformBlockMember = !type.isInterfaceBlock() && (blockId == -1); in declareUniform()
3694 if(type.isArray() && (structure || type.isInterfaceBlock())) in declareUniform()
DParseHelper.cpp791 if (type.getBasicType() == EbtStruct || type.isInterfaceBlock()) { in containsSampler()
2571 if(baseExpression->isInterfaceBlock()) in addIndexExpression()
2600 else if(baseType.isInterfaceBlock()) in addIndexExpression()
2731 else if(baseExpression->isInterfaceBlock()) in addFieldSelectionExpression()
/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()
528 …const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlock… in validateSingleVariable()
582 if (!firstComponent.isInterfaceBlock()) in validateSingleVariable()
658 …const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlock… in validateSingleVariable()
692 …const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlock… in validateSingleVariable()
876 …const glu::VariableDeclaration* varDecl = (path[0].isInterfaceBlock()) ? (path[1].getDeclaration()… in getExplicitLocationFromPath()
878 …if (path.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage == glu::STORAGE_U… in getExplicitLocationFromPath()
883 …else if (path.front().isInterfaceBlock() && (path.front().getInterfaceBlock()->storage == glu::STO… in getExplicitLocationFromPath()
914 …const bool isUniformBlockVariable = path.front().isInterfaceBlock() && path.front().getInterface… in validateSingleVariable()
917 …const glu::Storage storage = (path.front().isInterfaceBlock()) ? (path.front().getInterfaceBlo… in validateSingleVariable()
[all …]
Des31fProgramInterfaceQueryTests.cpp3464 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE… in generateUniformBlockArraySizeContents() local
3465 const bool namedNonArrayBlock = isInterfaceBlock && in generateUniformBlockArraySizeContents()
3469 if (!isInterfaceBlock || namedNonArrayBlock) in generateUniformBlockArraySizeContents()
3541 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE… in generateUniformBlockArrayStrideContents() local
3542 const bool namedNonArrayBlock = isInterfaceBlock && in generateUniformBlockArrayStrideContents()
3546 if (!isInterfaceBlock || namedNonArrayBlock) in generateUniformBlockArrayStrideContents()
3563 if (!isInterfaceBlock) in generateUniformBlockArrayStrideContents()
3567 if (!isInterfaceBlock) in generateUniformBlockArrayStrideContents()
3600 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE… in generateUniformBlockLocationContents() local
3602 if (!isInterfaceBlock) in generateUniformBlockLocationContents()
[all …]