Home
last modified time | relevance | path

Searched refs:queueProps_ (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/graphic/graphicvulkannapitest/
H A DVulkanTest.cpp98 static inline std::vector<VkQueueFamilyProperties> queueProps_; member in vulkan::loader::VulkanLoaderUnitTest
195 decltype(queueProps_.size()) i = 0; in GetQueueFamilyIndex()
197 for (i = 0; i < queueProps_.size(); i++) { in GetQueueFamilyIndex()
198 if ((queueProps_[i].queueFlags & queueFlags) && in GetQueueFamilyIndex()
199 ((queueProps_[i].queueFlags & VK_QUEUE_GRAPHICS_BIT) == 0)) { in GetQueueFamilyIndex()
205 for (i = 0; i < queueProps_.size(); i++) { in GetQueueFamilyIndex()
206 if ((queueProps_[i].queueFlags & queueFlags) && in GetQueueFamilyIndex()
207 ((queueProps_[i].queueFlags & VK_QUEUE_GRAPHICS_BIT) == 0) && in GetQueueFamilyIndex()
208 ((queueProps_[i].queueFlags & VK_QUEUE_COMPUTE_BIT) == 0)) { in GetQueueFamilyIndex()
213 for (i = 0; i < queueProps_ in GetQueueFamilyIndex()
[all...]

Completed in 1 milliseconds