/aosp_15_r20/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedLogicalRequestState.cpp | 39 PhysicalDeviceMapPtr physical_devices) { in Initialize() 223 PhysicalDeviceMapPtr physical_devices) { in AdaptLogicalCharacteristics() 367 const PhysicalDeviceMap* physical_devices) { in GetZoomRatioPhysicalCameraInfo()
|
D | EmulatedCameraDeviceHWLImpl.cpp | 31 PhysicalDeviceMapPtr physical_devices, in Create() 58 PhysicalDeviceMapPtr physical_devices, in EmulatedCameraDeviceHwlImpl()
|
D | EmulatedCameraProviderHWLImpl.cpp | 797 auto physical_devices = std::make_unique<PhysicalDeviceMap>(); in Initialize() local 931 auto physical_devices = std::make_unique<PhysicalDeviceMap>(); in CreateCameraDeviceHwl() local
|
D | EmulatedCameraDeviceSessionHWLImpl.h | 196 PhysicalDeviceMapPtr physical_devices, in EmulatedCameraDeviceSessionHwlImpl()
|
D | EmulatedCameraDeviceSessionHWLImpl.cpp | 80 PhysicalDeviceMapPtr physical_devices, in Create()
|
D | EmulatedRequestProcessor.cpp | 552 PhysicalDeviceMapPtr physical_devices) { in Initialize()
|
/aosp_15_r20/external/virglrenderer/src/venus/ |
H A D | vkr_instance.h | 21 struct vkr_physical_device **physical_devices; member
|
H A D | vkr_allocator.c | 57 VkPhysicalDevice physical_devices[VKR_ALLOCATOR_MAX_DEVICE_COUNT]; member
|
/aosp_15_r20/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetector.proto | 72 repeated VulkanPhysicalDevice physical_devices = 2; field
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_instance.h | 169 } physical_devices; member
|
/aosp_15_r20/external/vulkan-validation-layers/tests/layers/ |
H A D | device_profile_api.cpp | 115 …VkPhysicalDevice *physical_devices = (VkPhysicalDevice *)malloc(sizeof(physical_devices[0]) * phys… in CreateInstance() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | collective_test_util.cc | 117 std::vector<string> physical_devices; in CreateGPUDevices() local
|
/aosp_15_r20/external/crosvm/gpu_display/src/vulkan/ |
H A D | post_worker.rs | 582 let mut physical_devices = instance localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/instance/ |
D | mod.rs | 631 let physical_devices: SmallVec<[_; 4]> = handles in enumerate_physical_devices() localVariable
|
/aosp_15_r20/external/deqp-deps/amber/samples/ |
D | config_helper_vulkan.cc | 926 std::vector<VkPhysicalDevice> physical_devices; in ChooseVulkanPhysicalDevice() local
|
/aosp_15_r20/external/mesa3d/src/vulkan/device-select-layer/ |
H A D | device_select_layer.c | 565 …VkPhysicalDevice *physical_devices = (VkPhysicalDevice*)calloc(sizeof(VkPhysicalDevice), physical… in device_select_EnumeratePhysicalDevices() local
|
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/ |
D | device_assignment.rs | 403 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 D | null_driver.cpp | 353 VkPhysicalDevice* physical_devices) { in EnumeratePhysicalDevices()
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | definitions.rs | 19451 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
|