/third_party/skia/src/gpu/ |
D | GrBackendSurfaceMutableStateImpl.h | 21 : fState(sharedInfo.getImageLayout(), sharedInfo.getQueueFamilyIndex()) {} in GrBackendSurfaceMutableStateImpl() 37 uint32_t getQueueFamilyIndex() const { in getQueueFamilyIndex() function 39 return fState.fVkState.getQueueFamilyIndex(); in getQueueFamilyIndex()
|
/third_party/skia/include/gpu/ |
D | GrBackendSurfaceMutableState.h | 53 uint32_t getQueueFamilyIndex() const { in getQueueFamilyIndex() function 57 return fVkState.getQueueFamilyIndex(); in getQueueFamilyIndex()
|
/third_party/skia/tests/ |
D | BackendSurfaceMutableStateTest.cpp | 123 REPORTER_ASSERT(reporter, previousState.getQueueFamilyIndex() == initQueue); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 136 REPORTER_ASSERT(reporter, previousState.getQueueFamilyIndex() == gpu->queueIndex()); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 154 REPORTER_ASSERT(reporter, previousState.getQueueFamilyIndex() == gpu->queueIndex()); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 170 REPORTER_ASSERT(reporter, previousState.getQueueFamilyIndex() == VK_QUEUE_FAMILY_EXTERNAL); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
|
/third_party/skia/include/private/ |
D | GrVkTypesPriv.h | 52 fQueueFamilyIndex = that.getQueueFamilyIndex(); 71 uint32_t getQueueFamilyIndex() const { in getQueueFamilyIndex() function
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | VulkanTester.hpp | 33 uint32_t getQueueFamilyIndex() const { return queueFamilyIndex; } in getQueueFamilyIndex() function in VulkanTester
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | SemaphoreVk.cpp | 74 uint32_t rendererQueueFamilyIndex = contextVk->getRenderer()->getQueueFamilyIndex(); in wait() 129 uint32_t rendererQueueFamilyIndex = renderer->getQueueFamilyIndex(); in signal()
|
D | DeviceVk.cpp | 66 intptr_t index = static_cast<intptr_t>(renderer->getQueueFamilyIndex()); in getAttribute()
|
D | MemoryObjectVk.cpp | 257 renderer->getQueueFamilyIndex(), flags)); in createImage()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkTypesPriv.cpp | 24 newInfo.fCurrentQueueFamily = mutableState->getQueueFamilyIndex(); in snapImageInfo()
|
D | GrVkImage.h | 146 uint32_t currentQueueFamilyIndex() const { return fMutableState->getQueueFamilyIndex(); } in currentQueueFamilyIndex()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemContext.hpp | 61 deUint32 getQueueFamilyIndex (void) const { return m_queueFamilyIndex; } in getQueueFamilyIndex() function in vkt::ProtectedMem::ProtectedContext
|
D | vktProtectedMemUtils.cpp | 614 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in clearImage() 687 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in uploadImage() 796 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in copyToProtectedImage()
|
D | vktProtectedMemImageValidator.cpp | 139 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in validateImage()
|
D | vktProtectedMemYCbCrConversionTests.cpp | 326 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in uploadYCbCrImage() 516 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in validateImage() 785 const deUint32 queueIdx = context.getQueueFamilyIndex(); in createYcbcrImage2D() 831 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in renderYCbCrToColor() 1153 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in conversionTest()
|
D | vktProtectedMemAttachmentLoadTests.cpp | 124 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in iterate()
|
D | vktProtectedMemBufferValidator.hpp | 187 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in validateBuffer()
|
D | vktProtectedMemClearColorImageTests.cpp | 129 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in iterate()
|
D | vktProtectedMemCopyBufferToImageTests.cpp | 131 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in iterate()
|
D | vktProtectedMemWsiSwapchainTests.cpp | 721 deUint32 queueIdx = context.getQueueFamilyIndex(); in createSwapchainTest() 999 context.getQueueFamilyIndex(), in TriangleRenderer() 1156 context.getQueueFamilyIndex())); in basicRenderTest()
|
D | vktProtectedMemStackTests.cpp | 231 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in iterate()
|
D | vktProtectedMemWorkgroupStorageTests.cpp | 200 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 99 const deUint32& getQueueFamilyIndex (const int index) in getQueueFamilyIndex() function in vkt::synchronization::__anon6b45f4e50111::MultiQueues 122 Queues& queue = m_queues[getQueueFamilyIndex(queueFamilyIndexNdx)]; in getFreeQueue() 129 returnQueueFamilyIndex = getQueueFamilyIndex(queueFamilyIndexNdx); in getFreeQueue() 243 queueInfo.queueFamilyIndex = queues.getQueueFamilyIndex(queueFamilyIndexNdx); in createQueues() 269 …vk.getDeviceQueue(queues.getDevice(), queues.getQueueFamilyIndex(queueFamilyIndex), queueReqNdx, &… in createQueues()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
D | ClearImageBenchmarks.cpp | 53 commandPoolCreateInfo.queueFamilyIndex = tester.getQueueFamilyIndex(); in initialize()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | RendererVk.h | 94 uint32_t getQueueFamilyIndex() const { return mCurrentQueueFamilyIndex; } in getQueueFamilyIndex() function
|
D | RenderbufferVk.cpp | 162 uint32_t rendererQueueFamilyIndex = contextVk->getRenderer()->getQueueFamilyIndex(); in setStorageEGLImageTarget()
|