/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_physical_device.c | 928 struct panvk_physical_device *physical_device = in panvk_DestroyDevice() local 936 format_is_supported(struct panvk_physical_device *physical_device, in format_is_supported() 960 get_format_properties(struct panvk_physical_device *physical_device, in get_format_properties() 1082 get_image_format_properties(struct panvk_physical_device *physical_device, in get_image_format_properties() 1241 const struct panvk_physical_device *physical_device, in panvk_get_external_image_format_properties()
|
H A D | panvk_wsi.c | 45 panvk_wsi_init(struct panvk_physical_device *physical_device) in panvk_wsi_init() 67 panvk_wsi_finish(struct panvk_physical_device *physical_device) in panvk_wsi_finish()
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/swapchain/ |
D | display.rs | 49 physical_device: Arc<PhysicalDevice>, field 156 pub fn physical_device(&self) -> &Arc<PhysicalDevice> { in physical_device() method 184 physical_device: Arc<PhysicalDevice>, field 258 pub fn physical_device(&self) -> &Arc<PhysicalDevice> { in physical_device() method
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_formats.c | 526 anv_get_image_format_features2(const struct anv_physical_device *physical_device, in anv_get_image_format_features2() 907 get_drm_format_modifier_properties_list(const struct anv_physical_device *physical_device, in get_drm_format_modifier_properties_list() 942 get_drm_format_modifier_properties_list_2(const struct anv_physical_device *physical_device, in get_drm_format_modifier_properties_list_2() 1167 const struct anv_physical_device *physical_device, in anv_formats_gather_format_features() 1280 struct anv_physical_device *physical_device, in anv_get_image_format_properties()
|
H A D | anv_wsi.c | 55 anv_init_wsi(struct anv_physical_device *physical_device) in anv_init_wsi() 85 anv_finish_wsi(struct anv_physical_device *physical_device) in anv_finish_wsi()
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/device/ |
D | mod.rs | 148 physical_device: Arc<PhysicalDevice>, field 465 pub fn physical_device(&self) -> &Arc<PhysicalDevice> { in physical_device() method 929 let physical_device = match instance.enumerate_physical_devices().unwrap().next() { in too_many_queues() localVariable 960 let physical_device = match instance.enumerate_physical_devices().unwrap().next() { in unsupported_features() localVariable 993 let physical_device = match instance.enumerate_physical_devices().unwrap().next() { in priority_out_of_range() localVariable
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_formats.cc | 108 struct tu_physical_device *physical_device, in tu_physical_device_get_format_properties() 351 struct tu_physical_device *physical_device, in tu_get_image_format_properties() 539 const struct tu_physical_device *physical_device, in tu_get_external_image_format_properties()
|
H A D | tu_wsi.cc | 36 tu_wsi_init(struct tu_physical_device *physical_device) in tu_wsi_init() 61 tu_wsi_finish(struct tu_physical_device *physical_device) in tu_wsi_finish()
|
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan/ |
H A D | gfxstream_vk_wsi_stub.cpp | 9 VkResult gfxstream_vk_wsi_init(struct gfxstream_vk_physical_device* physical_device) { in gfxstream_vk_wsi_init() 13 void gfxstream_vk_wsi_finish(struct gfxstream_vk_physical_device* physical_device) {} in gfxstream_vk_wsi_finish()
|
H A D | gfxstream_vk_wsi.cpp | 16 VkResult gfxstream_vk_wsi_init(struct gfxstream_vk_physical_device* physical_device) { in gfxstream_vk_wsi_init() 35 void gfxstream_vk_wsi_finish(struct gfxstream_vk_physical_device* physical_device) { in gfxstream_vk_wsi_finish()
|
H A D | gfxstream_vk_device.cpp | 196 struct gfxstream_vk_physical_device* physical_device, struct gfxstream_vk_instance* instance, in gfxstream_vk_physical_device_init() 230 struct gfxstream_vk_physical_device* physical_device) { in gfxstream_vk_physical_device_finish() 236 static void gfxstream_vk_destroy_physical_device(struct vk_physical_device* physical_device) { in gfxstream_vk_destroy_physical_device()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/ |
H A D | Adapter.cpp | 58 VkPhysicalDevice physical_device, in find_requested_device_extensions() 85 const PhysicalDevice& physical_device, in create_logical_device() 263 PhysicalDevice physical_device, in Adapter()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_wsi.c | 34 lvp_init_wsi(struct lvp_physical_device *physical_device) in lvp_init_wsi() 54 lvp_finish_wsi(struct lvp_physical_device *physical_device) in lvp_finish_wsi()
|
H A D | lvp_formats.c | 63 lvp_physical_device_get_format_properties(struct lvp_physical_device *physical_device, in lvp_physical_device_get_format_properties() 293 static VkResult lvp_get_image_format_properties(struct lvp_physical_device *physical_device, in lvp_get_image_format_properties()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_wsi.c | 42 anv_init_wsi(struct anv_physical_device *physical_device) in anv_init_wsi() 69 anv_finish_wsi(struct anv_physical_device *physical_device) in anv_finish_wsi()
|
H A D | anv_formats.c | 838 get_drm_format_modifier_properties_list(const struct anv_physical_device *physical_device, in get_drm_format_modifier_properties_list() 869 get_drm_format_modifier_properties_list_2(const struct anv_physical_device *physical_device, in get_drm_format_modifier_properties_list_2() 951 struct anv_physical_device *physical_device, in anv_get_image_format_properties()
|
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_wsi.c | 79 dzn_wsi_finish(struct dzn_physical_device *physical_device) in dzn_wsi_finish() 86 dzn_wsi_init(struct dzn_physical_device *physical_device) in dzn_wsi_init()
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_wsi.c | 93 v3dv_wsi_init(struct v3dv_physical_device *physical_device) in v3dv_wsi_init() 117 v3dv_wsi_finish(struct v3dv_physical_device *physical_device) in v3dv_wsi_finish()
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_format.c | 41 const struct hk_physical_device *physical_device, VkFormat vk_format, in get_drm_format_modifier_properties_list() 69 const struct hk_physical_device *physical_device, VkFormat vk_format, in get_drm_format_modifier_properties_list_2()
|
/aosp_15_r20/external/crosvm/gpu_display/src/vulkan/ |
H A D | post_worker.rs | 532 physical_device: Arc<PhysicalDevice>, field 585 let physical_device = physical_devices.find(|physical_device| { localVariable 596 let physical_device = if let Some(physical_device) = physical_device { localVariable
|
/aosp_15_r20/external/deqp-deps/amber/samples/ |
D | config_helper_vulkan.cc | 538 const VkPhysicalDevice& physical_device) { in GetAvailableDeviceExtensions() 584 uint32_t ChooseQueueFamilyIndex(const VkPhysicalDevice& physical_device) { in ChooseQueueFamilyIndex() 777 const VkPhysicalDevice physical_device, in CheckVulkanPhysicalDeviceRequirements()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/i915/ |
H A D | anv_device.c | 230 struct anv_physical_device *physical_device = device->physical; in anv_i915_set_queue_parameters() local 272 struct anv_physical_device *physical_device = device->physical; in anv_i915_device_setup_context() local
|
/aosp_15_r20/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedCameraProviderHWLImpl.cpp | 798 for (const auto& physical_device : camera_id_map_[logical_id]) { in Initialize() local 863 for (const auto& physical_device : one_map.second) { in NotifyPhysicalCameraUnavailable() local 932 for (const auto& physical_device : camera_id_map_[camera_id]) { in CreateCameraDeviceHwl() local
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/ |
H A D | Adapter.cpp | 21 const PhysicalDevice& physical_device, in create_logical_device() 140 PhysicalDevice physical_device, in Adapter()
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_device.c | 40 get_timeline_mode(struct vk_physical_device *physical_device) in get_timeline_mode() 90 struct vk_physical_device *physical_device, in vk_device_init()
|