Home
last modified time | relevance | path

Searched defs:pdev (Results 1 - 25 of 38) sorted by relevance

12

/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_image.c119 struct panfrost_device *pdev = &device->physical_device->pdev; in CreateImageView() local
190 struct panfrost_device *pdev = &device->physical_device->pdev; in CreateBufferView() local
H A Dpanvk_vX_meta_blit.c34 struct panfrost_device *pdev = &cmdbuf->device->physical_device->pdev; in panvk_meta_blit() local
H A Dpanvk_image.c103 const struct panfrost_device *pdev = &device->physical_device->pdev; in panvk_image_select_mod() local
H A Dpanvk_vX_shader.c95 panvk_lower_blend(struct panfrost_device *pdev, in panvk_lower_blend() argument
229 struct panfrost_device *pdev = &dev->physical_device->pdev; in shader_create() local
H A Dpanvk_vX_device.c47 const struct panfrost_device *pdev = &dev->physical_device->pdev; in panvk_queue_submit_batch() local
127 const struct panfrost_device *pdev = &queue->device->physical_device->pdev; in panvk_queue_transfer_sync() local
170 const struct panfrost_device *pdev = &queue->device->physical_device->pdev; panvk_signal_event_syncobjs() local
205 const struct panfrost_device *pdev = &queue->device->physical_device->pdev; queue_submit() local
[all...]
H A Dpanvk_formats.c43 struct panfrost_device *pdev = &physical_device->pdev; in get_format_properties() local
H A Dpanvk_vX_meta_clear.c35 panvk_meta_clear_color_attachment_shader(struct panfrost_device *pdev, in panvk_meta_clear_color_attachment_shader() argument
78 panvk_meta_clear_color_attachment_emit_rsd(struct panfrost_device *pdev, in panvk_meta_clear_color_attachment_emit_rsd() argument
127 panvk_meta_clear_zs_attachment_emit_rsd(struct panfrost_device *pdev, in panvk_meta_clear_zs_attachment_emit_rsd() argument
270 struct panfrost_device *pdev = &dev->pdev; in panvk_meta_clear_attachment() local
[all...]
H A Dpanvk_vX_cs.c71 const struct panfrost_device *pdev = &dev->physical_device->pdev; in panvk_varying_hw_format() local
274 const struct panfrost_device *pdev = &dev->physical_device->pdev; in panvk_emit_attrib() local
624 const struct panfrost_device *pdev = &dev->physical_device->pdev; in emit_blend() local
814 const struct panfrost_device *pdev in emit_tiler_context() local
[all...]
H A Dpanvk_vX_descriptor_set.c515 const struct panfrost_device *pdev = &dev->physical_device->pdev; in panvk_write_img_desc() local
554 const struct panfrost_device *pdev = &dev->physical_device->pdev; in panvk_write_img_buf_desc() local
H A Dpanvk_vX_pipeline.c204 struct panfrost_device *pdev = in panvk_pipeline_builder_alloc_static_state_bo() local
539 struct panfrost_device *pdev = &builder->device->physical_device->pdev; in panvk_pipeline_builder_parse_color_blend() local
H A Dpanvk_vX_cmd_buffer.c104 struct panfrost_device *pdev = &cmdbuf->device->physical_device->pdev; in cmd_close_batch() local
1331 const struct panfrost_device *pdev = in CmdDispatch() local
[all...]
/third_party/eudev/src/udev/
H A Dudev-builtin-keyboard.c154 struct udev_device *pdev; in set_trackpoint_sensitivity() local
H A Dudev-builtin-input_id.c316 struct udev_device *pdev; in builtin_input_id() local
90 get_cap_mask(struct udev_device *dev, struct udev_device *pdev, const char* attr, unsigned long *bitmask, size_t bitmask_size, bool test) get_cap_mask() argument
[all...]
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H A Dtusb.c349 struct pci_dev *pdev = in test_find_hcd() local
388 struct pci_dev *pdev in test_hcd_probe() local
434 struct pci_dev *pdev = NULL; test_hcd_remove() local
465 struct pci_dev *pdev = NULL; test_hcd_suspend() local
492 struct pci_dev *pdev = NULL; test_hcd_resume() local
[all...]
H A Dst_tusb.h60 struct pci_dev *pdev; /* pci is typical */ member
102 struct pci_dev *pdev; member
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
H A Dtagp.c579 struct pci_dev *pdev; // = (struct pci_dev *)kmalloc(sizeof(struct pci_dev), GFP_KERNEL); in test_pci_find_device() local
619 static int __init agp_test_probe(struct pci_dev *pdev, in agp_test_probe() argument
628 static void __devexit agp_test_remove(struct pci_dev *pdev) in agp_test_remove() argument
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_buffer.c160 struct vn_physical_device *pdev = dev->physical_device; in vn_buffer_get_max_buffer_size() local
/third_party/backends/backend/
H A Dsm3600.c455 TDevice *pdev; in sane_open() local
[all...]
H A Dkvs1025_low.c47 kv_free (KV_DEV ** pdev) in kv_free() argument
H A Dsnapscan-options.c1072 SnapScan_Device *pdev = pss->pdev; sane_control_option() local
[all...]
H A Dsm3600.h161 struct usb_device *pdev; member
H A Dsnapscan.c830 SnapScan_Device *pdev; in sane_get_devices() local
[all...]
/third_party/libdrm/nouveau/
H A Dnouveau.c371 nouveau_device_open_existing(struct nouveau_device **pdev, int close, int fd, in nouveau_device_open_existing() argument
472 nouveau_device_wrap(int fd, int close, struct nouveau_device **pdev) in nouveau_device_wrap() argument
500 nouveau_device_open(const char *busid, struct nouveau_device **pdev) in nouveau_device_open() argument
512 nouveau_device_del(struct nouveau_device **pdev) in nouveau_device_del() argument
378 nouveau_device_new(struct nouveau_object *parent, int32_t oclass, void *data, uint32_t size, struct nouveau_device **pdev) nouveau_device_new() argument
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_image.c74 struct dzn_physical_device *pdev = in dzn_image_create() local
599 const struct dzn_physical_device *pdev = in dzn_image_formats_are_compatible() local
738 struct dzn_physical_device *pdev = in dzn_GetImageMemoryRequirements2() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_formats.c1884 fill_sparse_image_format_properties(struct radv_physical_device *pdev, VkFormat format, in fill_sparse_image_format_properties() argument

Completed in 24 milliseconds

12