Home
last modified time | relevance | path

Searched refs:getStruct (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Object/
DMachOObjectFile.cpp50 static T getStruct(const MachOObjectFile *O, const char *P) { in getStruct() function
97 return getStruct<MachO::nlist_base>(O, P); in getSymbolTableEntryBase()
396 getStruct<MachO::symtab_command>(this, SymtabLoadCmd); in MachOObjectFile()
398 getStruct<MachO::dysymtab_command>(this, DysymtabLoadCmd); in MachOObjectFile()
1054 getStruct<MachO::dylib_command>(this, Libraries[i]); in getLibraryShortNameByIndex()
2063 return getStruct<MachO::section>(this, Sections[DRI.d.a]); in getSection()
2068 return getStruct<MachO::section_64>(this, Sections[DRI.d.a]); in getSection64()
2074 return getStruct<MachO::section>(this, Sec); in getSection()
2080 return getStruct<MachO::section_64>(this, Sec); in getSection64()
2086 return getStruct<MachO::nlist>(this, P); in getSymbolTableEntry()
[all …]
/external/swiftshader/src/OpenGL/compiler/
DSymbolTable.cpp43 structure = p.userDef->getStruct(); in TType()
100 if (!getStruct()) { in getStructSize()
105 return getStruct()->objectSize(); in getStructSize()
DParseHelper.cpp561 …if (op == EOpConstructStruct && !type->isArray() && type->getStruct()->fields().size() != function… in constructorErrorCheck()
784 for(const auto &field : type.getStruct()->fields()) { in containsSampler()
2121 const TFieldList &fields = type->getStruct()->fields(); in addConstructor()
2296 const TFieldList &fields = node->getType().getStruct()->fields(); in addConstStruct()
2587 if(baseType.getStruct()) in addIndexExpression()
2589 TType copyOfType(baseType.getStruct()); in addIndexExpression()
2671 const TFieldList &fields = baseExpression->getType().getStruct()->fields(); in addFieldSelectionExpression()
2949 type->setStruct(typeSpecifier.userDef->getStruct()); in addStructDeclaratorList()
3045 << field.type()->getStruct()->name().c_str() in structNestingErrorCheck()
DOutputASM.cpp269 for(const auto& field : type.getStruct()->fields()) in ShaderVariable()
2186 …const TFieldList& fields = type.getStruct() ? type.getStruct()->fields() : type.getInterfaceBlock(… in componentCount()
2219 return registerSize(*((*(type.getStruct()->fields().begin()))->type()), 0); in registerSize()
2238 …const TFieldList& fields = type.getStruct() ? type.getStruct()->fields() : type.getInterfaceBlock(… in registerSize()
2710 left->getType().getStruct()->fields() : in lvalue()
3041 const TFieldList &fields = type.getStruct()->fields(); in setPixelShaderInputs()
3131 TStructure* structure = type.getStruct(); in declareVarying()
3136 const TFieldList &fields = type.getStruct()->fields(); in declareVarying()
3355 const TFieldList &fields = leftType.getStruct()->fields(); in samplerRegister()
3581 const TStructure *structure = type.getStruct(); in declareUniform()
DTypes.h452 TStructure* getStruct() const { return structure; } in getStruct() function
DIntermediate.cpp432 if (left->getType().getStruct() || right->getType().getStruct()) in addAssign()
1201 const TFieldList& fields = leftNodeType.getStruct()->fields(); in CompareStruct()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp396 …for (StructType::ConstIterator memberIter = type.getStruct().begin(); memberIter != type.getStruct in computeStd140BaseAlignment()
520 …for (StructType::ConstIterator memberIter = type.getStruct().begin(); memberIter != type.getStruct in computeStd140Layout()
705 …for (StructType::ConstIterator iter = type.getStruct().begin(); iter != type.getStruct().end(); ++… in collectUniqueBasicTypes()
830 generateLocalDeclaration(src, curType->getStruct(), indentLevel+1); in generateDeclaration()
840 generateLocalDeclaration(src, type.getStruct(), indentLevel+1); in generateDeclaration()
883 const StructType::ConstIterator firstMember = curType->getStruct().begin(); in getBlockMemberOffset()
1268 …for (StructType::ConstIterator memberIter = type.getStruct().begin(); memberIter != type.getStruct in generateCompareSrc()
DvktUniformBlockCase.hpp93 const StructType& getStruct (void) const { return *m_data.structPtr; } in getStruct() function in vkt::ubo::VarType
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp446 …for (StructType::ConstIterator memberIter = type.getStruct().begin(); memberIter != type.getStruct in computeStd140BaseAlignment()
570 …for (StructType::ConstIterator memberIter = type.getStruct().begin(); memberIter != type.getStruct in computeStd140Layout()
754 …for (StructType::ConstIterator iter = type.getStruct().begin(); iter != type.getStruct().end(); ++… in collectUniqueBasicTypes()
881 generateLocalDeclaration(src, curType->getStruct(), indentLevel+1); in generateDeclaration()
891 generateLocalDeclaration(src, type.getStruct(), indentLevel+1); in generateDeclaration()
1042 …for (StructType::ConstIterator memberIter = type.getStruct().begin(); memberIter != type.getStruct in generateCompareSrc()
DglsUniformBlockCase.hpp91 const StructType& getStruct (void) const { return *m_data.structPtr; } in getStruct() function in deqp::gls::ub::VarType
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.cpp417 …for (StructType::ConstIterator memberIter = type.getStruct().begin(); memberIter != type.getStruct in computeStd140BaseAlignment()
544 …for (StructType::ConstIterator memberIter = type.getStruct().begin(); memberIter != type.getStruct in computeStd140Layout()
798 generateLocalDeclaration(src, curType->getStruct(), indentLevel + 1); in generateDeclaration()
809 generateLocalDeclaration(src, type.getStruct(), indentLevel + 1); in generateDeclaration()
973 …for (StructType::ConstIterator memberIter = type.getStruct().begin(); memberIter != type.getStruct in generateCompareSrc()
DglcUniformBlockCase.hpp107 const StructType& getStruct(void) const in getStruct() function in deqp::ub::VarType