Home
last modified time | relevance | path

Searched refs:queueFamilyIndex (Results 1 – 25 of 96) sorted by relevance

1234

/hardware/google/gfxstream/host/tests/
DSwapChainStateVk_unittest.cpp120 uint32_t queueFamilyIndex = 0; in pickPhysicalDevice() local
121 for (; queueFamilyIndex < queueFamilyCount; queueFamilyIndex++) { in pickPhysicalDevice()
123 *k_vk, device, m_vkSurface, queueFamilyIndex)) { in pickPhysicalDevice()
127 k_height, {queueFamilyIndex})) { in pickPhysicalDevice()
132 if (queueFamilyIndex == queueFamilyCount) { in pickPhysicalDevice()
136 m_swapChainQueueFamilyIndex = queueFamilyIndex; in pickPhysicalDevice()
147 .queueFamilyIndex = m_swapChainQueueFamilyIndex, in createLogicalDevice()
DDisplayVk_unittest.cpp43 .queueFamilyIndex = m_compositorQueueFamilyIndex}; in SetUp()
157 for (uint32_t queueFamilyIndex = 0; queueFamilyIndex < queueFamilyCount; in pickPhysicalDevice() local
158 queueFamilyIndex++) { in pickPhysicalDevice()
161 queueFamilyIndex) && in pickPhysicalDevice()
163 k_height, {queueFamilyIndex})) { in pickPhysicalDevice()
164 maybeSwapChainQueueFamilyIndex = queueFamilyIndex; in pickPhysicalDevice()
167 CompositorVk::queueSupportsComposition(queueProps[queueFamilyIndex])) { in pickPhysicalDevice()
168 maybeCompositorQueueFamilyIndex = queueFamilyIndex; in pickPhysicalDevice()
186 for (auto queueFamilyIndex : std::unordered_set<uint32_t>( in createLogicalDevice() local
189 .queueFamilyIndex = queueFamilyIndex, in createLogicalDevice()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_win32_surface/
DplatformQuerySupport_win32.adoc16 * pname:queueFamilyIndex is the queue family index.
22 * [[VUID-vkGetPhysicalDeviceWin32PresentationSupportKHR-queueFamilyIndex-01309]]
23 pname:queueFamilyIndex must: be less than
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_wayland_surface/
DplatformQuerySupport_wayland.adoc16 * pname:queueFamilyIndex is the queue family index.
24 * [[VUID-vkGetPhysicalDeviceWaylandPresentationSupportKHR-queueFamilyIndex-01306]]
25 pname:queueFamilyIndex must: be less than
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_directfb_surface/
DplatformQuerySupport_directfb.adoc16 * pname:queueFamilyIndex is the queue family index.
23 * [[VUID-vkGetPhysicalDeviceDirectFBPresentationSupportEXT-queueFamilyIndex-04119]]
24 pname:queueFamilyIndex must: be less than
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_QNX_screen_surface/
DplatformQuerySupport_screen.adoc16 * pname:queueFamilyIndex is the queue family index.
23 * [[VUID-vkGetPhysicalDeviceScreenPresentationSupportQNX-queueFamilyIndex-04743]]
24 pname:queueFamilyIndex must: be less than
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_xlib_surface/
DplatformQuerySupport_xlib.adoc16 * pname:queueFamilyIndex is the queue family index.
24 * [[VUID-vkGetPhysicalDeviceXlibPresentationSupportKHR-queueFamilyIndex-01315]]
25 pname:queueFamilyIndex must: be less than
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_xcb_surface/
DplatformQuerySupport_xcb.adoc16 * pname:queueFamilyIndex is the queue family index.
25 * [[VUID-vkGetPhysicalDeviceXcbPresentationSupportKHR-queueFamilyIndex-01312]]
26 pname:queueFamilyIndex must: be less than
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_performance_query/
Dquerycreateinfo.adoc14 * 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
/hardware/google/gfxstream/host/vulkan/
DVkAndroidNativeBuffer.cpp454 queueFamilyIndex = queueFamilyIndexIn; in setup()
461 queueFamilyIndex, in setup()
497 queueFamilyIndex = 0; in teardown()
528 auto queueFamilyIndex = anbInfo->lastUsedQueueFamilyIndex; in setAndroidNativeImageSemaphoreSignaled() local
529 if (queueFamilyIndex >= anbInfo->queueStates.size()) { in setAndroidNativeImageSemaphoreSignaled()
530 anbInfo->queueStates.resize(queueFamilyIndex + 1); in setAndroidNativeImageSemaphoreSignaled()
533 anbInfo->queueStates[queueFamilyIndex]; in setAndroidNativeImageSemaphoreSignaled()
535 queueState.setup(vk, anbInfo->device, defaultQueue, queueFamilyIndex, defaultQueueLock); in setAndroidNativeImageSemaphoreSignaled()
619 VkResult syncImageToColorBuffer(VulkanDispatch* vk, uint32_t queueFamilyIndex, VkQueue queue, in syncImageToColorBuffer() argument
631 anbInfo->lastUsedQueueFamilyIndex = queueFamilyIndex; in syncImageToColorBuffer()
[all …]
DVkAndroidNativeBuffer.h97 uint32_t queueFamilyIndex = 0; member
98 void setup(VulkanDispatch* vk, VkDevice device, VkQueue queue, uint32_t queueFamilyIndex,
166 VkResult syncImageToColorBuffer(VulkanDispatch* vk, uint32_t queueFamilyIndex, VkQueue queue,
DCompositorVk.h125 uint32_t queueFamilyIndex, uint32_t maxFramesInFlight, in CompositorVkBase()
131 m_queueFamilyIndex(queueFamilyIndex), in CompositorVkBase()
150 VkQueue vkQueue, std::shared_ptr<android::base::Lock> queueLock, uint32_t queueFamilyIndex,
166 std::shared_ptr<android::base::Lock> queueLock, uint32_t queueFamilyIndex,
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_directfb.h36 …FBPresentationSupportEXT)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, IDirectFB* d…
47 uint32_t queueFamilyIndex,
Dvulkan_wayland.h36 …ndPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_di…
47 uint32_t queueFamilyIndex,
Dvulkan_xlib.h36 …ibPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, Display* dpy…
47 uint32_t queueFamilyIndex,
Dvulkan_xcb.h36 …cbPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, xcb_connecti…
47 uint32_t queueFamilyIndex,
Dvulkan_screen.h36 …enPresentationSupportQNX)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct _scre…
47 uint32_t queueFamilyIndex,
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_wayland.h36 …ndPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_di…
47 uint32_t queueFamilyIndex,
Dvulkan_directfb.h36 …FBPresentationSupportEXT)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, IDirectFB* d…
47 uint32_t queueFamilyIndex,
Dvulkan_xcb.h36 …cbPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, xcb_connecti…
47 uint32_t queueFamilyIndex,
Dvulkan_xlib.h36 …ibPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, Display* dpy…
47 uint32_t queueFamilyIndex,
Dvulkan_screen.h36 …enPresentationSupportQNX)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct _scre…
47 uint32_t queueFamilyIndex,
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp51 auto [instance, physicalDevice, device, queue, queueFamilyIndex] = in DoAcquireImageAndroidWithSync()
125 auto [instance, physicalDevice, device, queue, queueFamilyIndex] = in TEST_P()
130 auto [instance, physicalDevice, device, queue, queueFamilyIndex] = in TEST_P()
207 .queueFamilyIndex = queueFamilyIndex, in TEST_P()
254 auto [instance, physicalDevice, device, queue, queueFamilyIndex] = in TEST_P()
319 auto [instance, physicalDevice, device, queue, queueFamilyIndex] = in TEST_P()
391 auto [instance, physicalDevice, device, queue, queueFamilyIndex] = in TEST_P()
437 auto [instance, physicalDevice, device, queue, queueFamilyIndex] = in TEST_P()
448 auto [instance, physicalDevice, device, queue, queueFamilyIndex] = in TEST_P()
457 auto [instance, physicalDevice, device, queue, queueFamilyIndex] = in TEST_P()
[all …]
DGfxstreamEnd2EndTestUtils.cpp51 auto queueFamilyIndex = testEnvironment.queueFamilyIndex; in readImageData() local
81 .queueFamilyIndex = queueFamilyIndex, in readImageData()
DGfxstreamEnd2EndVkSnapshotImageTests.cpp35 auto [instance, physicalDevice, device, queue, queueFamilyIndex] = in TEST_P()
83 auto [instance, physicalDevice, device, queue, queueFamilyIndex] = in TEST_P()
100 .queueFamilyIndex = graphicsQueueFamilyIndex, in TEST_P()
163 auto [instance, physicalDevice, device, queue, queueFamilyIndex] = in TEST_P()
238 auto [instance, physicalDevice, device, queue, queueFamilyIndex] = in TEST_P()
283 auto [instance, physicalDevice, device, queue, queueFamilyIndex] = in TEST_P()
363 auto queueFamilyIndex = testEnvironment.queueFamilyIndex; in TEST_P() local
445 .queueFamilyIndex = queueFamilyIndex, in TEST_P()

1234