Searched refs:physical (Results 1 - 25 of 83) sorted by relevance

1234

/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/tests/
H A Dstate_pool.c40 .physical = &physical_device,
H A Dblock_pool_grow_first.c33 .physical = &physical_device,
H A Dstate_pool_free_list_only.c39 .physical = &physical_device,
H A Dstate_pool_padding.c33 .physical = &physical_device,
H A Dstate_pool_no_free.c60 .physical = &physical_device,
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
H A Dagp_noop.c75 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 Dagp_noop.c75 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 Danv_wsi_display.c48 &device->physical->wsi_device,
79 _device, &device->physical->wsi_device,
H A Danv_measure.c90 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 Danv_util.c54 VK_LOG_NO_OBJS(device->physical->instance), file, line,
H A Danv_perf.c145 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 Danv_gem.c146 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 Dvk_device.h39 struct vk_physical_device *physical; member in struct:vk_device
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxextension.h94 extern Bool dmxGetScreenAttributes(int physical,
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_agp.c218 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 Dlnx_agp.c219 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 Di810_memory.c80 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 Di810_memory.c80 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 Di810_memory.c79 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 Dsun_agp.c194 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 Dsun_agp.c195 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 Dxf86_OSproc.h158 int type, unsigned long *physical);
/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Dtiling.rst86 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 Dknobs.rst37 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 Dknobs.rst37 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

Completed in 21 milliseconds

1234