Home
last modified time | relevance | path

Searched defs:physicalDevices (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVk.cpp30 const auto physicalDevices = VK_EXPECT_RV(vk.instance().enumeratePhysicalDevices()); in PopulateVulkanAvailabilityImpl() local
DGraphicsDetectorVkExternalMemoryHost.cpp196 auto physicalDevices = VK_EXPECT_RV(vk.instance().enumeratePhysicalDevices()); in PopulateVulkanExternalMemoryHostQuirkImpl() local
DVulkan.cpp160 const auto physicalDevices = VK_EXPECT_RV(instance->enumeratePhysicalDevices()); in Load() local
/hardware/google/gfxstream/host/tests/
DSwapChainStateVk_unittest.cpp110 std::vector<VkPhysicalDevice> physicalDevices(physicalDeviceCount); in pickPhysicalDevice() local
DDisplayVk_unittest.cpp144 std::vector<VkPhysicalDevice> physicalDevices(physicalDeviceCount); in pickPhysicalDevice() local
DVulkan_unittest.cpp184 std::vector<VkPhysicalDevice> physicalDevices; in testDeviceCreation() local
DCompositorVk_unittest.cpp296 std::vector<VkPhysicalDevice> physicalDevices(physicalDeviceCount); in pickPhysicalDevice() local
/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h209 VkPhysicalDevice* physicalDevices) { in vkEnumeratePhysicalDevices()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp536 auto physicalDevices = VK_EXPECT_RV(instance->enumeratePhysicalDevices()); in SetUpTypicalVkTestEnvironment() local
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h722 std::vector<VkPhysicalDevice> physicalDevices; member
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp361 …VkPhysicalDevice *physicalDevices = (VkPhysicalDevice *) malloc(sizeof(VkPhysicalDevice) * physica… in instance_data_map_physical_devices() local
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_funcs.hpp97 std::vector<VULKAN_HPP_NAMESPACE::PhysicalDevice, PhysicalDeviceAllocator> physicalDevices; in enumeratePhysicalDevices() local
124 …std::vector<VULKAN_HPP_NAMESPACE::PhysicalDevice, PhysicalDeviceAllocator> physicalDevices( physic… in enumeratePhysicalDevices() local
Dvulkansc_raii.hpp1533 std::vector<VkPhysicalDevice> physicalDevices; in PhysicalDevices() local
Dvulkan_raii.hpp3165 std::vector<VkPhysicalDevice> physicalDevices; in PhysicalDevices() local
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp1083 VkPhysicalDevice* physicalDevices) { in on_vkEnumeratePhysicalDevices()
7831 VkPhysicalDevice* physicalDevices) { in on_vkEnumeratePhysicalDevices()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5195 VkPhysicalDevice physicalDevices[VK_MAX_DEVICE_GROUP_SIZE]; member