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()
526 …terfaceBlock() && isBufferBackedInterfaceBlockStorage(firstComponent.getInterfaceBlock()->storage); in validateSingleVariable()
602 …const glw::GLenum interface = (firstComponent.getInterfaceBlock()->storage == glu::STORAGE_UNIFOR… in validateSingleVariable()
603 … (firstComponent.getInterfaceBlock()->storage == glu::STORAGE_BUFFER) ? (GL_SHADER_STORAGE_BLOCK) : in validateSingleVariable()
606 …r<char> nameBuffer (firstComponent.getInterfaceBlock()->interfaceName.size() + 3 * firstComponent… in validateSingleVariable()
617 expectedName << firstComponent.getInterfaceBlock()->interfaceName; in validateSingleVariable()
618 …for (int dimensionNdx = 0; dimensionNdx < (int)firstComponent.getInterfaceBlock()->dimensions.size… in validateSingleVariable()
656 …terfaceBlock() && isBufferBackedInterfaceBlockStorage(firstComponent.getInterfaceBlock()->storage); in validateSingleVariable()
690 …terfaceBlock() && isBufferBackedInterfaceBlockStorage(firstComponent.getInterfaceBlock()->storage); in validateSingleVariable()
851 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.h394 TInterfaceBlock *getInterfaceBlock() const { return interfaceBlock; } in getInterfaceBlock() function
397 …TInterfaceBlock *getAsInterfaceBlock() const { return isInterfaceBlock() ? getInterfaceBlock() : n… in getAsInterfaceBlock()
DOutputASM.cpp478 TInterfaceBlock* block = symbol->getType().getInterfaceBlock(); in visitSymbol()
642 leftType.getInterfaceBlock()->fields(); in visitBinary()
1997 …dList& fields = type.getStruct() ? type.getStruct()->fields() : type.getInterfaceBlock()->fields(); in componentCount()
2034 return registerSize(*((*(type.getInterfaceBlock()->fields().begin()))->type()), 0); in registerSize()
2049 …dList& fields = type.getStruct() ? type.getStruct()->fields() : type.getInterfaceBlock()->fields(); in registerSize()
2081 TInterfaceBlock* block = type.getInterfaceBlock(); in getBlockId()
2167 TInterfaceBlock* srcBlock = srcType.getInterfaceBlock(); in argument()
2450 left->getType().getInterfaceBlock()->fields(); in lvalue()
2859 TInterfaceBlock* parentBlock = type.getInterfaceBlock(); in uniformRegister()
3103 if(list[i] && (list[i]->getType().getInterfaceBlock() == block)) in lookup()
[all …]
DParseHelper.cpp2632 TType copyOfType(baseType.getInterfaceBlock(), EvqTemporary, baseType.getLayoutQualifier(), 0); in addIndexExpression()
2804 const TFieldList &fields = baseExpression->getType().getInterfaceBlock()->fields(); in addFieldSelectionExpression()