/external/swiftshader/third_party/LLVM/lib/Object/ |
D | MachOObjectFile.cpp | 35 DataRefImpl DRI; in MachOObjectFile() local 36 DRI.d.a = DRI.d.b = 0; in MachOObjectFile() 37 moveToNextSection(DRI); in MachOObjectFile() 39 while (DRI.d.a < LoadCommandCount) { in MachOObjectFile() 40 Sections.push_back(DRI); in MachOObjectFile() 41 DRI.d.b++; in MachOObjectFile() 42 moveToNextSection(DRI); in MachOObjectFile() 58 void MachOObjectFile::moveToNextSymbol(DataRefImpl &DRI) const { in moveToNextSymbol() 60 while (DRI.d.a < LoadCommandCount) { in moveToNextSymbol() 61 LoadCommandInfo LCI = MachOObj->getLoadCommandInfo(DRI.d.a); in moveToNextSymbol() [all …]
|
/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 …]
|
D | ObjectFile.cpp | 59 uint32_t ObjectFile::getSymbolAlignment(DataRefImpl DRI) const { return 0; } in getSymbolAlignment()
|
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | MachO.h | 61 virtual error_code sectionContainsSymbol(DataRefImpl DRI, DataRefImpl S, 88 void moveToNextSection(DataRefImpl &DRI) const; 89 void getSymbolTableEntry(DataRefImpl DRI, 91 void getSymbol64TableEntry(DataRefImpl DRI, 93 void moveToNextSymbol(DataRefImpl &DRI) const; 94 void getSection(DataRefImpl DRI, InMemoryStruct<macho::Section> &Res) const; 95 void getSection64(DataRefImpl DRI,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 115 getSymbolTableEntryBase(const MachOObjectFile &O, DataRefImpl DRI) { in getSymbolTableEntryBase() argument 116 const char *P = reinterpret_cast<const char *>(DRI.p); in getSymbolTableEntryBase() 1724 DataRefImpl DRI = Sec.getRawDataRefImpl(); in getSectionType() local 1725 uint32_t Flags = getSectionFlags(*this, DRI); in getSectionType() 1762 uint32_t MachOObjectFile::getSymbolAlignment(DataRefImpl DRI) const { in getSymbolAlignment() 1763 uint32_t flags = getSymbolFlags(DRI); in getSymbolAlignment() 1765 MachO::nlist_base Entry = getSymbolTableEntryBase(*this, DRI); in getSymbolAlignment() 1771 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const { in getCommonSymbolSizeImpl() 1772 return getNValue(DRI); in getCommonSymbolSizeImpl() 1799 uint32_t MachOObjectFile::getSymbolFlags(DataRefImpl DRI) const { in getSymbolFlags() [all …]
|
D | ObjectFile.cpp | 69 uint32_t ObjectFile::getSymbolAlignment(DataRefImpl DRI) const { return 0; } in getSymbolAlignment()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 287 DataRefImpl DRI; in toDRI() local 289 DRI.d.a = 0; in toDRI() 290 DRI.d.b = 0; in toDRI() 291 return DRI; in toDRI() 298 DRI.d.a = 0; in toDRI() 299 DRI.d.b = 0; in toDRI() 300 return DRI; in toDRI() 306 DRI.d.a = SymTableIndex; in toDRI() 307 DRI.d.b = SymbolNum; in toDRI() 308 return DRI; in toDRI() [all …]
|
D | MachO.h | 494 MachO::section getSection(DataRefImpl DRI) const; 495 MachO::section_64 getSection64(DataRefImpl DRI) const; 498 MachO::nlist getSymbolTableEntry(DataRefImpl DRI) const; 499 MachO::nlist_64 getSymbol64TableEntry(DataRefImpl DRI) const;
|
/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
|
D | windowsdriproto.pc.in | 7 Description: Windows-DRI extension headers
|
/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 …]
|
D | MachO.h | 334 MachO::section getSection(DataRefImpl DRI) const; 335 MachO::section_64 getSection64(DataRefImpl DRI) const; 338 MachO::nlist getSymbolTableEntry(DataRefImpl DRI) const; 339 MachO::nlist_64 getSymbol64TableEntry(DataRefImpl DRI) const;
|
/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()
|
D | MachOUtils.cpp | 187 object::DataRefImpl DRI = Symbol.getRawDataRefImpl(); in transferSymbols() local 188 if (transferSymbol(Obj.getSymbol64TableEntry(DRI), IsLittleEndian, in transferSymbols() 194 object::DataRefImpl DRI = Symbol.getRawDataRefImpl(); in transferSymbols() local 195 if (transferSymbol(Obj.getSymbolTableEntry(DRI), IsLittleEndian, Strings, in transferSymbols()
|
/external/mesa3d/docs/relnotes/ |
D | 6.3.1 | 19 DRI drivers 22 This release includes the DRI drivers and GLX code for hardware rendering.
|
D | 3.5 | 18 code in order to make it more modular. This was driven by the DRI 19 hardware drivers. It simplifies the DRI drivers and opens the door 79 This is supported in Mesa but only used by the 3dfx DRI drivers 125 Mesa works the same way as XFree86/DRI's libGL. 151 and are obsolete w.r.t. the way state updates are done in DRI drivers.
|
D | 6.3.2 | 22 DRI drivers varies with the driver
|
D | 6.4 | 32 DRI drivers varies with the driver
|
D | 4.1 | 163 If you're porting a DRI or other driver from Mesa 4.0.x to Mesa 4.1 here 241 DRI drivers should implement their own function for ctx->Driver.DrawBuffer 259 a __GLimports object. Most device drivers (like the DRI drivers)
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | MachODebugMapParser.cpp | 169 const DataRefImpl &DRI = Symbol.getRawDataRefImpl(); in parseOneBinary() local 171 handleStabDebugMapEntry(MainBinary.getSymbol64TableEntry(DRI)); in parseOneBinary() 173 handleStabDebugMapEntry(MainBinary.getSymbolTableEntry(DRI)); in parseOneBinary() 297 const DataRefImpl &DRI = Symbol.getRawDataRefImpl(); in dumpOneBinaryStab() local 299 dumpSymTabEntry(OS, Idx, MainBinary.getSymbol64TableEntry(DRI)); in dumpOneBinaryStab() 301 dumpSymTabEntry(OS, Idx, MainBinary.getSymbolTableEntry(DRI)); in dumpOneBinaryStab()
|
D | MachOUtils.cpp | 202 object::DataRefImpl DRI = Symbol.getRawDataRefImpl(); in transferSymbols() local 203 if (transferSymbol(Obj.getSymbol64TableEntry(DRI), IsLittleEndian, in transferSymbols() 209 object::DataRefImpl DRI = Symbol.getRawDataRefImpl(); in transferSymbols() local 210 if (transferSymbol(Obj.getSymbolTableEntry(DRI), IsLittleEndian, Strings, in transferSymbols()
|
/external/mesa3d/src/gallium/docs/source/ |
D | distro.rst | 94 Tracker that implements the client-side DRI protocol, for providing direct 95 acceleration services to X11 servers with the DRI extension. Supports DRI1 105 Mesa should be built with another state tracker, such as :ref:`DRI` or
|
/external/mesa3d/docs/ |
D | libGL.txt | 32 When libGL.so initializes itself it uses the DRI to determine the 39 different DRI modules directory, overriding /usr/X11R6/lib/modules/dri/. 54 DRI drivers may not be. Please consult the documentation for a driver 121 call is made to driCreateDisplay(). This function uses DRI facilities 147 the DRI driver for each, and calls the driver's __driRegisterExtensions()
|
/external/mesa3d/ |
D | configure.ac | 1211 [enable DRI modules @<:@default=enabled@:>@])], 1421 AC_MSG_ERROR([DRI-based GLX requires DRI to be enabled]) 1426 AC_MSG_ERROR([Xlib-based GLX cannot be built with DRI enabled]) 1431 AC_MSG_ERROR([Xlib-based (Gallium) GLX cannot be built with DRI enabled]) 1526 # Select which platform-dependent DRI code gets built 1604 require_dri_shared_libs_and_glapi "DRI" 1614 [disable direct rendering in GLX and EGL for DRI \ 1637 # DRI-based GLX 1639 # find the DRI deps for libGL 1857 dnl More DRI setup [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMachineCFGStructurizer.cpp | 2097 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; in prunePHIInfo() local 2098 ++DRI) { in prunePHIInfo() 2100 unsigned DestReg = *DRI; in prunePHIInfo() 2216 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; in createEntryPHIs() local 2217 ++DRI) { in createEntryPHIs() 2219 unsigned DestReg = *DRI; in createEntryPHIs() 2261 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; in resolvePHIInfos() local 2262 ++DRI) { in resolvePHIInfos() 2263 unsigned DestReg = *DRI; in resolvePHIInfos()
|