Home
last modified time | relevance | path

Searched defs:queueFamilyIndex (Results 1 – 25 of 160) sorted by relevance

1234567

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp486 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolNullParamsTest() local
497 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolNonNullAllocatorTest() local
517 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolTransientBitTest() local
536 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolResetBitTest() local
555 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in resetPoolReleaseResourcesBitTest() local
576 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in resetPoolNoFlagsTest() local
646 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in resetPoolReuseTest() local
697 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in allocatePrimaryBufferTest() local
727 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in allocateManyPrimaryBuffersTest() local
771 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in allocateSecondaryBufferTest() local
[all …]
DvktApiExternalMemoryTests.cpp192 …for (deUint32 queueFamilyIndex = 0; queueFamilyIndex < (deUint32)properties.size(); queueFamilyInd… in chooseQueueFamilyIndex() local
251 deUint32 queueFamilyIndex, in createDevice()
360 deUint32 queueFamilyIndex) in getQueue()
544 deUint32 queueFamilyIndex, in submitDummySignalAndGetSemaphoreNative()
656 deUint32 queueFamilyIndex, in submitDummySignalAndGetFenceNative()
773 const deUint32 queueFamilyIndex (chooseQueueFamilyIndex(vki, physicalDevice, 0u)); in testSemaphoreWin32Create() local
844 const deUint32 queueFamilyIndex (chooseQueueFamilyIndex(vki, physicalDevice, 0u)); in testSemaphoreImportTwice() local
891 const deUint32 queueFamilyIndex (chooseQueueFamilyIndex(vki, physicalDevice, 0u)); in testSemaphoreImportReimport() local
937 const deUint32 queueFamilyIndex (chooseQueueFamilyIndex(vki, physicalDevice, 0u)); in testSemaphoreSignalExportImportWait() local
971 const deUint32 queueFamilyIndex (chooseQueueFamilyIndex(vki, physicalDevice, 0u)); in testSemaphoreExportSignalImportWait() local
[all …]
DvktApiBufferAndImageAllocationUtil.cpp51 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestBuffer() local
89 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestBuffer() local
118 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestImage() local
164 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestImage() local
DvktApiDeviceInitializationTests.cpp392 const deUint32 queueFamilyIndex = 0; in createDeviceTest() local
437 const deUint32 queueFamilyIndex = 0; in createMultipleDevicesTest() local
635 const deUint32 queueFamilyIndex = deviceCreateInfo.pQueueCreateInfos->queueFamilyIndex; in createDeviceWithVariousQueueCountsTest() local
685 const deUint32 queueFamilyIndex = 0; in createDeviceFeatures2Test() local
747 const deUint32 queueFamilyIndex = 0; in createDeviceWithUnsupportedFeaturesTest() local
DvktApiBufferViewCreateTests.cpp138 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestBuffer() local
208 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestBuffer() local
DvktApiGranularityTests.cpp162 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in initImages() local
242 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in initRenderPass() local
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicEventTests.cpp85 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in deviceResetSetEventCase() local
130 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in deviceWaitForEventCase() local
177 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in singleSubmissionCase() local
217 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in multiSubmissionCase() local
277 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in secondaryCommandBufferCase() local
DvktSynchronizationBasicFenceTests.cpp48 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in basicOneFenceCase() local
106 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in basicMultiFenceCase() local
DvktSynchronizationBasicSemaphoreTests.cpp51 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in basicOneQueueCase() local
108 deUint32 queueFamilyIndex; in basicMultiQueueCase() member
DvktSynchronizationOperationSingleQueueTests.cpp81 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
136 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
191 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
273 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
DvktSynchronizationInternallySynchronizedObjectsTests.cpp83 inline void addQueueFamilyIndex (const deUint32& queueFamilyIndex, const deUint32& count) in addQueueFamilyIndex()
136 void releaseQueue (const deUint32& queueFamilyIndex, const int& queueIndex) in releaseQueue()
260 …for (deUint32 queueFamilyIndex = 0; queueFamilyIndex < queues.countQueueFamilyIndex(); ++queueFami… in createQueues() local
326 deUint32 queueFamilyIndex; in executeComputePipeline() local
400 deUint32 queueFamilyIndex; in executeGraphicPipeline() local
/external/mesa3d/src/intel/vulkan/
Danv_wsi_x11.c35 uint32_t queueFamilyIndex, in anv_GetPhysicalDeviceXcbPresentationSupportKHR()
49 uint32_t queueFamilyIndex, in anv_GetPhysicalDeviceXlibPresentationSupportKHR()
Danv_wsi_wayland.c35 uint32_t queueFamilyIndex, in anv_GetPhysicalDeviceWaylandPresentationSupportKHR()
/external/mesa3d/src/amd/vulkan/
Dradv_wsi_x11.c39 uint32_t queueFamilyIndex, in radv_GetPhysicalDeviceXcbPresentationSupportKHR()
53 uint32_t queueFamilyIndex, in radv_GetPhysicalDeviceXlibPresentationSupportKHR()
Dradv_wsi_wayland.c34 uint32_t queueFamilyIndex, in radv_GetPhysicalDeviceWaylandPresentationSupportKHR()
/external/vulkan-validation-layers/loader/
Dwsi.c178uint32_t queueFamilyIndex, VkSurfaceKHR surface, in vkGetPhysicalDeviceSurfaceSupportKHR()
190uint32_t queueFamilyIndex, VkSurfaceKHR surface, in terminator_GetPhysicalDeviceSurfaceSupportKHR()
543uint32_t queueFamilyIndex) { in vkGetPhysicalDeviceWin32PresentationSupportKHR()
554uint32_t queueFamilyIndex) { in terminator_GetPhysicalDeviceWin32PresentationSupportKHR()
655uint32_t queueFamilyIndex, in vkGetPhysicalDeviceMirPresentationSupportKHR()
667uint32_t queueFamilyIndex, in terminator_GetPhysicalDeviceMirPresentationSupportKHR()
768uint32_t queueFamilyIndex, in vkGetPhysicalDeviceWaylandPresentationSupportKHR()
780uint32_t queueFamilyIndex, in terminator_GetPhysicalDeviceWaylandPresentationSupportKHR()
883uint32_t queueFamilyIndex, in vkGetPhysicalDeviceXcbPresentationSupportKHR()
896uint32_t queueFamilyIndex, in terminator_GetPhysicalDeviceXcbPresentationSupportKHR()
[all …]
/external/vulkan-validation-layers/layers/
Dcore_validation_types.h72 uint32_t queueFamilyIndex; member
/external/skqp/tools/sk_app/win/
DVulkanWindowContext_win.cpp56 uint32_t queueFamilyIndex) { in NewVulkanForWin()
/external/skia/tools/sk_app/win/
DVulkanWindowContext_win.cpp56 uint32_t queueFamilyIndex) { in NewVulkanForWin()
/external/skqp/tools/sk_app/unix/
DVulkanWindowContext_unix.cpp57 uint32_t queueFamilyIndex) { in NewVulkanForXlib()
/external/skia/tools/sk_app/unix/
DVulkanWindowContext_unix.cpp57 uint32_t queueFamilyIndex) { in NewVulkanForXlib()
/external/deqp/external/vulkancts/framework/vulkan/
DvkInstanceDriverImpl.inl180 …ysicalDeviceSurfaceSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, VkSurfa…
245 …iceXlibPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::Xli…
255 …viceXcbPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::Xcb…
265 …WaylandPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::Way…
275 …viceMirPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::Mir…
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp1009 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in executeTest() local
1159 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in executeTest() local
1230 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in executeTest() local
1394 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in executeTest() local
1526 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in executeTest() local
1597 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in executeTest() local
1760 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in executeTest() local
1858 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in executeTest() local
1932 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in executeTest() local
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemShaderImageAccessTests.cpp510 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in uploadImage() local
618 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in copyToProtectedImage() local
723 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in clearImage() local
809 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in executeComputeTest() local
996 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in executeFragmentTest() local
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp195 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
366 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
539 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
704 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
914 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
1205 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
1406 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
1608 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
1794 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
2004 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
[all …]

1234567