Home
last modified time | relevance | path

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

12

/external/llvm/lib/Object/
DMachOObjectFile.cpp107 getSymbolTableEntryBase(const MachOObjectFile *O, DataRefImpl DRI) { in getSymbolTableEntryBase() argument
108 const char *P = reinterpret_cast<const char *>(DRI.p); in getSymbolTableEntryBase()
355 DataRefImpl DRI = Sec.getRawDataRefImpl(); in getSectionType() local
356 uint32_t Flags = getSectionFlags(this, DRI); in getSectionType()
404 std::error_code MachOObjectFile::getSymbolAlignment(DataRefImpl DRI, in getSymbolAlignment() argument
406 uint32_t flags = getSymbolFlags(DRI); in getSymbolAlignment()
408 MachO::nlist_base Entry = getSymbolTableEntryBase(this, DRI); in getSymbolAlignment()
416 std::error_code MachOObjectFile::getSymbolSize(DataRefImpl DRI, in getSymbolSize() argument
422 MachO::nlist_base Entry = getSymbolTableEntryBase(this, DRI); in getSymbolSize()
424 getSymbolAddress(DRI, Value); in getSymbolSize()
[all …]
DObjectFile.cpp40 std::error_code ObjectFile::getSymbolAlignment(DataRefImpl DRI, in getSymbolAlignment() argument
/external/llvm/include/llvm/Object/
DRelocVisitor.h226 DataRefImpl DRI = R.getRawDataRefImpl(); in getELFAddend32LE() local
228 Obj->getRelocationAddend(DRI, Addend); in getELFAddend32LE()
234 DataRefImpl DRI = R.getRawDataRefImpl(); in getELFAddend64LE() local
236 Obj->getRelocationAddend(DRI, Addend); in getELFAddend64LE()
242 DataRefImpl DRI = R.getRawDataRefImpl(); in getELFAddend32BE() local
244 Obj->getRelocationAddend(DRI, Addend); in getELFAddend32BE()
250 DataRefImpl DRI = R.getRawDataRefImpl(); in getELFAddend64BE() local
252 Obj->getRelocationAddend(DRI, Addend); in getELFAddend64BE()
DELFObjectFile.h146 DataRefImpl DRI; in toDRI() local
147 DRI.p = reinterpret_cast<uintptr_t>(Symb.get()) | in toDRI()
149 return DRI; in toDRI()
158 DataRefImpl DRI; in toDRI() local
159 DRI.p = reinterpret_cast<uintptr_t>(Sec.get()); in toDRI()
160 return DRI; in toDRI()
164 DataRefImpl DRI; in toDRI() local
165 DRI.p = reinterpret_cast<uintptr_t>(Sec); in toDRI()
166 return DRI; in toDRI()
175 DataRefImpl DRI; in toDRI() local
[all …]
DMachO.h336 MachO::section getSection(DataRefImpl DRI) const;
337 MachO::section_64 getSection64(DataRefImpl DRI) const;
340 MachO::nlist getSymbolTableEntry(DataRefImpl DRI) const;
341 MachO::nlist_64 getSymbol64TableEntry(DataRefImpl DRI) const;
/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.)
DRELNOTES-4.1163 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)
DVERSIONS775 - finished internal support for compressed textures for DRI
784 - added RENDER_START/RENDER_FINISH macros for glCopyTexImage in DRI
785 - various state-update code changes needed for DRI bugs
933 - New driver interface functions for TCL drivers (such as Radeon DRI)
980 - lots of T&L updates for the Radeon DRI driver
994 - GL_APPLE_client_storage extension (for some DRI drivers only)
1135 - fixed glClear() problem for DRI drivers (non-existant stencil, etc)
1361 - The distribution now includes the DRI drivers and GLX code
1363 - Made the DRI "new" driver interface standard, remove old code
1374 - assorted DRI driver fixes
[all …]
DMESA_swap_control.spec15 Deployed in DRI drivers post-XFree86 4.3.
DRELNOTES-4.0151 The XFree86/DRI drivers have not yet been updated to use Mesa 4.0 as of
DMESA_swap_frame_usage.spec15 Deployed in DRI drivers post-XFree86 4.3.
/external/llvm/tools/dsymutil/
DMachODebugMapParser.cpp124 const DataRefImpl &DRI = Symbol.getRawDataRefImpl(); in parse() local
126 handleStabDebugMapEntry(MainBinary.getSymbol64TableEntry(DRI)); in parse()
128 handleStabDebugMapEntry(MainBinary.getSymbolTableEntry(DRI)); in parse()
/external/mesa3d/configs/
Dcurrent.in143 # DRI dependencies
163 # DRI installation directories
166 # Where libGL will look for DRI hardware drivers
Ddefault136 # 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/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/macho-dump/
Dmacho-dump.cpp206 DataRefImpl DRI = Symbol.getRawDataRefImpl(); in DumpSymtabCommand() local
208 MachO::nlist_64 STE = Obj.getSymbol64TableEntry(DRI); in DumpSymtabCommand()
213 MachO::nlist STE = Obj.getSymbolTableEntry(DRI); in DumpSymtabCommand()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp322 DataRefImpl DRI, in getSymbol() argument
325 MachO::nlist Entry = Obj->getSymbolTableEntry(DRI); in getSymbol()
333 MachO::nlist_64 Entry = Obj->getSymbol64TableEntry(DRI); in getSymbol()
/external/libdrm/
DREADME9 graphics drivers such as the Mesa DRI drivers, the X drivers, libva
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
Dsv.po1 # Swedish translation of DRI driver options.
8 "Project-Id-Version: Mesa DRI\n"

12