Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/unittest/
H A Dvulkan_loader_unit_test.cpp104 static inline uint32_t queueCount_; member in vulkan::loader::VulkanLoaderUnitTest
476 vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice_, &queueCount_, NULL);
477 EXPECT_GT(queueCount_, 0);
479 queueProps_.resize(queueCount_);
480 vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice_, &queueCount_, queueProps_.data());
577 std::vector<VkBool32> supportsPresent(queueCount_);
578 for (uint32_t i = 0; i < queueCount_; i++) {