Home
last modified time | relevance | path

Searched refs:VulkanQueueFamilyToQueueCountMap (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/common/vulkan_wrapper/
H A Dvulkan_list_map.cpp75 VulkanQueueFamilyToQueueCountMap::VulkanQueueFamilyToQueueCountMap( in VulkanQueueFamilyToQueueCountMap() function in VulkanQueueFamilyToQueueCountMap
76 const VulkanQueueFamilyToQueueCountMap &queueFamilyToQueueCountMap) in VulkanQueueFamilyToQueueCountMap()
79 VulkanQueueFamilyToQueueCountMap::VulkanQueueFamilyToQueueCountMap( in VulkanQueueFamilyToQueueCountMap() function in VulkanQueueFamilyToQueueCountMap
98 VulkanQueueFamilyToQueueCountMap::~VulkanQueueFamilyToQueueCountMap() {} in ~VulkanQueueFamilyToQueueCountMap()
H A Dvulkan_list_map.hpp105 class VulkanQueueFamilyToQueueCountMap : public VulkanMap<uint32_t, uint32_t> { class
107 VulkanQueueFamilyToQueueCountMap(
108 const VulkanQueueFamilyToQueueCountMap &queueFamilyToQueueCountMap);
111 VulkanQueueFamilyToQueueCountMap(uint32_t numQueuesPerFamily = 0);
112 virtual ~VulkanQueueFamilyToQueueCountMap();
H A Dvulkan_utility.cpp209 const VulkanQueueFamilyToQueueCountMap &
212 static VulkanQueueFamilyToQueueCountMap queueFamilyToQueueCountMap(1); in getDefaultVulkanQueueFamilyToQueueCountMap()
H A Dvulkan_utility.hpp44 const VulkanQueueFamilyToQueueCountMap&
H A Dvulkan_wrapper_types.hpp56 class VulkanQueueFamilyToQueueCountMap;
H A Dvulkan_wrapper.hpp139 const VulkanQueueFamilyToQueueCountMap &queueFamilyToQueueCountMap =
H A Dvulkan_wrapper.cpp495 const VulkanQueueFamilyToQueueCountMap &queueFamilyToQueueCountMap) in VulkanDevice()