| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| panvk_sync.c | 37 const struct panfrost_device *pdev = &device->physical_device->pdev; local 43 int ret = drmIoctl(pdev->fd, DRM_IOCTL_SYNCOBJ_CREATE, &create); 56 const struct panfrost_device *pdev = &device->physical_device->pdev; local 60 drmIoctl(pdev->fd, DRM_IOCTL_SYNCOBJ_DESTROY, &destroy); 69 const struct panfrost_device *pdev = &device->physical_device->pdev; local 76 drmIoctl(pdev->fd, DRM_IOCTL_SYNCOBJ_DESTROY, &destroy); 83 const struct panfrost_device *pdev = &device->physical_device->pdev local 138 const struct panfrost_device *pdev = &device->physical_device->pdev; local 271 const struct panfrost_device *pdev = &device->physical_device->pdev; local 343 const struct panfrost_device *pdev = &device->physical_device->pdev; local 387 const struct panfrost_device *pdev = &device->physical_device->pdev; local 410 const struct panfrost_device *pdev = &device->physical_device->pdev; local [all...] |
| panvk_vX_device.c | 45 const struct panfrost_device *pdev = &dev->physical_device->pdev; local 79 ret = drmIoctl(pdev->fd, DRM_IOCTL_PANFROST_SUBMIT, &submit); 83 ret = drmSyncobjWait(pdev->fd, &submit.out_sync, 1, INT64_MAX, 0, NULL); 88 GENX(pandecode_jc)(batch->scoreboard.first_job, pdev->gpu_id); 108 ret = drmIoctl(pdev->fd, DRM_IOCTL_PANFROST_SUBMIT, &submit); 111 ret = drmSyncobjWait(pdev->fd, &submit.out_sync, 1, INT64_MAX, 0, NULL); 116 GENX(pandecode_jc)(batch->fragment_job, pdev->gpu_id); 128 const struct panfrost_device *pdev = &queue->device->physical_device->pdev; local 171 const struct panfrost_device *pdev = &queue->device->physical_device->pdev; local 208 const struct panfrost_device *pdev = &queue->device->physical_device->pdev; local [all...] |
| panvk_vX_meta.c | 54 panvk_pool_init(&dev->meta.bin_pool, &dev->pdev, NULL, PAN_BO_EXECUTE, 56 panvk_pool_init(&dev->meta.desc_pool, &dev->pdev, NULL, 0,
|
| panvk_vX_meta_blit.c | 34 struct panfrost_device *pdev = &cmdbuf->device->physical_device->pdev; local 105 GENX(pan_blit_ctx_init)(pdev, blitinfo, &cmdbuf->desc_pool.base, &ctx); 219 panvk_pool_init(&dev->meta.blitter.bin_pool, &dev->pdev, NULL, 222 panvk_pool_init(&dev->meta.blitter.desc_pool, &dev->pdev, NULL, 225 pan_blend_shaders_init(&dev->pdev); 226 GENX(pan_blitter_init)(&dev->pdev, &dev->meta.blitter.bin_pool.base, 233 GENX(pan_blitter_cleanup)(&dev->pdev); 234 pan_blend_shaders_cleanup(&dev->pdev);
|
| panvk_device.c | 210 panvk_arch_dispatch(device->pdev.arch, meta_cleanup, device); 211 panfrost_close_device(&device->pdev); 311 device->pdev.debug |= PAN_DBG_TRACE; 313 device->pdev.debug |= PAN_DBG_NO_CACHE; 314 panfrost_open_device(NULL, fd, &device->pdev); 317 if (device->pdev.quirks & MIDGARD_SFBD) { 320 panfrost_model_name(device->pdev.gpu_id)); 324 panvk_arch_dispatch(device->pdev.arch, meta_init, device); 327 sprintf(device->name, "%s", panfrost_model_name(device->pdev.gpu_id)); 329 if (panvk_device_get_cache_uuid(device->pdev.gpu_id, device->cache_uuid)) 920 const struct panfrost_device *pdev = &device->physical_device->pdev; local 1073 const struct panfrost_device *pdev = &queue->device->physical_device->pdev; local 1413 const struct panfrost_device *pdev = &device->physical_device->pdev; local 1441 const struct panfrost_device *pdev = &device->physical_device->pdev; local 1457 const struct panfrost_device *pdev = &device->physical_device->pdev; local 1486 const struct panfrost_device *pdev = &device->physical_device->pdev; local 1510 const struct panfrost_device *pdev = &device->physical_device->pdev; local [all...] |
| panvk_vX_image.c | 135 struct panfrost_device *pdev = &device->physical_device->pdev; local 145 view->bo = panfrost_bo_create(pdev, bo_size, 0, "Texture descriptor"); 155 GENX(panfrost_new_texture)(pdev, &view->pview, tex_desc, &surf_descs);
|
| panvk_image.c | 73 const struct panfrost_device *pdev = &device->physical_device->pdev; local 96 pan_image_layout_init(pdev, &image->pimage.layout, modifier, 127 const struct panfrost_device *pdev = &device->physical_device->pdev; local 186 if (!pdev->has_afbc) 190 if (!panfrost_format_supports_afbc(pdev, fmt)) 196 if (pCreateInfo->imageType == VK_IMAGE_TYPE_3D && pdev->arch < 7)
|
| panvk_vX_meta_copy.c | 33 panvk_meta_copy_img_emit_texture(struct panfrost_device *pdev, 46 GENX(panfrost_new_texture)(pdev, view, texture.cpu, &surfaces); 59 GENX(panfrost_new_texture)(pdev, view, texture.cpu, &surfaces); 68 panvk_meta_copy_img_emit_sampler(struct panfrost_device *pdev, 241 panvk_meta_copy_to_img_emit_rsd(struct panfrost_device *pdev, 311 panfrost_format_to_bifrost_blend(pdev, fmt, false); 333 panvk_meta_copy_emit_ubo(struct panfrost_device *pdev, 348 panvk_meta_copy_emit_push_constants(struct panfrost_device *pdev, 369 panvk_meta_copy_to_buf_emit_rsd(struct panfrost_device *pdev, 391 panvk_meta_copy_img2img_shader(struct panfrost_device *pdev, 663 struct panfrost_device *pdev = &cmdbuf->device->physical_device->pdev; local 1131 struct panfrost_device *pdev = &cmdbuf->device->physical_device->pdev; local 1598 struct panfrost_device *pdev = &cmdbuf->device->physical_device->pdev; local 1852 struct panfrost_device *pdev = &cmdbuf->device->physical_device->pdev; local 2019 struct panfrost_device *pdev = &cmdbuf->device->physical_device->pdev; local 2083 struct panfrost_device *pdev = &cmdbuf->device->physical_device->pdev; local [all...] |
| panvk_vX_meta_clear.c | 35 panvk_meta_clear_color_attachment_shader(struct panfrost_device *pdev, 63 .gpu_id = pdev->gpu_id, 86 panvk_meta_clear_zs_attachment_shader(struct panfrost_device *pdev, 130 .gpu_id = pdev->gpu_id, 153 panvk_meta_clear_attachments_emit_rsd(struct panfrost_device *pdev, 245 panfrost_format_to_bifrost_blend(pdev, format, false); 259 panvk_meta_clear_attachment_emit_push_constants(struct panfrost_device *pdev, 280 panvk_meta_clear_attachment_emit_ubo(struct panfrost_device *pdev, 396 struct panfrost_device *pdev = &dev->pdev; local [all...] |
| panvk_vX_cs.c | 106 const struct panfrost_device *pdev = &dev->physical_device->pdev; local 129 return pdev->formats[varyings->varying[loc].format].hw; 314 const struct panfrost_device *pdev = &dev->physical_device->pdev; local 320 cfg.format = pdev->formats[attribs->attrib[idx].format].hw; 619 const struct panfrost_device *pdev = &dev->physical_device->pdev; local 647 panfrost_format_to_bifrost_blend(pdev, rts->format, dithered); 830 const struct panfrost_device *pdev = &dev->physical_device->pdev [all...] |
| panvk_vX_shader.c | 312 panvk_lower_blend(struct panfrost_device *pdev, 331 if (!panvk_per_arch(blend_needs_lowering)(pdev, blend_state, rt)) 380 GENX(pan_blend_get_internal_desc)(pdev, fmt, rt, 32, false) >> 32; 447 struct panfrost_device *pdev = &dev->physical_device->pdev; local 470 .gpu_id = pdev->gpu_id, 510 panvk_lower_blend(pdev, nir, &inputs, blend_state, static_blend_constants);
|
| panvk_formats.c | 43 struct panfrost_device *pdev = &physical_device->pdev; local 46 const struct panfrost_format fmt = pdev->formats[pfmt];
|
| /xsrc/external/mit/xf86-input-mouse/dist/src/ |
| lnx_mouse.c | 68 const char **pdev; local 70 for (pdev = mouseDevs; *pdev; pdev++) { 71 SYSCALL (fd = open(*pdev, O_RDWR | O_NONBLOCK | O_EXCL)); 74 ErrorF("Cannot open %s (%s)\n", *pdev, strerror(errno)); 80 if (*pdev) { 84 xf86AddNewOption(pInfo->options, "Device", *pdev); 86 pInfo->name, *pdev); 89 return *pdev; [all...] |
| bsd_mouse.c | 278 const char **pdev, *dev = NULL; local 283 for (pdev = mouseDevs; *pdev; pdev++) { 284 SYSCALL (fd = open(*pdev, O_RDWR | O_NONBLOCK)); 287 ErrorF("Cannot open %s (%s)\n", *pdev, strerror(errno)); 295 if (!strcmp(*pdev, DEFAULT_MOUSE_DEV)) { 300 } else if (!strcmp(*pdev, DEFAULT_SYSMOUSE_DEV)) { 323 if (*pdev) 324 dev = *pdev; 364 const char **pdev; local [all...] |
| sun_mouse.c | 822 const char **pdev, **pproto; local 844 for (pdev = solarisMouseDevs; *pdev; pdev += 2) { 845 pproto = pdev + 1; 850 if ((*device != NULL) && (strcmp(*device, *pdev) != 0)) { 853 SYSCALL (fd = open(*pdev, O_RDWR | O_NONBLOCK)); 856 ErrorF("Cannot open %s (%s)\n", pdev, strerror(errno)); 872 *device = *pdev; 883 const char *pdev = NULL local 909 const char *pdev = NULL; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| tu_legacy.c | 17 tu_GetPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice pdev, 22 return tu_GetPhysicalDeviceQueueFamilyProperties2(pdev, count, NULL); 29 tu_GetPhysicalDeviceQueueFamilyProperties2(pdev, count, props2); 35 tu_GetPhysicalDeviceSparseImageFormatProperties(VkPhysicalDevice pdev, 54 return tu_GetPhysicalDeviceSparseImageFormatProperties2(pdev, &info, count, NULL); 61 tu_GetPhysicalDeviceSparseImageFormatProperties2(pdev, &info, count, props2);
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| darwinXinput.c | 132 DeviceIntPtr *pdev) 134 DEBUG_LOG("NewInputDeviceRequest(%p, %p)\n", options, pdev);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| darwinXinput.c | 143 DeviceIntPtr *pdev) 145 DEBUG_LOG("NewInputDeviceRequest(%p, %p)\n", options, pdev);
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| stubs.c | 129 DeviceIntPtr *pdev)
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xf86platformBus.c | 69 xf86_platform_devices[xf86_num_platform_devices].pdev = NULL; 127 if (plat->pdev) 128 if (MATCH_PCI_DEVICES(primaryBus.id.pci, plat->pdev)) 151 pd->pdev = info; 163 if (pd->pdev && u->bus.type == BUS_PCI && 164 MATCH_PCI_DEVICES(pd->pdev, u->bus.id.pci)) { 262 info = xf86_platform_devices[i].pdev; 340 if (!dev->pdev) 343 pci_device_probe(dev->pdev); 344 if (pci_device_is_boot_vga(dev->pdev)) { [all...] |
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| stubs.c | 141 DeviceIntPtr *pdev)
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/ |
| systemd-logind.c | 341 struct xf86_platform_device *pdev = NULL; local 401 pdev = xf86_find_platform_device_by_devnum(major, minor); 402 if (!pdev) 405 if (!pdev && !pInfo) { 415 if (pdev) 416 pdev->flags |= XF86_PDEV_PAUSED; 428 if (pdev) { 429 pdev->flags &= ~XF86_PDEV_PAUSED;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| dmxinput.c | 56 Bool LegalModifier(unsigned int key, DeviceIntPtr pDev) 111 DeviceIntPtr *pdev) 117 DeleteInputDeviceRequest(DeviceIntPtr pDev)
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| radeon_probe.c | 220 if (!dev->pdev) 231 if (!radeon_kernel_mode_enabled(pScrn, dev->pdev))
|
| /xsrc/external/mit/libdrm/dist/nouveau/ |
| nouveau.c | 371 nouveau_device_open_existing(struct nouveau_device **pdev, int close, int fd, 379 void *data, uint32_t size, struct nouveau_device **pdev) 399 dev = *pdev = &nvdev->base; 467 nouveau_device_del(pdev); 472 nouveau_device_wrap(int fd, int close, struct nouveau_device **pdev) 486 }, sizeof(struct nv_device_v0), pdev); 492 nvdev = nouveau_device(*pdev); 500 nouveau_device_open(const char *busid, struct nouveau_device **pdev) 504 ret = nouveau_device_wrap(fd, 1, pdev); 512 nouveau_device_del(struct nouveau_device **pdev) [all...] |