/device/generic/vulkan-cereal/stream-servers/tests/ |
D | DisplayVk_unittest.cpp | 32 .queueFamilyIndex = m_compositorQueueFamilyIndex}; in SetUp() 126 for (uint32_t queueFamilyIndex = 0; queueFamilyIndex < queueFamilyCount; in pickPhysicalDevice() local 127 queueFamilyIndex++) { in pickPhysicalDevice() 130 queueFamilyIndex) && in pickPhysicalDevice() 132 k_height, {queueFamilyIndex})) { in pickPhysicalDevice() 133 maybeSwapChainQueueFamilyIndex = queueFamilyIndex; in pickPhysicalDevice() 136 CompositorVk::validateQueueFamilyProperties(queueProps[queueFamilyIndex])) { in pickPhysicalDevice() 137 maybeCompositorQueueFamilyIndex = queueFamilyIndex; in pickPhysicalDevice() 155 for (auto queueFamilyIndex : std::unordered_set<uint32_t>( in createLogicalDevice() local 158 .queueFamilyIndex = queueFamilyIndex, in createLogicalDevice()
|
D | SwapChainStateVk_unittest.cpp | 96 uint32_t queueFamilyIndex = 0; in pickPhysicalDevice() local 97 for (; queueFamilyIndex < queueFamilyCount; queueFamilyIndex++) { in pickPhysicalDevice() 99 *k_vk, device, m_vkSurface, queueFamilyIndex)) { in pickPhysicalDevice() 103 k_height, {queueFamilyIndex})) { in pickPhysicalDevice() 108 if (queueFamilyIndex == queueFamilyCount) { in pickPhysicalDevice() 112 m_swapChainQueueFamilyIndex = queueFamilyIndex; in pickPhysicalDevice() 123 .queueFamilyIndex = m_swapChainQueueFamilyIndex, in createLogicalDevice()
|
D | CompositorVk_unittest.cpp | 50 .queueFamilyIndex = m_compositorQueueFamilyIndex}; in SetUp() 182 uint32_t queueFamilyIndex = 0; in pickPhysicalDevice() local 183 for (; queueFamilyIndex < queueFamilyCount; queueFamilyIndex++) { in pickPhysicalDevice() 185 queueFamilyProperties[queueFamilyIndex])) { in pickPhysicalDevice() 189 if (queueFamilyIndex == queueFamilyCount) { in pickPhysicalDevice() 193 m_compositorQueueFamilyIndex = queueFamilyIndex; in pickPhysicalDevice() 203 .queueFamilyIndex = m_compositorQueueFamilyIndex, in createLogicalDevice()
|
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_KHR_performance_query/ |
D | querycreateinfo.txt | 14 * pname:queueFamilyIndex is the queue family index to create this 24 * [[VUID-VkQueryPoolPerformanceCreateInfoKHR-queueFamilyIndex-03236]] 25 pname:queueFamilyIndex must: be a valid queue family index of the device 33 for the queue family specified in pname:queueFamilyIndex 55 sname:VkQueryPoolPerformanceCreateInfoKHR::pname:queueFamilyIndex must: be a
|
/device/generic/vulkan-cereal/stream-servers/vulkan/ |
D | VkAndroidNativeBuffer.cpp | 447 queueFamilyIndex = queueFamilyIndexIn; in setup() 453 queueFamilyIndex, in setup() 504 queueFamilyIndex = 0; in teardown() 614 uint32_t queueFamilyIndex, in syncImageToColorBuffer() argument 630 anbInfo->lastUsedQueueFamilyIndex = queueFamilyIndex; in syncImageToColorBuffer() 633 if (queueFamilyIndex >= anbInfo->queueStates.size()) { in syncImageToColorBuffer() 634 anbInfo->queueStates.resize(queueFamilyIndex + 1); in syncImageToColorBuffer() 637 auto& queueState = anbInfo->queueStates[queueFamilyIndex]; in syncImageToColorBuffer() 641 vk, anbInfo->device, queue, queueFamilyIndex, queueLock); in syncImageToColorBuffer() 662 .srcQueueFamilyIndex = queueFamilyIndex, in syncImageToColorBuffer()
|
D | VkAndroidNativeBuffer.h | 97 uint32_t queueFamilyIndex = 0; member 102 uint32_t queueFamilyIndex, 178 uint32_t queueFamilyIndex,
|
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_KHR_win32_surface/ |
D | platformQuerySupport_win32.txt | 16 * pname:queueFamilyIndex is the queue family index. 22 * [[VUID-vkGetPhysicalDeviceWin32PresentationSupportKHR-queueFamilyIndex-01309]] 23 pname:queueFamilyIndex must: be less than
|
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_QNX_screen_surface/ |
D | platformQuerySupport_screen.txt | 16 * pname:queueFamilyIndex is the queue family index. 23 * [[VUID-vkGetPhysicalDeviceScreenPresentationSupportQNX-queueFamilyIndex-04743]] 24 pname:queueFamilyIndex must: be less than
|
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_KHR_wayland_surface/ |
D | platformQuerySupport_wayland.txt | 17 * pname:queueFamilyIndex is the queue family index. 25 * [[VUID-vkGetPhysicalDeviceWaylandPresentationSupportKHR-queueFamilyIndex-01306]] 26 pname:queueFamilyIndex must: be less than
|
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_EXT_directfb_surface/ |
D | platformQuerySupport_directfb.txt | 17 * pname:queueFamilyIndex is the queue family index. 24 * [[VUID-vkGetPhysicalDeviceDirectFBPresentationSupportEXT-queueFamilyIndex-04119]] 25 pname:queueFamilyIndex must: be less than
|
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_KHR_mir_surface/ |
D | platformQuerySupport_mir.txt | 18 * pname:queueFamilyIndex is the queue family index. 26 * [[VUID-vkGetPhysicalDeviceMirPresentationSupportKHR-queueFamilyIndex-01265]] 27 pname:queueFamilyIndex must: be less than
|
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_KHR_xlib_surface/ |
D | platformQuerySupport_xlib.txt | 16 * pname:queueFamilyIndex is the queue family index. 24 * [[VUID-vkGetPhysicalDeviceXlibPresentationSupportKHR-queueFamilyIndex-01315]] 25 pname:queueFamilyIndex must: be less than
|
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_KHR_xcb_surface/ |
D | platformQuerySupport_xcb.txt | 16 * pname:queueFamilyIndex is the queue family index. 25 * [[VUID-vkGetPhysicalDeviceXcbPresentationSupportKHR-queueFamilyIndex-01312]] 26 pname:queueFamilyIndex must: be less than
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
D | PersistentCommandPool.cpp | 25 angle::Result PersistentCommandPool::init(vk::Context *context, uint32_t queueFamilyIndex) in init() argument 33 commandPoolInfo.queueFamilyIndex = queueFamilyIndex; in init()
|
/device/generic/vulkan-cereal/protocols/vulkan/gen/include/vulkan/ |
D | vulkan_wayland.h | 35 …ndPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_di… 46 uint32_t queueFamilyIndex,
|
D | vulkan_screen.h | 35 …enPresentationSupportQNX)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct _scre… 46 uint32_t queueFamilyIndex,
|
D | vulkan_directfb.h | 35 …FBPresentationSupportEXT)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, IDirectFB* d… 46 uint32_t queueFamilyIndex,
|
/device/generic/vulkan-cereal/protocols/vulkan/include/vulkan/ |
D | vulkan_wayland.h | 46 …ndPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_di… 57 uint32_t queueFamilyIndex,
|
D | vulkan_mir.h | 46 …irPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, MirConnectio… 57 uint32_t queueFamilyIndex,
|
D | vulkan_xlib.h | 46 …ibPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, Display* dpy… 57 uint32_t queueFamilyIndex,
|
/device/generic/vulkan-cereal/include/vulkan/ |
D | vulkan_mir.h | 46 …irPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, MirConnectio… 57 uint32_t queueFamilyIndex,
|
D | vulkan_screen.h | 35 …enPresentationSupportQNX)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct _scre… 46 uint32_t queueFamilyIndex,
|
D | vulkan_wayland.h | 35 …ndPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_di… 46 uint32_t queueFamilyIndex,
|
D | vulkan_directfb.h | 35 …FBPresentationSupportEXT)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, IDirectFB* d… 46 uint32_t queueFamilyIndex,
|
D | vulkan_xlib.h | 35 …ibPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, Display* dpy… 46 uint32_t queueFamilyIndex,
|