Lines Matching refs:ExecutesInline
979 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()
1790 ASSERT(ExecutesInline() || mCommandPool != nullptr); in endCommandBuffer()
1875 if (!ExecutesInline() && mCommandPool == nullptr) in initializeCommandBuffer()
2511 if (ExecutesInline()) in nextSubpass()
2643 ExecutesInline() ? VK_SUBPASS_CONTENTS_INLINE in flushToPrimary()