Home
last modified time | relevance | path

Searched defs:VulkanQueueFamilyToQueueCountMap (Results 1 – 2 of 2) 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
79 VulkanQueueFamilyToQueueCountMap::VulkanQueueFamilyToQueueCountMap( in VulkanQueueFamilyToQueueCountMap() function in VulkanQueueFamilyToQueueCountMap
H A Dvulkan_list_map.hpp105 class VulkanQueueFamilyToQueueCountMap : public VulkanMap<uint32_t, uint32_t> { class