/external/llvm-project/llvm/lib/Object/ |
D | TapiFile.cpp | 78 void TapiFile::moveSymbolNext(DataRefImpl &DRI) const { DRI.d.a++; } in moveSymbolNext() 80 Error TapiFile::printSymbolName(raw_ostream &OS, DataRefImpl DRI) const { in printSymbolName() 81 assert(DRI.d.a < Symbols.size() && "Attempt to access symbol out of bounds"); in printSymbolName() 82 const Symbol &Sym = Symbols[DRI.d.a]; in printSymbolName() 87 Expected<uint32_t> TapiFile::getSymbolFlags(DataRefImpl DRI) const { in getSymbolFlags() 88 assert(DRI.d.a < Symbols.size() && "Attempt to access symbol out of bounds"); in getSymbolFlags() 89 return Symbols[DRI.d.a].Flags; in getSymbolFlags() 93 DataRefImpl DRI; in symbol_begin() local 94 DRI.d.a = 0; in symbol_begin() 95 return BasicSymbolRef{DRI, this}; in symbol_begin() [all …]
|
D | MachOObjectFile.cpp | 114 getSymbolTableEntryBase(const MachOObjectFile &O, DataRefImpl DRI) { in getSymbolTableEntryBase() argument 115 const char *P = reinterpret_cast<const char *>(DRI.p); in getSymbolTableEntryBase() 1771 DataRefImpl DRI = Sec.getRawDataRefImpl(); in getSectionType() local 1772 uint32_t Flags = getSectionFlags(*this, DRI); in getSectionType() 1809 uint32_t MachOObjectFile::getSymbolAlignment(DataRefImpl DRI) const { in getSymbolAlignment() 1810 uint32_t Flags = cantFail(getSymbolFlags(DRI)); in getSymbolAlignment() 1812 MachO::nlist_base Entry = getSymbolTableEntryBase(*this, DRI); in getSymbolAlignment() 1818 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const { in getCommonSymbolSizeImpl() 1819 return getNValue(DRI); in getCommonSymbolSizeImpl() 1846 Expected<uint32_t> MachOObjectFile::getSymbolFlags(DataRefImpl DRI) const { in getSymbolFlags() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | TapiFile.cpp | 78 void TapiFile::moveSymbolNext(DataRefImpl &DRI) const { in moveSymbolNext() 79 const auto *Sym = reinterpret_cast<const Symbol *>(DRI.p); in moveSymbolNext() 80 DRI.p = reinterpret_cast<uintptr_t>(++Sym); in moveSymbolNext() 83 Error TapiFile::printSymbolName(raw_ostream &OS, DataRefImpl DRI) const { in printSymbolName() 84 const auto *Sym = reinterpret_cast<const Symbol *>(DRI.p); in printSymbolName() 89 uint32_t TapiFile::getSymbolFlags(DataRefImpl DRI) const { in getSymbolFlags() 90 const auto *Sym = reinterpret_cast<const Symbol *>(DRI.p); in getSymbolFlags() 95 DataRefImpl DRI; in symbol_begin() local 96 DRI.p = reinterpret_cast<uintptr_t>(&*Symbols.begin()); in symbol_begin() 97 return BasicSymbolRef{DRI, this}; in symbol_begin() [all …]
|
D | MachOObjectFile.cpp | 114 getSymbolTableEntryBase(const MachOObjectFile &O, DataRefImpl DRI) { in getSymbolTableEntryBase() argument 115 const char *P = reinterpret_cast<const char *>(DRI.p); in getSymbolTableEntryBase() 1768 DataRefImpl DRI = Sec.getRawDataRefImpl(); in getSectionType() local 1769 uint32_t Flags = getSectionFlags(*this, DRI); in getSectionType() 1806 uint32_t MachOObjectFile::getSymbolAlignment(DataRefImpl DRI) const { in getSymbolAlignment() 1807 uint32_t flags = getSymbolFlags(DRI); in getSymbolAlignment() 1809 MachO::nlist_base Entry = getSymbolTableEntryBase(*this, DRI); in getSymbolAlignment() 1815 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const { in getCommonSymbolSizeImpl() 1816 return getNValue(DRI); in getCommonSymbolSizeImpl() 1843 uint32_t MachOObjectFile::getSymbolFlags(DataRefImpl DRI) const { in getSymbolFlags() [all …]
|
D | XCOFFObjectFile.cpp | 376 DataRefImpl DRI; in section_begin() local 377 DRI.p = getSectionHeaderTableAddress(); in section_begin() 378 return section_iterator(SectionRef(DRI, this)); in section_begin() 382 DataRefImpl DRI; in section_end() local 383 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in section_end() 385 return section_iterator(SectionRef(DRI, this)); in section_end() 435 DataRefImpl DRI; in getSectionByNum() local 436 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in getSectionByNum() 438 return DRI; in getSectionByNum()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 95 getSymbolTableEntryBase(const MachOObjectFile *O, DataRefImpl DRI) { in getSymbolTableEntryBase() argument 96 const char *P = reinterpret_cast<const char *>(DRI.p); in getSymbolTableEntryBase() 461 DataRefImpl DRI = Sec.getRawDataRefImpl(); in getSectionType() local 462 uint32_t Flags = getSectionFlags(this, DRI); in getSectionType() 499 uint32_t MachOObjectFile::getSymbolAlignment(DataRefImpl DRI) const { in getSymbolAlignment() 500 uint32_t flags = getSymbolFlags(DRI); in getSymbolAlignment() 502 MachO::nlist_base Entry = getSymbolTableEntryBase(this, DRI); in getSymbolAlignment() 508 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const { in getCommonSymbolSizeImpl() 509 return getNValue(DRI); in getCommonSymbolSizeImpl() 536 uint32_t MachOObjectFile::getSymbolFlags(DataRefImpl DRI) const { in getSymbolFlags() [all …]
|
/external/mesa3d/docs/relnotes/ |
D | 7.6.rst | 13 prerequisites for DRI hardware acceleration. 36 extensions (supported in Gallium drivers, Intel DRI drivers, and 38 - GL_ARB_copy_buffer extension (supported in Gallium drivers, Intel DRI 41 Intel DRI drivers, and software drivers) 45 - GL_ARB_sync (supported in software drivers and Intel DRI drivers) 68 - i965 DRI driver fixes, including support for "unlimited" size
|
D | 6.5.2.rst | 25 - New DRI memory manager system. Currently used by the i915tex driver. 26 Other DRI drivers will be updated to use the new memory manager in 42 - New Intel i965 DRI driver 68 - RGBA logicops didn't work reliably in some DRI drivers 69 - Fixed broken RGBA LogicOps in Intel DRI drivers 70 - Fixed some fragment program bugs in Intel i915 DRI driver 101 DRI drivers varies with the driver
|
D | 7.1.rst | 33 - Assorted DRI driver enhancements 38 - ATI R500 series support (Radeon X1300–X1950) in r300 DRI driver 46 - Lots of DRI driver fixes. 66 DRI drivers varies with the driver
|
D | 7.4.2.rst | 12 prerequisites for DRI hardware acceleration. 32 - Fixed segfault when rendering to front buffer with DRI 1. 47 DRI drivers varies with the driver
|
D | 7.7.rst | 13 prerequisites for DRI hardware acceleration. 39 - GL_ARB_depth_clamp (supported in Intel i965 DRI and software drivers) 40 - GL_NV_depth_clamp (supported in Intel i965 DRI and software drivers)
|
D | 7.4.3.rst | 12 prerequisites for DRI hardware acceleration. 40 - Fixed framebuffer mem leak in i945/i965 DRI drivers 52 DRI drivers varies with the driver
|
D | 7.3.rst | 12 prerequisites for DRI hardware acceleration. 33 - Intel DRI drivers now use GEM and DRI2 63 DRI drivers varies with the driver
|
D | 6.3.1 | 19 DRI drivers 22 This release includes the DRI drivers and GLX code for hardware rendering.
|
D | 7.4.4.rst | 12 prerequisites for DRI hardware acceleration. 41 DRI drivers varies with the driver
|
D | 7.8.rst | 13 prerequisites for DRI hardware acceleration. 38 - GL_APPLE_object_purgeable extension (swrast and i945/i965 DRI
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | TapiFile.h | 32 void moveSymbolNext(DataRefImpl &DRI) const override; 34 Error printSymbolName(raw_ostream &OS, DataRefImpl DRI) const override; 36 uint32_t getSymbolFlags(DataRefImpl DRI) const override;
|
D | ELFObjectFile.h | 315 DataRefImpl DRI; in toDRI() local 317 DRI.d.a = 0; in toDRI() 318 DRI.d.b = 0; in toDRI() 319 return DRI; in toDRI() 326 DRI.d.a = 0; in toDRI() 327 DRI.d.b = 0; in toDRI() 328 return DRI; in toDRI() 334 DRI.d.a = SymTableIndex; in toDRI() 335 DRI.d.b = SymbolNum; in toDRI() 336 return DRI; in toDRI() [all …]
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | TapiFile.h | 32 void moveSymbolNext(DataRefImpl &DRI) const override; 34 Error printSymbolName(raw_ostream &OS, DataRefImpl DRI) const override; 36 Expected<uint32_t> getSymbolFlags(DataRefImpl DRI) const override;
|
D | ELFObjectFile.h | 321 DataRefImpl DRI; in toDRI() local 323 DRI.d.a = 0; in toDRI() 324 DRI.d.b = 0; in toDRI() 325 return DRI; in toDRI() 332 DRI.d.a = 0; in toDRI() 333 DRI.d.b = 0; in toDRI() 334 return DRI; in toDRI() 340 DRI.d.a = SymTableIndex; in toDRI() 341 DRI.d.b = SymbolNum; in toDRI() 342 return DRI; in toDRI() [all …]
|
/external/mesa3d/docs/ |
D | lists.rst | 4 These are the primary Mesa 3D / DRI mailing lists: 7 - intended for end-users of Mesa and DRI drivers. Newbie questions 8 are OK, but please try the general OpenGL resources and Mesa/DRI 12 - for Mesa, Gallium and DRI development discussion. Not for
|
D | faq.rst | 23 DRI drivers for X.org. 25 - See the `DRI website <https://dri.freedesktop.org/>`__ for more 42 - Mesa is used as the core of the open-source X.org DRI hardware 57 1.4 What's the difference between "Stand-Alone" Mesa and the DRI drivers? 73 drivers within the DRI (Direct Rendering Infrastructure): 81 the DRI, this module is basically a software Mesa renderer. 83 1.5 How do I upgrade my DRI installation to use a new Mesa release? 86 This wasn't easy in the past. Now, the DRI drivers are included in the 186 Linux distribution installs DRI drivers. To find your system's DRI 213 If your DRI-based driver isn't working, go to the `DRI [all …]
|
/external/mesa3d/src/glx/windows/ |
D | meson.build | 21 # protocol defines for the Windows-DRI server extension 35 description : 'Windows-DRI extension headers', 39 # library for using the Windows-DRI server extension
|
/external/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 256 DataRefImpl DRI; in toDRI() local 258 DRI.d.a = 0; in toDRI() 259 DRI.d.b = 0; in toDRI() 260 return DRI; in toDRI() 269 DRI.d.a = SymTableIndex; in toDRI() 270 DRI.d.b = SymbolNum; in toDRI() 271 return DRI; in toDRI() 279 DataRefImpl DRI; in toDRI() local 280 DRI.p = reinterpret_cast<uintptr_t>(Sec); in toDRI() 281 return DRI; in toDRI() [all …]
|
/external/llvm/tools/dsymutil/ |
D | MachODebugMapParser.cpp | 151 const DataRefImpl &DRI = Symbol.getRawDataRefImpl(); in parseOneBinary() local 153 handleStabDebugMapEntry(MainBinary.getSymbol64TableEntry(DRI)); in parseOneBinary() 155 handleStabDebugMapEntry(MainBinary.getSymbolTableEntry(DRI)); in parseOneBinary() 275 const DataRefImpl &DRI = Symbol.getRawDataRefImpl(); in dumpOneBinaryStab() local 277 dumpSymTabEntry(OS, Idx, MainBinary.getSymbol64TableEntry(DRI)); in dumpOneBinaryStab() 279 dumpSymTabEntry(OS, Idx, MainBinary.getSymbolTableEntry(DRI)); in dumpOneBinaryStab()
|