Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp149 matOrder = path[pathNdx].getInterfaceBlock()->layout.matrixOrder; in getMatrixOrderFromPath()
528 …terfaceBlock() && isBufferBackedInterfaceBlockStorage(firstComponent.getInterfaceBlock()->storage); in validateSingleVariable()
604 …const glw::GLenum interface = (firstComponent.getInterfaceBlock()->storage == glu::STORAGE_UNIFOR… in validateSingleVariable()
605 … (firstComponent.getInterfaceBlock()->storage == glu::STORAGE_BUFFER) ? (GL_SHADER_STORAGE_BLOCK) : in validateSingleVariable()
608 …r<char> nameBuffer (firstComponent.getInterfaceBlock()->interfaceName.size() + 3 * firstComponent… in validateSingleVariable()
619 expectedName << firstComponent.getInterfaceBlock()->interfaceName; in validateSingleVariable()
620 …for (int dimensionNdx = 0; dimensionNdx < (int)firstComponent.getInterfaceBlock()->dimensions.size… in validateSingleVariable()
658 …terfaceBlock() && isBufferBackedInterfaceBlockStorage(firstComponent.getInterfaceBlock()->storage); in validateSingleVariable()
692 …terfaceBlock() && isBufferBackedInterfaceBlockStorage(firstComponent.getInterfaceBlock()->storage); in validateSingleVariable()
853 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/swiftshader/src/OpenGL/compiler/
DTypes.h441 TInterfaceBlock *getInterfaceBlock() const { return interfaceBlock; } in getInterfaceBlock() function
444 …TInterfaceBlock *getAsInterfaceBlock() const { return isInterfaceBlock() ? getInterfaceBlock() : n… in getAsInterfaceBlock()
DOutputASM.cpp685 TInterfaceBlock* block = symbol->getType().getInterfaceBlock(); in visitSymbol()
2219 …dList& fields = type.getStruct() ? type.getStruct()->fields() : type.getInterfaceBlock()->fields(); in componentCount()
2256 return registerSize(*((*(type.getInterfaceBlock()->fields().begin()))->type()), 0); in registerSize()
2271 …dList& fields = type.getStruct() ? type.getStruct()->fields() : type.getInterfaceBlock()->fields(); in registerSize()
2303 TInterfaceBlock* block = type.getInterfaceBlock(); in getBlockId()
2389 TInterfaceBlock* srcBlock = srcType.getInterfaceBlock(); in source()
2746 left->getType().getInterfaceBlock()->fields(); in lvalue()
3279 TInterfaceBlock* parentBlock = type.getInterfaceBlock(); in uniformRegister()
3523 if(list[i] && (list[i]->getType().getInterfaceBlock() == block)) in lookup()
3587 const TInterfaceBlock *block = type.getInterfaceBlock(); in blockMemberLookup()
[all …]
DParseHelper.cpp2602 TType copyOfType(baseType.getInterfaceBlock(), EvqTemporary, baseType.getLayoutQualifier(), 0); in addIndexExpression()
2734 const TFieldList &fields = baseExpression->getType().getInterfaceBlock()->fields(); in addFieldSelectionExpression()