Home
last modified time | relevance | path

Searched defs:physical_device (Results 1 – 25 of 95) sorted by relevance

1234

/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_physical_device.c928 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 Dpanvk_wsi.c45 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/
Ddisplay.rs49 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 Danv_formats.c526 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 Danv_wsi.c55 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/
Dmod.rs148 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 Dtu_formats.cc108 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 Dtu_wsi.cc36 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 Dgfxstream_vk_wsi_stub.cpp9 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 Dgfxstream_vk_wsi.cpp16 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 Dgfxstream_vk_device.cpp196 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 DAdapter.cpp58 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 Dlvp_wsi.c34 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 Dlvp_formats.c63 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 Danv_wsi.c42 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 Danv_formats.c838 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 Ddzn_wsi.c79 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 Dv3dv_wsi.c93 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 Dhk_format.c41 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 Dpost_worker.rs532 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/
Dconfig_helper_vulkan.cc538 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 Danv_device.c230 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/
DEmulatedCameraProviderHWLImpl.cpp798 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 DAdapter.cpp21 const PhysicalDevice& physical_device, in create_logical_device()
140 PhysicalDevice physical_device, in Adapter()
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_device.c40 get_timeline_mode(struct vk_physical_device *physical_device) in get_timeline_mode()
90 struct vk_physical_device *physical_device, in vk_device_init()

1234