Home
last modified time | relevance | path

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

123

/third_party/skia/src/gpu/
DGrBackendSurfaceMutableStateImpl.h21 : 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/tests/
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/
DGrBackendSurfaceMutableState.h53 uint32_t getQueueFamilyIndex() const { in getQueueFamilyIndex() function
57 return fVkState.getQueueFamilyIndex(); in getQueueFamilyIndex()
/third_party/skia/include/private/
DGrVkTypesPriv.h52 fQueueFamilyIndex = that.getQueueFamilyIndex();
71 uint32_t getQueueFamilyIndex() const { in getQueueFamilyIndex() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSemaphoreVk.cpp74 uint32_t rendererQueueFamilyIndex = contextVk->getRenderer()->getQueueFamilyIndex(); in wait()
129 uint32_t rendererQueueFamilyIndex = renderer->getQueueFamilyIndex(); in signal()
DDeviceVk.cpp66 intptr_t index = static_cast<intptr_t>(renderer->getQueueFamilyIndex()); in getAttribute()
DMemoryObjectVk.cpp257 renderer->getQueueFamilyIndex(), flags)); in createImage()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DVulkanTester.hpp33 uint32_t getQueueFamilyIndex() const { return queueFamilyIndex; } in getQueueFamilyIndex() function in VulkanTester
/third_party/skia/src/gpu/vk/
DGrVkTypesPriv.cpp24 newInfo.fCurrentQueueFamily = mutableState->getQueueFamilyIndex(); in snapImageInfo()
DGrVkImage.h146 uint32_t currentQueueFamilyIndex() const { return fMutableState->getQueueFamilyIndex(); } in currentQueueFamilyIndex()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp123 deUint32 getQueueFamilyIndex (const int index) const in getQueueFamilyIndex() function in vkt::synchronization::__anon73af5bf20111::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, &… in createQueues()
348 …tDevice(), VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, queues.getQueueFamilyIndex(queueFamily… in createQueues()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp123 deUint32 getQueueFamilyIndex (const int index) const in getQueueFamilyIndex() function in vkt::synchronization::__anon6013e1b20111::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, &… in createQueues()
348 …tDevice(), VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, queues.getQueueFamilyIndex(queueFamily… in createQueues()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
DvktDynamicStateComputeTests.cpp576 virtual uint32_t getQueueFamilyIndex (void) const = 0;
597 uint32_t getQueueFamilyIndex (void) const override { return m_queueFamilyIndex; } in getQueueFamilyIndex() function in vkt::DynamicState::__anon6cde6aea0111::ContextDeviceHelper
675 uint32_t getQueueFamilyIndex (void) const override { return m_queueFamilyIndex; } in getQueueFamilyIndex() function in vkt::DynamicState::__anon6cde6aea0111::ShadingRateImageDeviceHelper
850 const auto qIndex = devHelper.getQueueFamilyIndex(); in iterateTransfer()
940 const auto qIndex = devHelper.getQueueFamilyIndex(); in iterateCompute()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateComputeTests.cpp576 virtual uint32_t getQueueFamilyIndex (void) const = 0;
597 uint32_t getQueueFamilyIndex (void) const override { return m_queueFamilyIndex; } in getQueueFamilyIndex() function in vkt::DynamicState::__anonfb074d2a0111::ContextDeviceHelper
675 uint32_t getQueueFamilyIndex (void) const override { return m_queueFamilyIndex; } in getQueueFamilyIndex() function in vkt::DynamicState::__anonfb074d2a0111::ShadingRateImageDeviceHelper
850 const auto qIndex = devHelper.getQueueFamilyIndex(); in iterateTransfer()
940 const auto qIndex = devHelper.getQueueFamilyIndex(); in iterateCompute()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemContext.hpp61 deUint32 getQueueFamilyIndex (void) const { return m_queueFamilyIndex; } in getQueueFamilyIndex() function in vkt::ProtectedMem::ProtectedContext
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()
DvktProtectedMemImageValidator.cpp139 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in validateImage()
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()
DvktProtectedMemAttachmentLoadTests.cpp124 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
DvktProtectedMemContext.hpp61 deUint32 getQueueFamilyIndex (void) const { return m_queueFamilyIndex; } in getQueueFamilyIndex() function in vkt::ProtectedMem::ProtectedContext
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()
DvktProtectedMemImageValidator.cpp139 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in validateImage()
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()
DvktProtectedMemAttachmentLoadTests.cpp124 const deUint32 queueFamilyIndex = ctx.getQueueFamilyIndex(); in iterate()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
DClearImageBenchmarks.cpp53 commandPoolCreateInfo.queueFamilyIndex = tester.getQueueFamilyIndex(); in initialize()

123