Home
last modified time | relevance | path

Searched defs:physical_devices (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedLogicalRequestState.cpp39 PhysicalDeviceMapPtr physical_devices) { in Initialize()
223 PhysicalDeviceMapPtr physical_devices) { in AdaptLogicalCharacteristics()
367 const PhysicalDeviceMap* physical_devices) { in GetZoomRatioPhysicalCameraInfo()
DEmulatedCameraDeviceHWLImpl.cpp31 PhysicalDeviceMapPtr physical_devices, in Create()
58 PhysicalDeviceMapPtr physical_devices, in EmulatedCameraDeviceHwlImpl()
DEmulatedCameraProviderHWLImpl.cpp797 auto physical_devices = std::make_unique<PhysicalDeviceMap>(); in Initialize() local
931 auto physical_devices = std::make_unique<PhysicalDeviceMap>(); in CreateCameraDeviceHwl() local
DEmulatedCameraDeviceSessionHWLImpl.h196 PhysicalDeviceMapPtr physical_devices, in EmulatedCameraDeviceSessionHwlImpl()
DEmulatedCameraDeviceSessionHWLImpl.cpp80 PhysicalDeviceMapPtr physical_devices, in Create()
DEmulatedRequestProcessor.cpp552 PhysicalDeviceMapPtr physical_devices) { in Initialize()
/aosp_15_r20/external/virglrenderer/src/venus/
H A Dvkr_instance.h21 struct vkr_physical_device **physical_devices; member
H A Dvkr_allocator.c57 VkPhysicalDevice physical_devices[VKR_ALLOCATOR_MAX_DEVICE_COUNT]; member
/aosp_15_r20/hardware/google/gfxstream/common/detector/
DGraphicsDetector.proto72 repeated VulkanPhysicalDevice physical_devices = 2; field
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_instance.h169 } physical_devices; member
/aosp_15_r20/external/vulkan-validation-layers/tests/layers/
H A Ddevice_profile_api.cpp115 …VkPhysicalDevice *physical_devices = (VkPhysicalDevice *)malloc(sizeof(physical_devices[0]) * phys… in CreateInstance() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dcollective_test_util.cc117 std::vector<string> physical_devices; in CreateGPUDevices() local
/aosp_15_r20/external/crosvm/gpu_display/src/vulkan/
H A Dpost_worker.rs582 let mut physical_devices = instance localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/instance/
Dmod.rs631 let physical_devices: SmallVec<[_; 4]> = handles in enumerate_physical_devices() localVariable
/aosp_15_r20/external/deqp-deps/amber/samples/
Dconfig_helper_vulkan.cc926 std::vector<VkPhysicalDevice> physical_devices; in ChooseVulkanPhysicalDevice() local
/aosp_15_r20/external/mesa3d/src/vulkan/device-select-layer/
H A Ddevice_select_layer.c565 …VkPhysicalDevice *physical_devices = (VkPhysicalDevice*)calloc(sizeof(VkPhysicalDevice), physical… in device_select_EnumeratePhysicalDevices() local
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/
Ddevice_assignment.rs403 let mut physical_devices = BTreeMap::new(); in parse_physical_devices_with_iommus() localVariable
1016 let physical_devices = vm_dtbo.parse_physical_devices()?; in internal_parse() localVariable
/aosp_15_r20/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp353 VkPhysicalDevice* physical_devices) { in EnumeratePhysicalDevices()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs19451 pub physical_devices: [PhysicalDevice; MAX_DEVICE_GROUP_SIZE], field
19500 pub fn physical_devices( in physical_devices() method
20601 pub fn physical_devices(mut self, physical_devices: &'a [PhysicalDevice]) -> Self { in physical_devices() method