Searched refs:pdev (Results 1 - 25 of 57) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_sync.c37 const struct panfrost_device *pdev = &device->physical_device->pdev; local in function:sync_create
43 int ret = drmIoctl(pdev->fd, DRM_IOCTL_SYNCOBJ_CREATE, &create);
56 const struct panfrost_device *pdev = &device->physical_device->pdev; local in function:sync_set_temporary
60 drmIoctl(pdev->fd, DRM_IOCTL_SYNCOBJ_DESTROY, &destroy);
69 const struct panfrost_device *pdev = &device->physical_device->pdev; local in function:sync_destroy
76 drmIoctl(pdev->fd, DRM_IOCTL_SYNCOBJ_DESTROY, &destroy);
83 const struct panfrost_device *pdev local in function:sync_import
138 const struct panfrost_device *pdev = &device->physical_device->pdev; local in function:sync_export
271 const struct panfrost_device *pdev = &device->physical_device->pdev; local in function:drm_syncobj_wait
343 const struct panfrost_device *pdev = &device->physical_device->pdev; local in function:panvk_ResetFences
387 const struct panfrost_device *pdev = &device->physical_device->pdev; local in function:panvk_signal_syncobjs
410 const struct panfrost_device *pdev = &device->physical_device->pdev; local in function:panvk_syncobj_to_fd
[all...]
H A Dpanvk_vX_device.c45 const struct panfrost_device *pdev = &dev->physical_device->pdev; local in function:panvk_queue_submit_batch
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 in function:panvk_queue_transfer_sync
171 const struct panfrost_device *pdev = &queue->device->physical_device->pdev; local in function:panvk_signal_event_syncobjs
208 const struct panfrost_device *pdev = &queue->device->physical_device->pdev; local in function:panvk_per_arch
[all...]
H A Dpanvk_vX_meta.c54 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,
H A Dpanvk_vX_meta_blit.c34 struct panfrost_device *pdev = &cmdbuf->device->physical_device->pdev; local in function:panvk_meta_blit
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);
H A Dpanvk_device.c210 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
920 const struct panfrost_device *pdev = &device->physical_device->pdev; local in function:panvk_queue_init
1073 const struct panfrost_device *pdev = &queue->device->physical_device->pdev; local in function:panvk_QueueWaitIdle
1413 const struct panfrost_device *pdev = &device->physical_device->pdev; local in function:panvk_CreateEvent
1441 const struct panfrost_device *pdev = &device->physical_device->pdev; local in function:panvk_DestroyEvent
1457 const struct panfrost_device *pdev = &device->physical_device->pdev; local in function:panvk_GetEventStatus
1486 const struct panfrost_device *pdev = &device->physical_device->pdev; local in function:panvk_SetEvent
1510 const struct panfrost_device *pdev = &device->physical_device->pdev; local in function:panvk_ResetEvent
[all...]
H A Dpanvk_vX_image.c135 struct panfrost_device *pdev = &device->physical_device->pdev; local in function:panvk_per_arch
145 view->bo = panfrost_bo_create(pdev, bo_size, 0, "Texture descriptor");
155 GENX(panfrost_new_texture)(pdev, &view->pview, tex_desc, &surf_descs);
H A Dpanvk_image.c73 const struct panfrost_device *pdev = &device->physical_device->pdev; local in function:panvk_image_create
96 pan_image_layout_init(pdev, &image->pimage.layout, modifier,
127 const struct panfrost_device *pdev = &device->physical_device->pdev; local in function:panvk_image_select_mod
186 if (!pdev->has_afbc)
190 if (!panfrost_format_supports_afbc(pdev, fmt))
196 if (pCreateInfo->imageType == VK_IMAGE_TYPE_3D && pdev->arch < 7)
H A Dpanvk_vX_meta_copy.c33 panvk_meta_copy_img_emit_texture(struct panfrost_device *pdev, argument
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, argument
241 panvk_meta_copy_to_img_emit_rsd(struct panfrost_device *pdev, argument
311 panfrost_format_to_bifrost_blend(pdev, fmt, false);
333 panvk_meta_copy_emit_ubo(struct panfrost_device *pdev, argument
348 panvk_meta_copy_emit_push_constants(struct panfrost_device *pdev, argument
369 panvk_meta_copy_to_buf_emit_rsd(struct panfrost_device *pdev, argument
391 panvk_meta_copy_img2img_shader(struct panfrost_device *pdev, argument
663 struct panfrost_device *pdev = &cmdbuf->device->physical_device->pdev; local in function:panvk_meta_copy_img2img
965 panvk_meta_copy_buf2img_shader(struct panfrost_device * pdev,struct pan_pool * bin_pool,struct panvk_meta_copy_format_info key,struct pan_shader_info * shader_info) argument
1131 struct panfrost_device *pdev = &cmdbuf->device->physical_device->pdev; local in function:panvk_meta_copy_buf2img
1365 panvk_meta_copy_img2buf_shader(struct panfrost_device * pdev,struct pan_pool * bin_pool,struct panvk_meta_copy_format_info key,unsigned texdim,unsigned texisarray,struct pan_shader_info * shader_info) argument
1598 struct panfrost_device *pdev = &cmdbuf->device->physical_device->pdev; local in function:panvk_meta_copy_img2buf
1773 panvk_meta_copy_buf2buf_shader(struct panfrost_device * pdev,struct pan_pool * bin_pool,unsigned blksz,struct pan_shader_info * shader_info) argument
1852 struct panfrost_device *pdev = &cmdbuf->device->physical_device->pdev; local in function:panvk_meta_copy_buf2buf
1930 panvk_meta_fill_buf_shader(struct panfrost_device * pdev,struct pan_pool * bin_pool,struct pan_shader_info * shader_info) argument
1982 panvk_meta_fill_buf_emit_rsd(struct panfrost_device * pdev,struct pan_pool * bin_pool,struct pan_pool * desc_pool,struct panfrost_ubo_push * pushmap) argument
2019 struct panfrost_device *pdev = &cmdbuf->device->physical_device->pdev; local in function:panvk_meta_fill_buf
2083 struct panfrost_device *pdev = &cmdbuf->device->physical_device->pdev; local in function:panvk_meta_update_buf
[all...]
H A Dpanvk_vX_meta_clear.c35 panvk_meta_clear_color_attachment_shader(struct panfrost_device *pdev, argument
63 .gpu_id = pdev->gpu_id,
86 panvk_meta_clear_zs_attachment_shader(struct panfrost_device *pdev, argument
130 .gpu_id = pdev->gpu_id,
153 panvk_meta_clear_attachments_emit_rsd(struct panfrost_device *pdev, argument
245 panfrost_format_to_bifrost_blend(pdev, format, false);
259 panvk_meta_clear_attachment_emit_push_constants(struct panfrost_device *pdev, argument
280 panvk_meta_clear_attachment_emit_ubo(struct panfrost_device *pdev, argument
396 struct panfrost_device *pdev = &dev->pdev; local in function:panvk_meta_clear_attachment
[all...]
H A Dpanvk_vX_cs.c106 const struct panfrost_device *pdev = &dev->physical_device->pdev; local in function:panvk_varying_hw_format
129 return pdev->formats[varyings->varying[loc].format].hw;
314 const struct panfrost_device *pdev = &dev->physical_device->pdev; local in function:panvk_emit_attrib
320 cfg.format = pdev->formats[attribs->attrib[idx].format].hw;
619 const struct panfrost_device *pdev = &dev->physical_device->pdev; local in function:panvk_per_arch
647 panfrost_format_to_bifrost_blend(pdev, rts->format, dithered);
830 const struct panfrost_device *pdev
[all...]
H A Dpanvk_vX_shader.c312 panvk_lower_blend(struct panfrost_device *pdev, argument
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 in function:panvk_per_arch
470 .gpu_id = pdev->gpu_id,
510 panvk_lower_blend(pdev, nir, &inputs, blend_state, static_blend_constants);
H A Dpanvk_formats.c43 struct panfrost_device *pdev = &physical_device->pdev; local in function:get_format_properties
46 const struct panfrost_format fmt = pdev->formats[pfmt];
/xsrc/external/mit/xf86-input-mouse/dist/src/
H A Dlnx_mouse.c68 const char **pdev; local in function:FindDevice
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...]
H A Dbsd_mouse.c278 const char **pdev, *dev = NULL; local in function:FindDevice
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 in function:FindDevice
[all...]
H A Dsun_mouse.c822 const char **pdev, **pproto; local in function:solarisMouseAutoProbe
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 local in function:SetupAuto
909 const char *pdev = NULL; local in function:FindDevice
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_legacy.c17 tu_GetPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice pdev, argument
22 return tu_GetPhysicalDeviceQueueFamilyProperties2(pdev, count, NULL);
29 tu_GetPhysicalDeviceQueueFamilyProperties2(pdev, count, props2);
35 tu_GetPhysicalDeviceSparseImageFormatProperties(VkPhysicalDevice pdev, argument
54 return tu_GetPhysicalDeviceSparseImageFormatProperties2(pdev, &info, count, NULL);
61 tu_GetPhysicalDeviceSparseImageFormatProperties2(pdev, &info, count, props2);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DdarwinXinput.c132 DeviceIntPtr *pdev)
134 DEBUG_LOG("NewInputDeviceRequest(%p, %p)\n", options, pdev);
131 NewInputDeviceRequest(InputOption * options,InputAttributes * attrs,DeviceIntPtr * pdev) argument
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DdarwinXinput.c143 DeviceIntPtr *pdev)
145 DEBUG_LOG("NewInputDeviceRequest(%p, %p)\n", options, pdev);
142 NewInputDeviceRequest(InputOption * options,InputAttributes * attrs,DeviceIntPtr * pdev) argument
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86platformBus.c69 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/
H A Dstubs.c141 DeviceIntPtr *pdev)
140 NewInputDeviceRequest(InputOption * options,InputAttributes * attrs,DeviceIntPtr * pdev) argument
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dstubs.c129 DeviceIntPtr *pdev)
128 NewInputDeviceRequest(InputOption * options,InputAttributes * attrs,DeviceIntPtr * pdev) argument
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
H A Dsystemd-logind.c341 struct xf86_platform_device *pdev = NULL; local in function:message_filter
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/
H A Ddmxinput.c111 DeviceIntPtr *pdev)
110 NewInputDeviceRequest(InputOption * options,InputAttributes * attrs,DeviceIntPtr * pdev) argument
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_probe.c220 if (!dev->pdev)
231 if (!radeon_kernel_mode_enabled(pScrn, dev->pdev))
/xsrc/external/mit/libdrm/dist/nouveau/
H A Dnouveau.c371 nouveau_device_open_existing(struct nouveau_device **pdev, int close, int fd, argument
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) argument
486 }, sizeof(struct nv_device_v0), pdev);
492 nvdev = nouveau_device(*pdev);
500 nouveau_device_open(const char *busid, struct nouveau_device **pdev) argument
504 ret = nouveau_device_wrap(fd, 1, pdev);
512 nouveau_device_del(struct nouveau_device **pdev) argument
378 nouveau_device_new(struct nouveau_object * parent,int32_t oclass,void * data,uint32_t size,struct nouveau_device ** pdev) argument
[all...]

Completed in 21 milliseconds

123