Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/vulkan/vulkan_interop_common/
Dvulkan_list_map.cpp76 VulkanQueueFamilyToQueueCountMap::VulkanQueueFamilyToQueueCountMap( in VulkanQueueFamilyToQueueCountMap() function in VulkanQueueFamilyToQueueCountMap
77 const VulkanQueueFamilyToQueueCountMap &queueFamilyToQueueCountMap) in VulkanQueueFamilyToQueueCountMap()
80 VulkanQueueFamilyToQueueCountMap::VulkanQueueFamilyToQueueCountMap( in VulkanQueueFamilyToQueueCountMap() function in VulkanQueueFamilyToQueueCountMap
99 VulkanQueueFamilyToQueueCountMap::~VulkanQueueFamilyToQueueCountMap() {} in ~VulkanQueueFamilyToQueueCountMap()
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();
Dvulkan_utility.hpp43 const VulkanQueueFamilyToQueueCountMap&
Dvulkan_utility.cpp208 const VulkanQueueFamilyToQueueCountMap &
211 static VulkanQueueFamilyToQueueCountMap queueFamilyToQueueCountMap(1); in getDefaultVulkanQueueFamilyToQueueCountMap()
Dvulkan_wrapper_types.hpp56 class VulkanQueueFamilyToQueueCountMap;
Dvulkan_wrapper.hpp138 const VulkanQueueFamilyToQueueCountMap &queueFamilyToQueueCountMap =
Dvulkan_wrapper.cpp493 const VulkanQueueFamilyToQueueCountMap &queueFamilyToQueueCountMap) in VulkanDevice()