Home
last modified time | relevance | path

Searched refs:DRI (Results 1 – 25 of 52) sorted by relevance

123

/external/llvm/lib/Object/
DMachOObjectFile.cpp256 getSymbolTableEntryBase(const MachOObjectFile *O, DataRefImpl DRI) { in getSymbolTableEntryBase() argument
257 const char *P = reinterpret_cast<const char *>(DRI.p); in getSymbolTableEntryBase()
502 error_code MachOObjectFile::getSymbolAlignment(DataRefImpl DRI, in getSymbolAlignment() argument
505 this->getSymbolFlags(DRI, flags); in getSymbolAlignment()
507 SymbolTableEntryBase Entry = getSymbolTableEntryBase(this, DRI); in getSymbolAlignment()
515 error_code MachOObjectFile::getSymbolSize(DataRefImpl DRI, in getSymbolSize() argument
521 SymbolTableEntryBase Entry = getSymbolTableEntryBase(this, DRI); in getSymbolSize()
523 getSymbolAddress(DRI, Value); in getSymbolSize()
530 this->getSymbolFlags(DRI, flags); in getSymbolSize()
542 DataRefImpl DRI = I->getRawDataRefImpl(); in getSymbolSize() local
[all …]
DObjectFile.cpp30 error_code ObjectFile::getSymbolAlignment(DataRefImpl DRI, in getSymbolAlignment() argument
/external/llvm/include/llvm/Object/
DRelocVisitor.h139 DataRefImpl DRI = R.getRawDataRefImpl(); in getAddend32LE() local
141 Obj->getRelocationAddend(DRI, Addend); in getAddend32LE()
147 DataRefImpl DRI = R.getRawDataRefImpl(); in getAddend64LE() local
149 Obj->getRelocationAddend(DRI, Addend); in getAddend64LE()
155 DataRefImpl DRI = R.getRawDataRefImpl(); in getAddend32BE() local
157 Obj->getRelocationAddend(DRI, Addend); in getAddend32BE()
163 DataRefImpl DRI = R.getRawDataRefImpl(); in getAddend64BE() local
165 Obj->getRelocationAddend(DRI, Addend); in getAddend64BE()
DMachO.h167 macho::Section getSection(DataRefImpl DRI) const;
168 macho::Section64 getSection64(DataRefImpl DRI) const;
171 macho::SymbolTableEntry getSymbolTableEntry(DataRefImpl DRI) const;
172 macho::Symbol64TableEntry getSymbol64TableEntry(DataRefImpl DRI) const;
DELF.h2684 DataRefImpl DRI;
2685 DRI.p = reinterpret_cast<uintptr_t>(i.get());
2686 return library_iterator(LibraryRef(DRI, this));
2702 DataRefImpl DRI;
2703 DRI.p = reinterpret_cast<uintptr_t>(i.get());
2704 Result = LibraryRef(DRI, this);
2733 DataRefImpl DRI;
2734 DRI.p = reinterpret_cast<uintptr_t>(e.get());
2735 return library_iterator(LibraryRef(DRI, this));
3025 DataRefImpl DRI = R.getRawDataRefImpl();
[all …]
/external/mesa3d/docs/
DRELNOTES-6.3.119 DRI drivers
22 This release includes the DRI drivers and GLX code for hardware rendering.
DRELNOTES-3.518 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.
DlibGL.txt32 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()
DRELNOTES-6.3.222 DRI drivers varies with the driver
DRELNOTES-6.432 DRI drivers varies with the driver
DMESA_agp_offset.spec17 XFree86/DRI drivers.)
/external/chromium_org/third_party/mesa/src/docs/
DRELNOTES-6.3.119 DRI drivers
22 This release includes the DRI drivers and GLX code for hardware rendering.
DRELNOTES-3.518 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.
DlibGL.txt32 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()
DRELNOTES-6.3.222 DRI drivers varies with the driver
DRELNOTES-6.432 DRI drivers varies with the driver
DMESA_agp_offset.spec17 XFree86/DRI drivers.)
/external/chromium_org/third_party/mesa/src/configs/
Dcurrent.in143 # DRI dependencies
163 # DRI installation directories
166 # Where libGL will look for DRI hardware drivers
/external/mesa3d/configs/
Dcurrent.in143 # DRI dependencies
163 # DRI installation directories
166 # Where libGL will look for DRI hardware drivers
/external/mesa3d/src/gallium/docs/source/
Ddistro.rst83 Tracker that implements the client-side DRI protocol, for providing direct
84 acceleration services to X11 servers with the DRI extension. Supports DRI1
102 Mesa should be built with another state tracker, such as :ref:`DRI` or
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
Ddistro.rst83 Tracker that implements the client-side DRI protocol, for providing direct
84 acceleration services to X11 servers with the DRI extension. Supports DRI1
102 Mesa should be built with another state tracker, such as :ref:`DRI` or
/external/chromium_org/third_party/mesa/src/
Dconfigure.ac551 [enable DRI modules @<:@default=enabled@:>@])],
613 [make GLX library Xlib-based instead of DRI-based @<:@default=disabled@:>@])],
706 AC_MSG_ERROR([DRI and Xlib-GLX cannot be built together])
719 # Disable GLX if DRI and Xlib-GLX are not enabled
723 AC_MSG_WARN([Neither DRI nor Xlib-GLX enabled, disabling GLX])
737 # Shared GLAPI is only useful for DRI
739 AC_MSG_NOTICE([Shared GLAPI is only useful for DRI, disabling])
796 # DRI-based GLX
827 # DRI must be shared, I think
829 AC_MSG_ERROR([Cannot use static libraries for DRI drivers])
[all …]
/external/mesa3d/
Dconfigure.ac551 [enable DRI modules @<:@default=enabled@:>@])],
613 [make GLX library Xlib-based instead of DRI-based @<:@default=disabled@:>@])],
706 AC_MSG_ERROR([DRI and Xlib-GLX cannot be built together])
719 # Disable GLX if DRI and Xlib-GLX are not enabled
723 AC_MSG_WARN([Neither DRI nor Xlib-GLX enabled, disabling GLX])
737 # Shared GLAPI is only useful for DRI
739 AC_MSG_NOTICE([Shared GLAPI is only useful for DRI, disabling])
796 # DRI-based GLX
827 # DRI must be shared, I think
829 AC_MSG_ERROR([Cannot use static libraries for DRI drivers])
[all …]
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp195 DataRefImpl DRI, in getSymbol() argument
198 macho::SymbolTableEntry Entry = Obj->getSymbolTableEntry(DRI); in getSymbol()
206 macho::Symbol64TableEntry Entry = Obj->getSymbol64TableEntry(DRI); in getSymbol()
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp212 DataRefImpl DRI = I->getRawDataRefImpl(); in DumpSymtabCommand() local
214 macho::Symbol64TableEntry STE = Obj.getSymbol64TableEntry(DRI); in DumpSymtabCommand()
219 macho::SymbolTableEntry STE = Obj.getSymbolTableEntry(DRI); in DumpSymtabCommand()

123