/external/llvm/lib/Object/ |
MachOObjectFile.cpp | 50 static T getStruct(const MachOObjectFile *O, const char *P) { 97 return getStruct<MachO::nlist_base>(O, P); 396 getStruct<MachO::symtab_command>(this, SymtabLoadCmd); 398 getStruct<MachO::dysymtab_command>(this, DysymtabLoadCmd); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
MachOObjectFile.cpp | 69 static T getStruct(const MachOObjectFile &O, const char *P) { 117 return getStruct<MachO::nlist_base>(O, P); 295 Section s = getStruct<Section>(Obj, Sec); 406 getStruct<MachO::symtab_command>(Obj, Load.Ptr); 462 getStruct<MachO::dysymtab_command>(Obj, Load.Ptr); 593 getStruct<MachO::linkedit_data_command>(Obj, Load.Ptr); 628 getStruct<MachO::dyld_info_command>(Obj, Load.Ptr); 718 MachO::dylib_command D = getStruct<MachO::dylib_command>(Obj, Load.Ptr) [all...] |
/external/swiftshader/src/OpenGL/compiler/ |
SymbolTable.cpp | 43 structure = p.userDef->getStruct(); 100 if (!getStruct()) { 105 return getStruct()->objectSize();
|
OutputASM.cpp | 271 for(const auto& field : type.getStruct()->fields()) [all...] |
Types.h | 452 TStructure* getStruct() const { return structure; }
|
ParseHelper.cpp | 569 if (op == EOpConstructStruct && !type->isArray() && type->getStruct()->fields().size() != function.getParamCount()) { 792 for(const auto &field : type.getStruct()->fields()) { [all...] |
Intermediate.cpp | 432 if (left->getType().getStruct() || right->getType().getStruct()) 1201 const TFieldList& fields = leftNodeType.getStruct()->fields(); [all...] |
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
linkValidate.cpp | 484 if (! type.isStruct() || ! unitType.isStruct() || type.getStruct()->size() != unitType.getStruct()->size()) 487 for (int i = 0; i < (int)type.getStruct()->size(); ++i) 488 mergeImplicitArraySizes(*(*type.getStruct())[i].type, *(*unitType.getStruct())[i].type); [all...] |
reflection.cpp | 120 const TTypeList& memberList = *type.getStruct(); 151 const TTypeList& memberList = *blockType.getStruct(); 207 name.append((*visitNode->getLeft()->getType().getStruct())[index].type->getFieldName()); 228 const TTypeList& typeList = *terminalType->getStruct(); [all...] |
SymbolTable.h | 338 const TTypeList& types = *anonContainer.getType().getStruct(); 345 const TTypeList& types = *anonContainer.getType().getStruct(); 415 const TTypeList& types = *symbol.getAsVariable()->getType().getStruct();
|
iomapper.cpp | 452 if (type.getStruct()->size() < 1) 454 if ((*type.getStruct())[0].type->isBuiltIn()) 484 if (type.getStruct()->size() < 1) 486 if ((*type.getStruct())[0].type->isBuiltIn())
|
ParseHelper.cpp | 324 node->setType(*(*variable->getType().getStruct())[anon->getMemberNumber()].type); 335 variable->getType().getBasicType() == EbtStruct) && variable->getType().getStruct() == nullptr) { [all...] |
intermOut.cpp | 177 const TTypeList *members = reference ? node->getLeft()->getType().getReferentType()->getStruct() : node->getLeft()->getType().getStruct(); [all...] |
Constant.cpp | [all...] |
/external/deqp-deps/glslang/hlsl/ |
hlslParseHelper.cpp | 175 auto it = ioTypeMap.find(memberType.getStruct()); 679 node->setType(*(*variable->getType().getStruct())[anon->getMemberNumber()].type); 690 variable->getType().getBasicType() == EbtStruct) && variable->getType().getStruct() == nullptr) { [all...] |
hlslGrammar.cpp | [all...] |
/external/deqp/external/openglcts/modules/common/ |
glcUniformBlockCase.hpp | 107 const StructType& getStruct(void) const
|
glcUniformBlockCase.cpp | 417 for (StructType::ConstIterator memberIter = type.getStruct().begin(); memberIter != type.getStruct().end(); 544 for (StructType::ConstIterator memberIter = type.getStruct().begin(); memberIter != type.getStruct().end(); 798 generateLocalDeclaration(src, curType->getStruct(), indentLevel + 1); 809 generateLocalDeclaration(src, type.getStruct(), indentLevel + 1); 973 for (StructType::ConstIterator memberIter = type.getStruct().begin(); memberIter != type.getStruct().end(); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
vktUniformBlockCase.hpp | 98 const StructType& getStruct (void) const { return *m_data.structPtr; }
|
vktUniformBlockCase.cpp | [all...] |
/external/deqp/modules/glshared/ |
glsUniformBlockCase.hpp | 91 const StructType& getStruct (void) const { return *m_data.structPtr; }
|
glsUniformBlockCase.cpp | 446 for (StructType::ConstIterator memberIter = type.getStruct().begin(); memberIter != type.getStruct().end(); memberIter++) 570 for (StructType::ConstIterator memberIter = type.getStruct().begin(); memberIter != type.getStruct().end(); memberIter++) 754 for (StructType::ConstIterator iter = type.getStruct().begin(); iter != type.getStruct().end(); ++iter) 881 generateLocalDeclaration(src, curType->getStruct(), indentLevel+1); 891 generateLocalDeclaration(src, type.getStruct(), indentLevel+1); [all...] |
/build/blueprint/proptools/ |
extend.go | 194 srcValue, err := getStruct(src) 219 srcValue, err := getStruct(src) 482 value, err := getStruct(in) 492 func getStruct(in interface{}) (reflect.Value, error) {
|
/external/deqp-deps/glslang/glslang/Include/ |
Types.h | [all...] |
/external/deqp-deps/glslang/SPIRV/ |
GlslangToSpv.cpp | [all...] |