Home
last modified time | relevance | path

Searched refs:dzn_physical_device (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_wsi.c30 VK_FROM_HANDLE(dzn_physical_device, pdevice, physicalDevice); in dzn_wsi_proc_addr()
35 dzn_wsi_finish(struct dzn_physical_device *physical_device) in dzn_wsi_finish()
42 dzn_wsi_init(struct dzn_physical_device *physical_device) in dzn_wsi_init()
Ddzn_device.c92 dzn_physical_device_get_extensions(struct dzn_physical_device *pdev) in dzn_physical_device_get_extensions()
137 dzn_physical_device_destroy(struct dzn_physical_device *pdev) in dzn_physical_device_destroy()
165 list_for_each_entry_safe(struct dzn_physical_device, pdev, in dzn_instance_destroy()
264 dzn_physical_device_init_uuids(struct dzn_physical_device *pdev) in dzn_physical_device_init_uuids()
313 struct dzn_physical_device *pdev = in dzn_physical_device_create()
369 dzn_physical_device_cache_caps(struct dzn_physical_device *pdev) in dzn_physical_device_cache_caps()
452 dzn_physical_device_init_memory(struct dzn_physical_device *pdev) in dzn_physical_device_init_memory()
520 dzn_physical_device_get_heap_flags_for_mem_type(const struct dzn_physical_device *pdev, in dzn_physical_device_get_heap_flags_for_mem_type()
527 dzn_physical_device_get_mem_type_mask_for_resource(const struct dzn_physical_device *pdev, in dzn_physical_device_get_mem_type_mask_for_resource()
570 dzn_physical_device_get_d3d12_dev(struct dzn_physical_device *pdev) in dzn_physical_device_get_d3d12_dev()
[all …]
Ddzn_private.h179 struct dzn_physical_device { struct
215 dzn_physical_device_get_format_support(struct dzn_physical_device *pdev, argument
219 dzn_physical_device_get_mem_type_mask_for_resource(const struct dzn_physical_device *pdev,
1018 VkResult dzn_wsi_init(struct dzn_physical_device *physical_device);
1019 void dzn_wsi_finish(struct dzn_physical_device *physical_device);
1105 VK_DEFINE_HANDLE_CASTS(dzn_physical_device, vk.base, VkPhysicalDevice, VK_OBJECT_TYPE_PHYSICAL_DEVI…
Ddzn_image.c74 struct dzn_physical_device *pdev = in dzn_image_create()
75 container_of(device->vk.physical, struct dzn_physical_device, vk); in dzn_image_create()
599 const struct dzn_physical_device *pdev = in dzn_image_formats_are_compatible()
600 container_of(device->vk.physical, struct dzn_physical_device, vk); in dzn_image_formats_are_compatible()
738 struct dzn_physical_device *pdev = in dzn_GetImageMemoryRequirements2()
739 container_of(device->vk.physical, struct dzn_physical_device, vk); in dzn_GetImageMemoryRequirements2()
Ddzn_cmd_buffer.c349 struct dzn_physical_device *pdev = in dzn_cmd_buffer_create()
350 container_of(device->vk.physical, struct dzn_physical_device, vk); in dzn_cmd_buffer_create()
440 const struct dzn_physical_device *pdev = in dzn_cmd_buffer_reset()
441 container_of(device->vk.physical, struct dzn_physical_device, vk); in dzn_cmd_buffer_reset()
4488 struct dzn_physical_device *pdev = in dzn_CmdSetDepthBounds()
4489 container_of(device->vk.physical, struct dzn_physical_device, vk); in dzn_CmdSetDepthBounds()