HomeSort by: relevance | last modified time | path
    Searched defs:physical (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/vulkan/util/
vk_device.h 39 struct vk_physical_device *physical; member in struct:vk_device
  /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
i810_memory.c 80 unsigned long physical; local
153 "No physical memory available for %ld bytes of DCACHE\n",
159 * Mouse cursor -- The i810 (crazy) needs a physical address in
172 xf86AllocateGARTMemory(pScrn->scrnIndex, size, 2, &physical)) == -1) {
174 "No physical memory available for HW cursor\n");
187 pI810->CursorPhysical = physical;
200 xf86AllocateGARTMemory(pScrn->scrnIndex, size, 2, &physical)) == -1) {
202 "No physical memory available for ARGB HW cursor\n");
215 pI810->CursorARGBPhysical = physical;
223 * physical address in system memory from which to upload the overla
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_memory.c 80 unsigned long physical; local
153 "No physical memory available for %ld bytes of DCACHE\n",
159 * Mouse cursor -- The i810 (crazy) needs a physical address in
172 xf86AllocateGARTMemory(pScrn->scrnIndex, size, 2, &physical)) == -1) {
174 "No physical memory available for HW cursor\n");
187 pI810->CursorPhysical = physical;
200 xf86AllocateGARTMemory(pScrn->scrnIndex, size, 2, &physical)) == -1) {
202 "No physical memory available for ARGB HW cursor\n");
215 pI810->CursorARGBPhysical = physical;
223 * physical address in system memory from which to upload the overla
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_memory.c 79 unsigned long physical; local
152 "No physical memory available for %ld bytes of DCACHE\n",
158 * Mouse cursor -- The i810 (crazy) needs a physical address in
171 xf86AllocateGARTMemory(pScrn->scrnIndex, size, 2, &physical)) == -1) {
173 "No physical memory available for HW cursor\n");
186 pI810->CursorPhysical = physical;
199 xf86AllocateGARTMemory(pScrn->scrnIndex, size, 2, &physical)) == -1) {
201 "No physical memory available for ARGB HW cursor\n");
214 pI810->CursorARGBPhysical = physical;
222 * physical address in system memory from which to upload the overla
    [all...]
i830_memory.c 357 * static allocations. Some of these exist because of the need for physical
413 * physical-address allocations of cursor/overlay registers.
417 /* Overlay and cursors, if physical, need to be allocated outside
496 * physical address.
498 * \return physical address if successful.
525 "Unusable physical mapping type 0x%08x\n",
537 * physical address.
539 * \return physical address if successful.
547 uint64_t physical; local
554 physical = i830_get_gtt_physical(pScrn, offset)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_measure.c 90 return cmd_buffer->device->physical->measure_device.config;
136 struct anv_physical_device *device = cmd_buffer->device->physical;
193 struct anv_physical_device *device = cmd_buffer->device->physical;
317 intel_measure_gather(&device->physical->measure_device,
345 struct anv_physical_device *physical = device->physical; local
355 intel_measure_gather(&physical->measure_device, &physical->info);
365 return device->physical->measure_device.config;
391 struct intel_measure_device *measure_device = &cmd_buffer->device->physical->measure_device
    [all...]
anv_private.h 494 * is set in the physical device.
1157 struct anv_physical_device * physical; member in struct:anv_device
1257 /* If we don't have a GFX_VERx10 #define, we need to look at the physical
1258 * device. Also, for GFX version 8, we need to look at the physical
1268 if (anv_use_softpin(device->physical))
1277 if (anv_use_softpin(device->physical))
2622 if (device->physical->compiler->indirect_ubos_use_sampler)
3174 return anv_use_softpin(cmd_buffer->device->physical) &&
  /xsrc/external/mit/libXxf86dga/dist/src/
XF86DGA2.c 758 unsigned char *physical; member in struct:_DGAMapRec
794 unsigned char* base, /* physical memory */
860 unsigned char* base, /* physical memory */
870 pMap->physical = base;
  /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/xvmc/
I810XvMC.h 184 unsigned int physical; member in struct:_drm_i810_overlay_t
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/xvmc/
I810XvMC.h 184 unsigned int physical; member in struct:_drm_i810_overlay_t
  /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
I810XvMC.h 184 unsigned int physical; member in struct:_drm_i810_overlay_t
  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
drm.h 217 unsigned long offset; /**< Requested physical address (0 for SAREA)*/
218 unsigned long size; /**< Requested physical size (bytes) */
542 unsigned long physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer
566 unsigned long aperture_base; /* physical address */
  /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
drm.h 217 unsigned long offset; /**< Requested physical address (0 for SAREA)*/
218 unsigned long size; /**< Requested physical size (bytes) */
542 unsigned long physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer
566 unsigned long aperture_base; /* physical address */
  /xsrc/external/mit/libdrm/dist/include/drm/
drm.h 220 unsigned long offset; /**< Requested physical address (0 for SAREA)*/
221 unsigned long size; /**< Requested physical size (bytes) */
545 unsigned long physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer
569 unsigned long aperture_base; /* physical address */

Completed in 39 milliseconds