Home
last modified time | relevance | path

Searched refs:getQueueFamilyIndex (Results 1 - 25 of 61) sorted by relevance

123

/third_party/skia/src/gpu/
H A DGrBackendSurfaceMutableStateImpl.h21 : fState(sharedInfo.getImageLayout(), sharedInfo.getQueueFamilyIndex()) {} in GrBackendSurfaceMutableStateImpl()
37 uint32_t getQueueFamilyIndex() const { in getQueueFamilyIndex() function in GrBackendSurfaceMutableStateImpl
39 return fState.fVkState.getQueueFamilyIndex(); in getQueueFamilyIndex()
/third_party/skia/tests/
H A DBackendSurfaceMutableStateTest.cpp123 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/gpu/
H A DGrBackendSurfaceMutableState.h53 uint32_t getQueueFamilyIndex() const { in getQueueFamilyIndex() function in GrBackendSurfaceMutableState
57 return fVkState.getQueueFamilyIndex(); in getQueueFamilyIndex()
/third_party/skia/include/private/
H A DGrVkTypesPriv.h52 fQueueFamilyIndex = that.getQueueFamilyIndex(); in operator =()
71 uint32_t getQueueFamilyIndex() const { in getQueueFamilyIndex() function in GrVkSharedImageInfo
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DVulkanTester.hpp33 uint32_t getQueueFamilyIndex() const { return queueFamilyIndex; } in getQueueFamilyIndex() function in VulkanTester
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSemaphoreVk.cpp74 uint32_t rendererQueueFamilyIndex = contextVk->getRenderer()->getQueueFamilyIndex(); in wait()
129 uint32_t rendererQueueFamilyIndex = renderer->getQueueFamilyIndex(); in signal()
H A DDeviceVk.cpp66 intptr_t index = static_cast<intptr_t>(renderer->getQueueFamilyIndex()); in getAttribute()
H A DMemoryObjectVk.cpp257 renderer->getQueueFamilyIndex(), flags)); in createImage()
/third_party/skia/src/gpu/vk/
H A DGrVkTypesPriv.cpp24 newInfo.fCurrentQueueFamily = mutableState->getQueueFamilyIndex(); in snapImageInfo()
H A DGrVkImage.h149 uint32_t currentQueueFamilyIndex() const { return fMutableState->getQueueFamilyIndex(); } in currentQueueFamilyIndex()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemContext.hpp61 deUint32 getQueueFamilyIndex (void) const { return m_queueFamilyIndex; } in getQueueFamilyIndex() function in vkt::ProtectedMem::ProtectedContext
H A DvktProtectedMemYCbCrConversionTests.cpp326 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()
H A DvktProtectedMemBufferValidator.hpp187 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in validateBuffer()
H A DvktProtectedMemImageValidator.cpp139 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in validateImage()
H A DvktProtectedMemUtils.cpp656 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in clearImage()
729 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in uploadImage()
838 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in copyToProtectedImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemContext.hpp61 deUint32 getQueueFamilyIndex (void) const { return m_queueFamilyIndex; } in getQueueFamilyIndex() function in vkt::ProtectedMem::ProtectedContext
H A DvktProtectedMemYCbCrConversionTests.cpp326 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()
H A DvktProtectedMemBufferValidator.hpp187 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in validateBuffer()
H A DvktProtectedMemImageValidator.cpp139 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in validateImage()
H A DvktProtectedMemUtils.cpp656 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in clearImage()
729 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in uploadImage()
838 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in copyToProtectedImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp578 virtual uint32_t getQueueFamilyIndex (void) const = 0;
601 uint32_t getQueueFamilyIndex (void) const override { return m_queueFamilyIndex; }
682 uint32_t getQueueFamilyIndex (void) const override { return m_queueFamilyIndex; }
865 const auto qIndex = devHelper.getQueueFamilyIndex(); in iterateTransfer()
955 const auto qIndex = devHelper.getQueueFamilyIndex(); in iterateCompute()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp576 virtual uint32_t getQueueFamilyIndex (void) const = 0;
597 uint32_t getQueueFamilyIndex (void) const override { return m_queueFamilyIndex; }
675 uint32_t getQueueFamilyIndex (void) const override { return m_queueFamilyIndex; }
850 const auto qIndex = devHelper.getQueueFamilyIndex(); in iterateTransfer()
940 const auto qIndex = devHelper.getQueueFamilyIndex(); in iterateCompute()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
H A DClearImageBenchmarks.cpp53 commandPoolCreateInfo.queueFamilyIndex = tester.getQueueFamilyIndex(); in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp123 deUint32 getQueueFamilyIndex (const int index) const in getQueueFamilyIndex() function in vkt::synchronization::__anon28826::MultiQueues
146 Queues& queue = m_queues[getQueueFamilyIndex(queueFamilyIndexNdx)]; in getFreeQueue()
153 returnQueueFamilyIndex = getQueueFamilyIndex(queueFamilyIndexNdx); in getFreeQueue()
281 queueInfo.queueFamilyIndex = queues.getQueueFamilyIndex(queueFamilyIndexNdx); in createQueues()
346 vk.getDeviceQueue(queues.getDevice(), queues.getQueueFamilyIndex(queueFamilyIndex), queueReqNdx, &queues.getQueues(queueFamilyIndex).queues[queueReqNdx]); in createQueues()
348 queues.getQueues(queueFamilyIndex).commandPools.push_back(makeVkSharedPtr(createCommandPool(vk, queues.getDevice(), VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, queues.getQueueFamilyIndex(queueFamilyIndex)))); in createQueues()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp123 deUint32 getQueueFamilyIndex (const int index) const in getQueueFamilyIndex() function in vkt::synchronization::__anon29975::MultiQueues
146 Queues& queue = m_queues[getQueueFamilyIndex(queueFamilyIndexNdx)]; in getFreeQueue()
153 returnQueueFamilyIndex = getQueueFamilyIndex(queueFamilyIndexNdx); in getFreeQueue()
281 queueInfo.queueFamilyIndex = queues.getQueueFamilyIndex(queueFamilyIndexNdx); in createQueues()
346 vk.getDeviceQueue(queues.getDevice(), queues.getQueueFamilyIndex(queueFamilyIndex), queueReqNdx, &queues.getQueues(queueFamilyIndex).queues[queueReqNdx]); in createQueues()
348 queues.getQueues(queueFamilyIndex).commandPools.push_back(makeVkSharedPtr(createCommandPool(vk, queues.getDevice(), VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, queues.getQueueFamilyIndex(queueFamilyIndex)))); in createQueues()

Completed in 23 milliseconds

123