Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp127 matOrder = path[pathNdx].getInterfaceBlock()->layout.matrixOrder; in getMatrixOrderFromPath()
472 …terfaceBlock() && isBufferBackedInterfaceBlockStorage(firstComponent.getInterfaceBlock()->storage); in validateSingleVariable()
545 …const glw::GLenum interface = (firstComponent.getInterfaceBlock()->storage == glu::STORAGE_UNIFOR… in validateSingleVariable()
546 … (firstComponent.getInterfaceBlock()->storage == glu::STORAGE_BUFFER) ? (GL_SHADER_STORAGE_BLOCK) : in validateSingleVariable()
549 …r<char> nameBuffer (firstComponent.getInterfaceBlock()->interfaceName.size() + 3 * firstComponent… in validateSingleVariable()
560 expectedName << firstComponent.getInterfaceBlock()->interfaceName; in validateSingleVariable()
561 …for (int dimensionNdx = 0; dimensionNdx < (int)firstComponent.getInterfaceBlock()->dimensions.size… in validateSingleVariable()
599 …terfaceBlock() && isBufferBackedInterfaceBlockStorage(firstComponent.getInterfaceBlock()->storage); in validateSingleVariable()
631 …terfaceBlock() && isBufferBackedInterfaceBlockStorage(firstComponent.getInterfaceBlock()->storage); in validateSingleVariable()
788 const glu::InterfaceBlock* block = path.front().getInterfaceBlock(); in getIOBlockVariableLocation()
[all …]
Des31fProgramInterfaceDefinitionUtil.hpp58 …const glu::InterfaceBlock* getInterfaceBlock (void) const { DE_ASSERT(isInterfaceBlock()); retur… in getInterfaceBlock() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
/external/chromium_org/third_party/angle/src/compiler/translator/
DFlagStd140Structs.cpp59 const TInterfaceBlock *interfaceBlock = type.getInterfaceBlock(); in isInStd140InterfaceBlock()
DVariableInfo.cpp187 type.getInterfaceBlock()->fields() : in getUserDefinedVariableInfo()
DTypes.h342 TInterfaceBlock *getInterfaceBlock() const in getInterfaceBlock() function
DOutputHLSL.cpp600 const TInterfaceBlock &interfaceBlock = *nodeType.getInterfaceBlock(); in header()
1783 const TInterfaceBlock* interfaceBlock = nodeType.getInterfaceBlock(); in visitSymbol()
1954 TInterfaceBlock* interfaceBlock = leftType.getInterfaceBlock(); in visitBinary()
1988 const TInterfaceBlock* interfaceBlock = node->getLeft()->getType().getInterfaceBlock(); in visitBinary()
DParseContext.cpp2193 …TType copyOfType(baseType.getInterfaceBlock(), baseType.getQualifier(), baseType.getLayoutQualifie… in addIndexExpression()
2356 const TFieldList& fields = baseExpression->getType().getInterfaceBlock()->fields(); in addFieldSelectionExpression()