Searched refs:tu_physical_device (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_wsi.c35 TU_FROM_HANDLE(tu_physical_device, pdevice, physicalDevice);
40 tu_wsi_init(struct tu_physical_device *physical_device)
60 tu_wsi_finish(struct tu_physical_device *physical_device)
76 struct tu_physical_device *pdevice = device->physical_device;
H A Dtu_formats.c166 struct tu_physical_device *physical_device,
295 TU_FROM_HANDLE(tu_physical_device, physical_device, physicalDevice);
326 struct tu_physical_device *physical_device,
484 const struct tu_physical_device *physical_device,
547 TU_FROM_HANDLE(tu_physical_device, physical_device, physicalDevice);
H A Dtu_private.h193 struct tu_physical_device struct
249 struct tu_physical_device physical_devices[TU_MAX_DRM_DEVICES];
255 tu_wsi_init(struct tu_physical_device *physical_device);
257 tu_wsi_finish(struct tu_physical_device *physical_device);
262 tu_physical_device_api_version(struct tu_physical_device *dev);
264 tu_physical_device_extension_supported(struct tu_physical_device *dev,
374 struct tu_physical_device *physical_device;
1709 tu_physical_device_init(struct tu_physical_device *device,
1715 tu_drm_get_timestamp(struct tu_physical_device *device,
1771 VK_DEFINE_HANDLE_CASTS(tu_physical_device, v
[all...]
H A Dtu_device.c113 get_device_extensions(const struct tu_physical_device *device,
203 tu_physical_device_init(struct tu_physical_device *device,
293 tu_physical_device_finish(struct tu_physical_device *device)
468 tu_get_physical_device_features_1_1(struct tu_physical_device *pdevice,
486 tu_get_physical_device_features_1_2(struct tu_physical_device *pdevice,
544 TU_FROM_HANDLE(tu_physical_device, pdevice, physicalDevice);
759 tu_get_physical_device_properties_1_1(struct tu_physical_device *pdevice,
802 tu_get_physical_device_properties_1_2(struct tu_physical_device *pdevice,
887 TU_FROM_HANDLE(tu_physical_device, pdevice, physicalDevice);
1155 tu_get_budget_memory(struct tu_physical_device *physical_devic
[all...]
H A Dtu_drm.c126 tu_drm_get_param(const struct tu_physical_device *dev,
149 tu_drm_get_gpu_id(const struct tu_physical_device *dev, uint32_t *id)
161 tu_drm_get_gmem_size(const struct tu_physical_device *dev, uint32_t *size)
173 tu_drm_get_gmem_base(const struct tu_physical_device *dev, uint64_t *base)
179 tu_drm_get_timestamp(struct tu_physical_device *device, uint64_t *ts)
396 tu_drm_device_init(struct tu_physical_device *device,
H A Dtu_kgsl.c212 struct tu_physical_device *device = &instance->physical_devices[0];
667 tu_drm_get_timestamp(struct tu_physical_device *device, uint64_t *ts)
H A Dtu_android.c327 struct tu_physical_device *phys_dev = device->physical_device;
H A Dtu_query.c1420 TU_FROM_HANDLE(tu_physical_device, phydev, physicalDevice);
1469 TU_FROM_HANDLE(tu_physical_device, phydev, physicalDevice);
H A Dtu_pass.c478 const struct tu_physical_device *phys_dev)
H A Dtu_cmd_buffer.c174 struct tu_physical_device *phys_dev = cmd_buffer->device->physical_device;
414 struct tu_physical_device *phys_dev = cmd->device->physical_device;
752 const struct tu_physical_device *phys_dev = dev->physical_device;
954 struct tu_physical_device *phys_dev = cmd->device->physical_device;
1243 struct tu_physical_device *phys_dev = cmd->device->physical_device;
H A Dtu_clear_blit.c2846 struct tu_physical_device *phys_dev = cmd->device->physical_device;
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_wsi.c38 tu_wsi_init(struct tu_physical_device *physical_device)
47 tu_wsi_finish(struct tu_physical_device *physical_device)
70 TU_FROM_HANDLE(tu_physical_device, device, physicalDevice);
82 TU_FROM_HANDLE(tu_physical_device, device, physicalDevice);
94 TU_FROM_HANDLE(tu_physical_device, device, physicalDevice);
106 TU_FROM_HANDLE(tu_physical_device, device, physicalDevice);
118 TU_FROM_HANDLE(tu_physical_device, device, physicalDevice);
131 TU_FROM_HANDLE(tu_physical_device, device, physicalDevice);
144 TU_FROM_HANDLE(tu_physical_device, device, physicalDevice);
220 struct tu_physical_device *pdevic
[all...]
H A Dtu_wsi_wayland.c36 TU_FROM_HANDLE(tu_physical_device, physical_device, physicalDevice);
H A Dtu_drm.c36 tu_drm_get_param(const struct tu_physical_device *dev,
59 tu_drm_get_gpu_id(const struct tu_physical_device *dev, uint32_t *id)
71 tu_drm_get_gmem_size(const struct tu_physical_device *dev, uint32_t *size)
H A Dtu_private.h290 struct tu_physical_device struct
335 struct tu_physical_device physical_devices[TU_MAX_DRM_DEVICES];
345 tu_wsi_init(struct tu_physical_device *physical_device);
347 tu_wsi_finish(struct tu_physical_device *physical_device);
352 tu_physical_device_api_version(struct tu_physical_device *dev);
354 tu_physical_device_extension_supported(struct tu_physical_device *dev,
460 struct tu_physical_device *physical_device;
1471 tu_drm_get_gpu_id(const struct tu_physical_device *dev, uint32_t *id);
1474 tu_drm_get_gmem_size(const struct tu_physical_device *dev, uint32_t *size);
1529 TU_DEFINE_HANDLE_CASTS(tu_physical_device, VkPhysicalDevic
[all...]
H A Dtu_formats.c609 struct tu_physical_device *physical_device,
652 TU_FROM_HANDLE(tu_physical_device, physical_device, physicalDevice);
664 TU_FROM_HANDLE(tu_physical_device, physical_device, physicalDevice);
672 struct tu_physical_device *physical_device,
798 TU_FROM_HANDLE(tu_physical_device, physical_device, physicalDevice);
816 const struct tu_physical_device *physical_device,
876 TU_FROM_HANDLE(tu_physical_device, physical_device, physicalDevice);
H A Dtu_android.c214 struct tu_physical_device *phys_dev = device->physical_device;
H A Dtu_device.c171 tu_physical_device_init(struct tu_physical_device *device,
310 tu_physical_device_finish(struct tu_physical_device *device)
702 TU_FROM_HANDLE(tu_physical_device, pdevice, physicalDevice);
845 TU_FROM_HANDLE(tu_physical_device, pdevice, physicalDevice);
1019 TU_FROM_HANDLE(tu_physical_device, physical_device, physicalDevice);
1335 TU_FROM_HANDLE(tu_physical_device, device, physicalDevice);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst1035 - turnip: Add magic register values to tu_physical_device
H A D20.3.0.rst2992 - turnip: delete tu_physical_device path field

Completed in 42 milliseconds