/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceFeatureTest.inl | 15 const deUint32 queueFamilyIndex = 0; local 63 const deUint32 queueFamilyIndex = 0; local 110 const deUint32 queueFamilyIndex = 0; local 156 const deUint32 queueFamilyIndex = 0; local 201 const deUint32 queueFamilyIndex = 0; local 246 const deUint32 queueFamilyIndex = 0; local 291 const deUint32 queueFamilyIndex = 0; local 347 const deUint32 queueFamilyIndex = 0; local 438 const deUint32 queueFamilyIndex = 0; local 485 const deUint32 queueFamilyIndex = 0; local [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferAndImageAllocationUtil.cpp | 51 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestBuffer() local 85 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestBuffer() local 115 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestImage() local 159 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestImage() local
|
D | vktApiExternalMemoryTests.cpp | 199 …for (deUint32 queueFamilyIndex = 0; queueFamilyIndex < (deUint32)properties.size(); queueFamilyInd… in chooseQueueFamilyIndex() local 259 deUint32 queueFamilyIndex, in createTestDevice() 410 deUint32 queueFamilyIndex) in getQueue() 710 deUint32 queueFamilyIndex, in submitAtomicCalculationsAndGetSemaphoreNative() 846 deUint32 queueFamilyIndex, in submitAtomicCalculationsAndGetFenceNative() 1033 const deUint32 queueFamilyIndex (chooseQueueFamilyIndex(vki, physicalDevice, 0u)); in testSemaphoreWin32Create() local 1104 const deUint32 queueFamilyIndex (chooseQueueFamilyIndex(vki, physicalDevice, 0u)); in testSemaphoreImportTwice() local 1156 const deUint32 queueFamilyIndex (chooseQueueFamilyIndex(vki, physicalDevice, 0u)); in testSemaphoreImportReimport() local 1207 const deUint32 queueFamilyIndex (chooseQueueFamilyIndex(vki, physicalDevice, 0u)); in testSemaphoreSignalExportImportWait() local 1245 const deUint32 queueFamilyIndex (chooseQueueFamilyIndex(vki, physicalDevice, 0u)); in testSemaphoreExportSignalImportWait() local [all …]
|
D | vktApiCommandBuffersTests.cpp | 348 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolNullParamsTest() local 359 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolNonNullAllocatorTest() local 379 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolTransientBitTest() local 398 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolResetBitTest() local 417 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in resetPoolReleaseResourcesBitTest() local 438 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in resetPoolNoFlagsTest() local 482 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in resetPoolReuseTest() local 533 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in allocatePrimaryBufferTest() local 563 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in allocateManyPrimaryBuffersTest() local 607 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in allocateSecondaryBufferTest() local [all …]
|
D | vktApiDescriptorSetTests.cpp | 81 …deUint32 queueFamilyIndex = context.getUniversalQueueFamily… in descriptorSetLayoutLifetimeGraphicsTest() local 257 deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in descriptorSetLayoutLifetimeComputeTest() local 369 deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in descriptorSetLayoutBindingOrderingTest() local
|
D | vktApiDeviceInitializationTests.cpp | 617 const deUint32 queueFamilyIndex = 0; in createDeviceTest() local 667 const deUint32 queueFamilyIndex = 0; in createMultipleDevicesTest() local 869 const deUint32 queueFamilyIndex = deviceCreateInfo.pQueueCreateInfos->queueFamilyIndex; in createDeviceWithVariousQueueCountsTest() local 989 const deUint32 queueFamilyIndex = deviceCreateInfo.pQueueCreateInfos->queueFamilyIndex; in createDeviceWithGlobalPriorityTest() local 1208 const deUint32 queueFamilyIndex = 0; in createDeviceFeatures2Test() local 1267 …nst Feature features[], const StructType* supportedFeatures, const deUint32 queueFamilyIndex, cons… in checkFeatures() 1450 const deUint32 queueFamilyIndex = 0; in createDeviceWithUnsupportedFeaturesTest() local 1584 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createDeviceQueue2Test() local 1823 deUint32 queueFamilyIndex = 0; in createInstanceDeviceIntentionalAllocFail() local
|
/external/skia/src/gpu/ |
D | GrBackendSurfaceMutableStateImpl.h | 17 GrBackendSurfaceMutableStateImpl(VkImageLayout layout, uint32_t queueFamilyIndex) in GrBackendSurfaceMutableStateImpl() 42 void setQueueFamilyIndex(uint32_t queueFamilyIndex) { in setQueueFamilyIndex()
|
/external/skia/include/gpu/ |
D | GrBackendSurfaceMutableState.h | 32 GrBackendSurfaceMutableState(VkImageLayout layout, uint32_t queueFamilyIndex) in GrBackendSurfaceMutableState() 71 void setVulkanState(VkImageLayout layout, uint32_t queueFamilyIndex) { in setVulkanState()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_wsi_x11.c | 35 uint32_t queueFamilyIndex, in anv_GetPhysicalDeviceXcbPresentationSupportKHR() 49 uint32_t queueFamilyIndex, in anv_GetPhysicalDeviceXlibPresentationSupportKHR()
|
D | anv_wsi_wayland.c | 29 uint32_t queueFamilyIndex, in anv_GetPhysicalDeviceWaylandPresentationSupportKHR()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_wsi_x11.c | 38 uint32_t queueFamilyIndex, in v3dv_GetPhysicalDeviceXcbPresentationSupportKHR() 52 uint32_t queueFamilyIndex, in v3dv_GetPhysicalDeviceXlibPresentationSupportKHR()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_wsi_x11.c | 39 uint32_t queueFamilyIndex, in tu_GetPhysicalDeviceXcbPresentationSupportKHR() 53 uint32_t queueFamilyIndex, in tu_GetPhysicalDeviceXlibPresentationSupportKHR()
|
D | tu_wsi_wayland.c | 33 uint32_t queueFamilyIndex, in tu_GetPhysicalDeviceWaylandPresentationSupportKHR()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_wsi_x11.c | 39 uint32_t queueFamilyIndex, in radv_GetPhysicalDeviceXcbPresentationSupportKHR() 53 uint32_t queueFamilyIndex, in radv_GetPhysicalDeviceXlibPresentationSupportKHR()
|
D | radv_wsi_wayland.c | 31 uint32_t queueFamilyIndex, in radv_GetPhysicalDeviceWaylandPresentationSupportKHR()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_wsi_x11.c | 32 uint32_t queueFamilyIndex, in lvp_GetPhysicalDeviceXcbPresentationSupportKHR() 46 uint32_t queueFamilyIndex, in lvp_GetPhysicalDeviceXlibPresentationSupportKHR()
|
D | lvp_wsi_wayland.c | 31 uint32_t queueFamilyIndex, in lvp_GetPhysicalDeviceWaylandPresentationSupportKHR()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicFenceTests.cpp | 53 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in basicOneFenceCase() local 151 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in basicMultiFenceCase() local 253 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in basicMultiFenceWaitAllFalseCase() local
|
D | vktSynchronizationBasicEventTests.cpp | 93 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in deviceResetSetEventCase() local 166 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in singleSubmissionCase() local 210 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in multiSubmissionCase() local 274 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in secondaryCommandBufferCase() local
|
D | vktSynchronizationOperationSingleQueueTests.cpp | 88 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 173 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 257 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 404 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 533 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
|
/external/skia/include/private/ |
D | GrVkTypesPriv.h | 46 GrVkSharedImageInfo(VkImageLayout layout, uint32_t queueFamilyIndex) in GrVkSharedImageInfo() 66 void setQueueFamilyIndex(uint32_t queueFamilyIndex) { in setQueueFamilyIndex()
|
/external/swiftshader/tests/VulkanUnitTests/ |
D | Device.hpp | 156 uint32_t queueFamilyIndex; member in Device
|
/external/swiftshader/tests/VulkanWrapper/ |
D | VulkanTester.hpp | 43 const uint32_t queueFamilyIndex = 0; member in VulkanTester
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemUtils.cpp | 140 const deUint32 queueFamilyIndex, in makeProtectedMemDevice() 240 const deUint32 queueFamilyIndex, in getProtectedQueue() 614 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in clearImage() local 687 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in uploadImage() local 796 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in copyToProtectedImage() local
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | PersistentCommandPool.cpp | 27 uint32_t queueFamilyIndex) in init()
|