| /external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
| D | vkDeviceFeatureTest.inl | 16 const uint32_t queueFamilyIndex = 0; local 58 const uint32_t queueFamilyIndex = 0; local 102 const uint32_t queueFamilyIndex = 0; local 144 const uint32_t queueFamilyIndex = 0; local 187 const uint32_t queueFamilyIndex = 0; local 231 const uint32_t queueFamilyIndex = 0; local 273 const uint32_t queueFamilyIndex = 0; local 315 const uint32_t queueFamilyIndex = 0; local 360 const uint32_t queueFamilyIndex = 0; local 402 const uint32_t queueFamilyIndex = 0; local [all …]
|
| D | vkGetDeviceProcAddr.inl | 28 const uint32_t queueFamilyIndex = 0; local
|
| /external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
| D | vkDeviceFeatureTest.inl | 16 const uint32_t queueFamilyIndex = 0; local 59 const uint32_t queueFamilyIndex = 0; local 102 const uint32_t queueFamilyIndex = 0; local 147 const uint32_t queueFamilyIndex = 0; local 192 const uint32_t queueFamilyIndex = 0; local 236 const uint32_t queueFamilyIndex = 0; local 281 const uint32_t queueFamilyIndex = 0; local 323 const uint32_t queueFamilyIndex = 0; local 365 const uint32_t queueFamilyIndex = 0; local 407 const uint32_t queueFamilyIndex = 0; local [all …]
|
| D | vkGetDeviceProcAddr.inl | 28 const uint32_t queueFamilyIndex = 0; local
|
| /external/deqp/external/vulkancts/modules/vulkan/api/ |
| D | vktApiBufferAndImageAllocationUtil.cpp | 41 …location::createTestBuffer(const DeviceInterface &vk, VkDevice vkDevice, uint32_t queueFamilyIndex, in createTestBuffer() 65 … uint32_t queueFamilyIndex, VkDeviceSize size, VkBufferUsageFlags usage, in createTestBuffer() 99 const uint32_t queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestImage() local 139 const uint32_t queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestImage() local
|
| D | vktApiExternalMemoryTests.cpp | 164 …for (uint32_t queueFamilyIndex = 0; queueFamilyIndex < (uint32_t)properties.size(); queueFamilyInd… in chooseQueueFamilyIndex() local 223 uint32_t queueFamilyIndex, bool useDedicatedAllocs = false, in createTestDevice() 362 vk::VkQueue getQueue(const vk::DeviceInterface &vkd, vk::VkDevice device, uint32_t queueFamilyIndex) in getQueue() 594 … uint32_t queueFamilyIndex, vk::VkSemaphore semaphore, in submitAtomicCalculationsAndGetSemaphoreNative() 717 uint32_t queueFamilyIndex, vk::VkFence fence, in submitAtomicCalculationsAndGetFenceNative() 895 const uint32_t queueFamilyIndex(chooseQueueFamilyIndex(vki, physicalDevice, 0u)); in testSemaphoreWin32Create() local 960 const uint32_t queueFamilyIndex(chooseQueueFamilyIndex(vki, physicalDevice, 0u)); in testSemaphoreImportTwice() local 1020 const uint32_t queueFamilyIndex(chooseQueueFamilyIndex(vki, physicalDevice, 0u)); in testSemaphoreImportReimport() local 1078 const uint32_t queueFamilyIndex(chooseQueueFamilyIndex(vki, physicalDevice, 0u)); in testSemaphoreSignalExportImportWait() local 1123 const uint32_t queueFamilyIndex(chooseQueueFamilyIndex(vki, physicalDevice, 0u)); in testSemaphoreExportSignalImportWait() local [all …]
|
| D | vktApiCommandBuffersTests.cpp | 384 const uint32_t queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolNullParamsTest() local 396 const uint32_t queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolNonNullAllocatorTest() local 416 const uint32_t queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolTransientBitTest() local 434 const uint32_t queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolResetBitTest() local 453 const uint32_t queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in resetPoolReleaseResourcesBitTest() local 474 const uint32_t queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in resetPoolNoFlagsTest() local 515 const uint32_t queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in resetPoolReuseTest() local 568 const uint32_t queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in allocatePrimaryBufferTest() local 596 const uint32_t queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in allocateManyPrimaryBuffersTest() local 642 const uint32_t queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in allocateSecondaryBufferTest() local [all …]
|
| D | vktApiDeviceInitializationTests.cpp | 639 const uint32_t queueFamilyIndex = 0; in createDeviceTest() local 720 const uint32_t queueFamilyIndex = 0; in createMultipleDevicesTest() local 963 const uint32_t queueFamilyIndex = deviceCreateInfo.pQueueCreateInfos->queueFamilyIndex; in createDeviceWithVariousQueueCountsTest() local 1108 const uint32_t queueFamilyIndex = deviceCreateInfo.pQueueCreateInfos->queueFamilyIndex; in createDeviceWithGlobalPriorityTest() local 1331 const uint32_t queueFamilyIndex = 0; in createDeviceFeatures2Test() local 1411 … const StructType *supportedFeatures, const uint32_t queueFamilyIndex, const uint32_t queueCount, in checkFeatures() 1630 const uint32_t queueFamilyIndex = 0; in createDeviceWithUnsupportedFeaturesTest() local 1774 const uint32_t queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createDeviceQueue2Test() local 1972 … VkDeviceQueueCreateFlags flags, uint32_t queueFamilyIndex, uint32_t queueIndex) in getDeviceQueue2WithOptions() 2062 uint32_t queueFamilyIndex = MAX_DEUINT32; in createDeviceQueue2WithTwoQueuesSmokeTest() local [all …]
|
| D | vktApiImageCompressionControlTests.cpp | 301 uint32_t queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in ahbImageCreateTest() local 369 uint32_t queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in imageCreateTest() local 509 uint32_t queueFamilyIndex, bool validationEnabled, in createDeviceWithWsi() 563 const uint32_t queueFamilyIndex; member 645 uint32_t queueFamilyIndex = devHelper.queueFamilyIndex; in swapchainCreateTest() local
|
| D | vktApiDescriptorSetTests.cpp | 73 uint32_t queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in descriptorSetLayoutLifetimeGraphicsTest() local 231 uint32_t queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in descriptorSetLayoutLifetimeComputeTest() local 344 uint32_t queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in descriptorSetLayoutBindingOrderingTest() local
|
| /external/skia/src/gpu/vk/ |
| D | VulkanMutableTextureState.cpp | 21 VulkanMutableTextureState(VkImageLayout layout, uint32_t queueFamilyIndex) in VulkanMutableTextureState() 37 MutableTextureState MakeVulkan(VkImageLayout layout, uint32_t queueFamilyIndex) { in MakeVulkan() 88 void SetVkQueueFamilyIndex(MutableTextureState* state, uint32_t queueFamilyIndex) { in SetVkQueueFamilyIndex()
|
| /external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
| D | vktSynchronizationBasicEventTests.cpp | 101 const uint32_t queueFamilyIndex = getSyncQueueFamilyIndex(videoDevice, context); in deviceResetSetEventCase() local 174 const uint32_t queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in eventSetResetNoneStage() local 255 const uint32_t queueFamilyIndex = getSyncQueueFamilyIndex(videoDevice, context); in singleSubmissionCase() local 311 const uint32_t queueFamilyIndex = getSyncQueueFamilyIndex(videoDevice, context); in multiSubmissionCase() local 375 const uint32_t queueFamilyIndex = getSyncQueueFamilyIndex(videoDevice, context); in secondaryCommandBufferCase() local
|
| D | vktSynchronizationBasicFenceTests.cpp | 62 const uint32_t queueFamilyIndex = getSyncQueueFamilyIndex(videoDevice, context); in basicOneFenceCase() local 180 const uint32_t queueFamilyIndex = getSyncQueueFamilyIndex(videoDevice, context); in basicMultiFenceCase() local 275 const uint32_t queueFamilyIndex = getSyncQueueFamilyIndex(videoDevice, context); in basicMultiFenceWaitAllFalseCase() local
|
| D | vktSynchronizationOperationSingleQueueTests.cpp | 93 const uint32_t queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 182 const uint32_t queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 274 const uint32_t queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 414 const uint32_t queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 548 const uint32_t queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
|
| /external/swiftshader/tests/VulkanUnitTests/ |
| D | Device.hpp | 156 uint32_t queueFamilyIndex; member in Device
|
| /external/swiftshader/tests/VulkanWrapper/ |
| D | VulkanTester.hpp | 45 const uint32_t queueFamilyIndex = 0; member in VulkanTester
|
| /external/skia/tools/window/win/ |
| D | VulkanWindowContext_win.cpp | 54 uint32_t queueFamilyIndex) { in MakeVulkanForWin()
|
| D | GraphiteVulkanWindowContext_win.cpp | 51 uint32_t queueFamilyIndex) { in MakeGraphiteVulkanForWin()
|
| /external/skia/tools/window/unix/ |
| D | GraphiteVulkanWindowContext_unix.cpp | 52 uint32_t queueFamilyIndex) { in MakeGraphiteVulkanForXlib()
|
| D | VulkanWindowContext_unix.cpp | 53 uint32_t queueFamilyIndex) { in MakeVulkanForXlib()
|
| /external/angle/src/libANGLE/renderer/vulkan/ |
| D | PersistentCommandPool.cpp | 27 uint32_t queueFamilyIndex) in init()
|
| D | SecondaryCommandPool.cpp | 30 uint32_t queueFamilyIndex, in init()
|
| D | VulkanSecondaryCommandBuffer.cpp | 22 uint32_t queueFamilyIndex, in InitializeCommandPool()
|
| /external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
| D | vktProtectedMemUtils.cpp | 137 … const uint32_t queueFamilyIndex, const uint32_t apiVersion, in makeProtectedMemDevice() 281 …ProtectedQueue(const vk::DeviceInterface &vk, vk::VkDevice device, const uint32_t queueFamilyIndex, in getProtectedQueue() 607 const uint32_t queueFamilyIndex = ctx.getQueueFamilyIndex(); in clearImage() local 671 const uint32_t queueFamilyIndex = ctx.getQueueFamilyIndex(); in uploadImage() local 771 const uint32_t queueFamilyIndex = ctx.getQueueFamilyIndex(); in copyToProtectedImage() local
|
| /external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
| D | vktSSBOCornerCase.cpp | 134 const uint32_t queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createBuffer() local 173 const uint32_t queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
|