Searched refs:getStruct (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 50 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/ |
D | SymbolTable.cpp | 43 structure = p.userDef->getStruct(); in TType() 100 if (!getStruct()) { in getStructSize() 105 return getStruct()->objectSize(); in getStructSize()
|
D | ParseHelper.cpp | 561 …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()
|
D | OutputASM.cpp | 269 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()
|
D | Types.h | 452 TStructure* getStruct() const { return structure; } in getStruct() function
|
D | Intermediate.cpp | 432 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/ |
D | vktUniformBlockCase.cpp | 396 …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()
|
D | vktUniformBlockCase.hpp | 93 const StructType& getStruct (void) const { return *m_data.structPtr; } in getStruct() function in vkt::ubo::VarType
|
/external/deqp/modules/glshared/ |
D | glsUniformBlockCase.cpp | 446 …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()
|
D | glsUniformBlockCase.hpp | 91 const StructType& getStruct (void) const { return *m_data.structPtr; } in getStruct() function in deqp::gls::ub::VarType
|
/external/deqp/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 417 …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()
|
D | glcUniformBlockCase.hpp | 107 const StructType& getStruct(void) const in getStruct() function in deqp::ub::VarType
|