HomeSort by: relevance | last modified time | path
    Searched refs:physical (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/tests/
state_pool.c 40 .physical = &physical_device,
block_pool_grow_first.c 33 .physical = &physical_device,
state_pool_free_list_only.c 39 .physical = &physical_device,
state_pool_padding.c 33 .physical = &physical_device,
state_pool_no_free.c 60 .physical = &physical_device,
block_pool_no_free.c 115 .physical = &physical_device,
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/shared/
agp_noop.c 75 unsigned long *physical)
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
agp_noop.c 75 unsigned long *physical)
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_wsi_display.c 48 &device->physical->wsi_device,
79 _device, &device->physical->wsi_device,
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_util.c 54 VK_LOG_NO_OBJS(device->physical->instance), file, line,
anv_perf.c 145 if (intel_perf_has_global_sseu(device->physical->perf)) {
147 properties[p++] = (uintptr_t) &device->physical->perf->sseu;
167 if (!device->physical->perf)
181 if (!device->physical->perf)
230 intel_perf_load_configuration(device->physical->perf, device->fd,
238 intel_perf_store_configuration(device->physical->perf, device->fd,
402 struct intel_perf_config *perf = device->physical->perf;
anv_gem.c 146 if (device->physical->has_mmap_offset)
176 if (device->physical->has_userptr_probe)
728 assert(device->physical->has_syncobj_wait_available);
751 assert(device->physical->has_syncobj_wait_available);
767 assert(device->physical->has_syncobj_wait_available);
anv_wsi.c 173 VkResult result = wsi_common_queue_present(&device->physical->wsi_device,
  /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/xorg-server/dist/hw/xfree86/os-support/linux/
lnx_agp.c 219 unsigned long *physical)
249 if (physical)
250 *physical = alloc.physical;
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxextension.h 94 extern Bool dmxGetScreenAttributes(int physical,
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
lnx_agp.c 218 unsigned long *physical)
248 if (physical)
249 *physical = alloc.physical;
  /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...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
sun_agp.c 195 unsigned long *physical)
225 if (physical)
226 *physical = (unsigned long) alloc.agpa_physical;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
sun_agp.c 194 unsigned long *physical)
224 if (physical)
225 *physical = (unsigned long)alloc.agpa_physical;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/
xf86_OSproc.h 158 int type, unsigned long *physical);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/
xf86_OSproc.h 180 unsigned long *physical);

Completed in 24 milliseconds

1 2 3