Home
last modified time | relevance | path

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

/external/virglrenderer/src/venus/
Dvkr_instance.h21 struct vkr_physical_device **physical_devices; member
Dvkr_allocator.c57 VkPhysicalDevice physical_devices[VKR_ALLOCATOR_MAX_DEVICE_COUNT]; member
/external/vulkan-validation-layers/tests/layers/
Ddevice_profile_api.cpp115 …VkPhysicalDevice *physical_devices = (VkPhysicalDevice *)malloc(sizeof(physical_devices[0]) * phys… in CreateInstance() local
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_test_util.cc117 std::vector<string> physical_devices; in CreateGPUDevices() local
/external/mesa3d/src/vulkan/device-select-layer/
Ddevice_select_layer.c416 …VkPhysicalDevice *physical_devices = (VkPhysicalDevice*)calloc(sizeof(VkPhysicalDevice), physical… in device_select_EnumeratePhysicalDevices() local
/external/deqp-deps/amber/samples/
Dconfig_helper_vulkan.cc895 std::vector<VkPhysicalDevice> physical_devices; in ChooseVulkanPhysicalDevice() local
/external/mesa3d/src/freedreno/vulkan/
Dtu_private.h237 struct tu_physical_device physical_devices[TU_MAX_DRM_DEVICES]; member
/external/mesa3d/src/intel/vulkan/
Danv_private.h1166 struct list_head physical_devices; member
/external/mesa3d/src/amd/vulkan/
Dradv_private.h352 struct list_head physical_devices; member
/external/rust/crates/ash/src/vk/
Ddefinitions.rs17457 pub physical_devices: [PhysicalDevice; MAX_DEVICE_GROUP_SIZE], field
17500 pub fn physical_devices( in physical_devices() method
18491 pub fn physical_devices(mut self, physical_devices: &'a [PhysicalDevice]) -> Self { in physical_devices() method