Home
last modified time | relevance | path

Searched refs:ExecutesInline (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp979 return (count == 1 || !RenderPassCommandBuffer::ExecutesInline()); in CheckSubpassCommandBufferCount()
1448 if constexpr (!DerivedT::ExecutesInline()) in attachCommandPoolImpl()
1467 if constexpr (!DerivedT::ExecutesInline()) in detachCommandPoolImpl()
1489 if constexpr (!DerivedT::ExecutesInline()) in releaseCommandPoolImpl()
1508 if constexpr (DerivedT::ExecutesInline()) in attachAllocatorImpl()
1520 if constexpr (DerivedT::ExecutesInline()) in detachAllocatorImpl()
1536 ASSERT(DerivedT::ExecutesInline() || !derived->getCommandBuffer().valid()); in assertCanBeRecycledImpl()
1538 ASSERT(!DerivedT::ExecutesInline() || derived->getCommandBuffer().empty()); in assertCanBeRecycledImpl()
1690 if (!ExecutesInline() && mCommandPool == nullptr) in initializeCommandBuffer()
1777 if (ExecutesInline() || !renderer->isAsyncCommandQueueEnabled()) in flushToPrimary()
[all …]
Dvk_helpers.h1277 static constexpr bool ExecutesInline() in ExecutesInline() function
1279 return OutsideRenderPassCommandBuffer::ExecutesInline(); in ExecutesInline()
1409 static constexpr bool ExecutesInline() { return RenderPassCommandBuffer::ExecutesInline(); } in ExecutesInline() function
DCommandGraph.cpp192 CommandBuffer::ExecutesInline() ? VK_SUBPASS_CONTENTS_INLINE
DRendererVk.cpp3374 if (!vk::OutsideRenderPassCommandBuffer::ExecutesInline() || in initializeDevice()
3375 !vk::RenderPassCommandBuffer::ExecutesInline()) in initializeDevice()
4610 (vk::RenderPassCommandBuffer::ExecutesInline() || !isSamsung)); in initFeatures()
DSecondaryCommandBuffer.h635 static constexpr bool ExecutesInline() { return true; } in ExecutesInline() function
Dvk_wrapper.h191 static constexpr bool ExecutesInline() { return false; }
DContextVk.cpp1267 if ((!vk::OutsideRenderPassCommandBuffer::ExecutesInline() || in onDestroy()
1268 !vk::RenderPassCommandBuffer::ExecutesInline()) && in onDestroy()
3307 if (!CommandBufferHelperT::ExecutesInline()) in handleDirtyDescriptorSetsImpl()