Searched refs:queueFamilyIndex (Results 1 - 25 of 152) sorted by relevance

1234567

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBase.cpp93 deUint32 queueFamilyIndex = 0u; local
98 queueFamilyIndex = findMatchingQueueFamilyIndex(queueFamilyProperties, queueRequirement.queueFlags, queueFamilyIndex);
100 if (queueFamilyIndex == NO_MATCH_FOUND)
103 const deUint32 queuesPerFamilyCount = deMin32(queueFamilyProperties[queueFamilyIndex].queueCount, queueRequirement.queueCount - queuesFoundCount);
105 selectedQueueFamilies[queueFamilyIndex].queueCount = deMax32(queuesPerFamilyCount, selectedQueueFamilies[queueFamilyIndex].queueCount);
110 queue.queueFamilyIndex = queueFamilyIndex;
118 ++queueFamilyIndex;
[all...]
H A DvktSparseResourcesBase.hpp43 deUint32 queueFamilyIndex; member in struct:vkt::sparse::Queue
H A DvktSparseResourcesBufferSparseBinding.cpp131 const deUint32 queueFamilyIndices[] = { sparseQueue.queueFamilyIndex, computeQueue.queueFamilyIndex };
133 if (sparseQueue.queueFamilyIndex != computeQueue.queueFamilyIndex)
195 const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQueue.queueFamilyIndex));
H A DvktSparseResourcesBufferMemoryAliasing.cpp191 const deUint32 queueFamilyIndices[] = { sparseQueue.queueFamilyIndex, computeQueue.queueFamilyIndex };
193 if (sparseQueue.queueFamilyIndex != computeQueue.queueFamilyIndex)
265 const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQueue.queueFamilyIndex));
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationBasicSemaphoreTests.cpp51 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
59 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex));
120 deUint32 queueFamilyIndex; member in struct:vkt::synchronization::__anon3959::Queues
168 if (NO_MATCH_FOUND == queues[FIRST].queueFamilyIndex)
169 queues[FIRST].queueFamilyIndex = queueNdx;
171 if (queues[FIRST].queueFamilyIndex != queueNdx || queueFamilyProperties[queueNdx].queueCount > 1u)
173 queues[SECOND].queueFamilyIndex = queueNdx;
178 if (queues[FIRST].queueFamilyIndex == NO_MATCH_FOUND || queues[SECOND].queueFamilyIndex == NO_MATCH_FOUND)
189 queueInfo.queueFamilyIndex
[all...]
H A DvktSynchronizationBasicEventTests.cpp85 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
86 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex));
136 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
144 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex));
189 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
197 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex));
241 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
250 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex));
309 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
317 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex));
[all...]
H A DvktSynchronizationBasicFenceTests.cpp48 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
49 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex));
106 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
107 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex));
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp83 inline void addQueueFamilyIndex (const deUint32& queueFamilyIndex, const deUint32& count) argument
91 m_queues[queueFamilyIndex] = temp;
136 void releaseQueue (const deUint32& queueFamilyIndex, const int& queueIndex) argument
139 m_queues[queueFamilyIndex].available[queueIndex] = true;
238 queueInfo.queueFamilyIndex = queues.getQueueFamilyIndex(queueFamilyIndexNdx);
260 for (deUint32 queueFamilyIndex = 0; queueFamilyIndex < queues.countQueueFamilyIndex(); ++queueFamilyIndex)
262 for (deUint32 queueReqNdx = 0; queueReqNdx < queues.getQueues(queueFamilyIndex).queues.size(); ++queueReqNdx)
264 vk.getDeviceQueue(queues.getDevice(), queues.getQueueFamilyIndex(queueFamilyIndex), queueReqNd
326 deUint32 queueFamilyIndex; local
400 deUint32 queueFamilyIndex; local
[all...]
H A DvktSynchronizationOperationSingleQueueTests.cpp80 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); local
81 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex));
135 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); local
136 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex));
190 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); local
198 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex));
278 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); local
279 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex));
/external/vulkan-validation-layers/loader/
H A Dwsi.h71 uint32_t queueFamilyIndex,
97 VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex);
107 VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex,
116 VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex,
128 VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex,
139 VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, Display *dpy,
H A Dwsi.c199 uint32_t queueFamilyIndex,
207 unwrapped_phys_dev, queueFamilyIndex, surface, pSupported);
214 VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex,
242 phys_dev->phys_dev, queueFamilyIndex,
247 phys_dev->phys_dev, queueFamilyIndex, surface, pSupported);
626 uint32_t queueFamilyIndex) {
632 unwrapped_phys_dev, queueFamilyIndex);
640 VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex) {
662 queueFamilyIndex);
754 uint32_t queueFamilyIndex,
198 vkGetPhysicalDeviceSurfaceSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32 *pSupported) argument
213 terminator_GetPhysicalDeviceSurfaceSupportKHR( VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32 *pSupported) argument
625 vkGetPhysicalDeviceWin32PresentationSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex) argument
639 terminator_GetPhysicalDeviceWin32PresentationSupportKHR( VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex) argument
753 vkGetPhysicalDeviceMirPresentationSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, MirConnection *connection) argument
768 terminator_GetPhysicalDeviceMirPresentationSupportKHR( VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, MirConnection *connection) argument
885 vkGetPhysicalDeviceWaylandPresentationSupportKHR( VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display *display) argument
900 terminator_GetPhysicalDeviceWaylandPresentationSupportKHR( VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display *display) argument
1016 vkGetPhysicalDeviceXcbPresentationSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, xcb_connection_t *connection, xcb_visualid_t visual_id) argument
1032 terminator_GetPhysicalDeviceXcbPresentationSupportKHR( VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, xcb_connection_t *connection, xcb_visualid_t visual_id) argument
1146 vkGetPhysicalDeviceXlibPresentationSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, Display *dpy, VisualID visualID) argument
1161 terminator_GetPhysicalDeviceXlibPresentationSupportKHR( VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, Display *dpy, VisualID visualID) argument
[all...]
/external/skia/tools/viewer/sk_app/unix/
H A DVulkanWindowContext_unix.cpp50 uint32_t queueFamilyIndex) {
64 queueFamilyIndex,
/external/skia/tools/viewer/sk_app/win/
H A DVulkanWindowContext_win.cpp48 uint32_t queueFamilyIndex) {
58 VkBool32 check = getPhysicalDeviceWin32PresentationSupportKHR(physDev, queueFamilyIndex);
/external/skia/include/gpu/vk/
H A DGrVkBackendContext.h51 uint32_t queueFamilyIndex)>;
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkInstanceDriverImpl.inl75 VkResult InstanceDriver::getPhysicalDeviceSurfaceSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported) const
77 return m_vk.getPhysicalDeviceSurfaceSupportKHR(physicalDevice, queueFamilyIndex, surface, pSupported);
135 VkBool32 InstanceDriver::getPhysicalDeviceXlibPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::XlibDisplayPtr dpy, pt::XlibVisualID visualID) const
137 return m_vk.getPhysicalDeviceXlibPresentationSupportKHR(physicalDevice, queueFamilyIndex, dpy, visualID);
145 VkBool32 InstanceDriver::getPhysicalDeviceXcbPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::XcbConnectionPtr connection, pt::XcbVisualid visual_id) const
147 return m_vk.getPhysicalDeviceXcbPresentationSupportKHR(physicalDevice, queueFamilyIndex, connection, visual_id);
155 VkBool32 InstanceDriver::getPhysicalDeviceWaylandPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::WaylandDisplayPtr display) const
157 return m_vk.getPhysicalDeviceWaylandPresentationSupportKHR(physicalDevice, queueFamilyIndex, display);
165 VkBool32 InstanceDriver::getPhysicalDeviceMirPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::MirConnectionPtr connection) const
167 return m_vk.getPhysicalDeviceMirPresentationSupportKHR(physicalDevice, queueFamilyIndex, connectio
[all...]
H A DvkConcreteInstanceInterface.inl18 virtual VkResult getPhysicalDeviceSurfaceSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported) const;
30 virtual VkBool32 getPhysicalDeviceXlibPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::XlibDisplayPtr dpy, pt::XlibVisualID visualID) const;
32 virtual VkBool32 getPhysicalDeviceXcbPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::XcbConnectionPtr connection, pt::XcbVisualid visual_id) const;
34 virtual VkBool32 getPhysicalDeviceWaylandPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::WaylandDisplayPtr display) const;
36 virtual VkBool32 getPhysicalDeviceMirPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::MirConnectionPtr connection) const;
39 virtual VkBool32 getPhysicalDeviceWin32PresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex) const;
H A DvkVirtualInstanceInterface.inl18 virtual VkResult getPhysicalDeviceSurfaceSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported) const = 0;
30 virtual VkBool32 getPhysicalDeviceXlibPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::XlibDisplayPtr dpy, pt::XlibVisualID visualID) const = 0;
32 virtual VkBool32 getPhysicalDeviceXcbPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::XcbConnectionPtr connection, pt::XcbVisualid visual_id) const = 0;
34 virtual VkBool32 getPhysicalDeviceWaylandPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::WaylandDisplayPtr display) const = 0;
36 virtual VkBool32 getPhysicalDeviceMirPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::MirConnectionPtr connection) const = 0;
39 virtual VkBool32 getPhysicalDeviceWin32PresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex) const = 0;
H A DvkWsiUtil.hpp82 deUint32 queueFamilyIndex,
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiSmokeTests.cpp335 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
357 &queueFamilyIndex, // pQueueFamilyIndices
374 &queueFamilyIndex, // pQueueFamilyIndices
396 &queueFamilyIndex, // pQueueFamilyIndices
710 queueFamilyIndex, // queueFamilyIndex
753 queueFamilyIndex, // srcQueueFamilyIndex
754 queueFamilyIndex, // dstQueueFamilyIndex
805 queueFamilyIndex, // srcQueueFamilyIndex
806 queueFamilyIndex, // dstQueueFamilyInde
947 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
[all...]
H A DvktApiCommandBuffersTests.cpp96 m_queueFamilyIndex // deUint32 queueFamilyIndex;
504 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
511 queueFamilyIndex, // queueFamilyIndex;
523 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
531 queueFamilyIndex, // queueFamilyIndex;
543 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
550 queueFamilyIndex, // queueFamilyIndex;
562 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
581 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
602 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
684 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
735 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
765 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
809 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
839 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
884 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
980 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
1086 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
1319 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
1408 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
1466 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
1566 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
1635 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
1738 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
1848 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
2027 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
2149 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
2394 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
2508 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
2658 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
2832 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
3016 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
3111 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
3207 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
3305 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
3411 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
3532 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
3692 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
3857 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
3979 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
4114 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
4289 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); local
[all...]
H A DvktApiDeviceInitializationTests.cpp361 const deUint32 queueFamilyIndex = 0; local
370 queueFamilyIndex, //queueFamilyIndex;
392 deviceDriver.getDeviceQueue(device.get(), queueFamilyIndex, queueIndex, &queue);
407 const deUint32 queueFamilyIndex = 0; local
416 queueFamilyIndex, //queueFamilyIndex;
452 deviceDriver.getDeviceQueue(devices[deviceNdx], queueFamilyIndex, queueIndex, &queue);
607 const deUint32 queueFamilyIndex = deviceCreateInfo.pQueueCreateInfos->queueFamilyIndex; local
653 const deUint32 queueFamilyIndex = 0; local
[all...]
H A DvktApiBufferTests.cpp70 SparseContext (Move<VkDevice>& device, const deUint32 queueFamilyIndex, const InstanceInterface& interface) argument
72 , m_queueFamilyIndex (queueFamilyIndex)
156 queueInfo.queueFamilyIndex = queueIndex;
215 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex(); local
237 &queueFamilyIndex, // const uint32_t* pQueueFamilyIndices;
319 vk.getDeviceQueue(vkDevice, queueFamilyIndex, 0, &queue);
H A DvktApiBufferViewCreateTests.cpp98 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); local
112 &queueFamilyIndex, // const deUint32* pQueueFamilyIndices;
/external/skia/tools/gpu/vk/
H A DVkTestContext.cpp25 uint32_t queueFamilyIndex)
34 createInfo.queueFamilyIndex = queueFamilyIndex;
24 VkFenceSync(sk_sp<const GrVkInterface> vk, VkDevice device, VkQueue queue, uint32_t queueFamilyIndex) argument
/external/vulkan-validation-layers/layers/
H A Dcore_validation.h173 uint32_t queueFamilyIndex; member in class:QUEUE_NODE
200 uint32_t queueFamilyIndex; member in struct:COMMAND_POOL_NODE

Completed in 422 milliseconds

1234567