| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/tests/ |
| H A D | state_pool.c | 40 .physical = &physical_device,
|
| H A D | block_pool_grow_first.c | 33 .physical = &physical_device,
|
| H A D | state_pool_free_list_only.c | 39 .physical = &physical_device,
|
| H A D | state_pool_padding.c | 33 .physical = &physical_device,
|
| H A D | state_pool_no_free.c | 60 .physical = &physical_device,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/ |
| H A D | agp_noop.c | 75 unsigned long *physical) 74 xf86AllocateGARTMemory(int screenNum,unsigned long size,int type,unsigned long * physical) argument
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/shared/ |
| H A D | agp_noop.c | 75 unsigned long *physical) 74 xf86AllocateGARTMemory(int screenNum,unsigned long size,int type,unsigned long * physical) argument
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_wsi_display.c | 48 &device->physical->wsi_device, 79 _device, &device->physical->wsi_device,
|
| H A D | 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 in function:anv_measure_destroy 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 [all...] |
| H A D | anv_util.c | 54 VK_LOG_NO_OBJS(device->physical->instance), file, line,
|
| H A D | 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;
|
| H A D | 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);
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_device.h | 39 struct vk_physical_device *physical; member in struct:vk_device
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxextension.h | 94 extern Bool dmxGetScreenAttributes(int physical,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/ |
| H A D | lnx_agp.c | 218 unsigned long *physical) 248 if (physical) 249 *physical = alloc.physical; 217 xf86AllocateGARTMemory(int screenNum,unsigned long size,int type,unsigned long * physical) argument
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/ |
| H A D | lnx_agp.c | 219 unsigned long *physical) 249 if (physical) 250 *physical = alloc.physical; 218 xf86AllocateGARTMemory(int screenNum,unsigned long size,int type,unsigned long * physical) argument
|
| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/ |
| H A D | i810_memory.c | 80 unsigned long physical; local in function:I810AllocateGARTMemory 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 addres [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/ |
| H A D | i810_memory.c | 80 unsigned long physical; local in function:I810AllocateGARTMemory 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 addres [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i810_memory.c | 79 unsigned long physical; local in function:I810AllocateGARTMemory 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 addres [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/ |
| H A D | sun_agp.c | 194 unsigned long *physical) 224 if (physical) 225 *physical = (unsigned long)alloc.agpa_physical; 193 xf86AllocateGARTMemory(int screenNum,unsigned long size,int type,unsigned long * physical) argument
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/ |
| H A D | sun_agp.c | 195 unsigned long *physical) 225 if (physical) 226 *physical = (unsigned long) alloc.agpa_physical; 194 xf86AllocateGARTMemory(int screenNum,unsigned long size,int type,unsigned long * physical) argument
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/ |
| H A D | xf86_OSproc.h | 158 int type, unsigned long *physical);
|
| /xsrc/external/mit/MesaLib/dist/docs/isl/ |
| H A D | tiling.rst | 86 size in surface elements and a physical size in bytes. In order to determine 102 logical and physical heights are the same and simply divide the width of 105 this is not at all correct. Some tiling formats have logical and physical 117 stencil) has a logical size of 64el x 64el but a physical size of 128B 125 mismatch between logical and physical tile sizes are also relevant for 246 but a physical size of 128B x 32rows. This cleanly takes care of the pitch 286 2. A physical width in bytes and height in rows 287 3. A mapping from logical elements to physical bytes within the tile 291 which the map from logical to physical elements is critical. One example is 297 elements to physical byte [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/openswr/ |
| H A D | knobs.rst | 37 Maximum # of (hyper)threads per physical core used for worker threads. 0 == ALL hyper-threads per core N == Use at most N hyper-threads per physical core
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/openswr/ |
| H A D | knobs.rst | 37 Maximum # of (hyper)threads per physical core used for worker threads. 0 == ALL hyper-threads per core N == Use at most N hyper-threads per physical core
|