Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_wsi_stub.cpp18 VkResult gfxstream_vk_wsi_init(struct gfxstream_vk_physical_device* physical_device) { in gfxstream_vk_wsi_init()
22 void gfxstream_vk_wsi_finish(struct gfxstream_vk_physical_device* physical_device) {} in gfxstream_vk_wsi_finish()
Dgfxstream_vk_wsi.cpp25 VkResult gfxstream_vk_wsi_init(struct gfxstream_vk_physical_device* physical_device) { in gfxstream_vk_wsi_init()
44 void gfxstream_vk_wsi_finish(struct gfxstream_vk_physical_device* physical_device) { in gfxstream_vk_wsi_finish()
Dgfxstream_vk_device.cpp173 struct gfxstream_vk_physical_device* physical_device, struct gfxstream_vk_instance* instance, in gfxstream_vk_physical_device_init()
207 struct gfxstream_vk_physical_device* physical_device) { in gfxstream_vk_physical_device_finish()
213 static void gfxstream_vk_destroy_physical_device(struct vk_physical_device* physical_device) { in gfxstream_vk_destroy_physical_device()
/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
DEmulatedLogicalRequestState.cpp129 const auto& physical_device = physical_device_map_->find(current_physical_camera_); in InitializeLogicalResult() local
/hardware/google/gfxstream/guest/vulkan_enc/
Dgfxstream_vk_private.h79 struct gfxstream_vk_physical_device* physical_device; member
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_headless.c52 VkPhysicalDevice physical_device; member
515 VkPhysicalDevice physical_device) in wsi_headless_init_wsi()
Dwsi_common_win32.cpp55 VkPhysicalDevice physical_device; member
952 VkPhysicalDevice physical_device) in wsi_win32_init_wsi()
Dwsi_common_wayland.c128 VkPhysicalDevice physical_device; member
2417 VkPhysicalDevice physical_device) in wsi_wl_init_wsi()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_physical_device.c63 vk_physical_device_finish(struct vk_physical_device *physical_device) in vk_physical_device_finish()
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()
/hardware/google/gfxstream/common/detector/
DVulkan.cpp48 uint32_t GetMemoryType(const vkhpp::PhysicalDevice& physical_device, in GetMemoryType()
67 const vkhpp::PhysicalDevice& physical_device, in DoCreateBuffer()
DVulkan.h186 vkhpp::PhysicalDevice physical_device, in Vk()
/hardware/google/gfxstream/guest/mesa/src/vulkan/device-select-layer/
Ddevice_select_layer.c620 VkPhysicalDevice physical_device = physical_device_groups[i].physicalDevices[j]; in device_select_EnumeratePhysicalDeviceGroups() local
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp82 VkPhysicalDevice physical_device; member