Searched refs:ExecutesInline (Results 1 – 7 of 7) sorted by relevance
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()[all …]
1277 static constexpr bool ExecutesInline() in ExecutesInline() function1279 return OutsideRenderPassCommandBuffer::ExecutesInline(); in ExecutesInline()1409 static constexpr bool ExecutesInline() { return RenderPassCommandBuffer::ExecutesInline(); } in ExecutesInline() function
192 CommandBuffer::ExecutesInline() ? VK_SUBPASS_CONTENTS_INLINE
3374 if (!vk::OutsideRenderPassCommandBuffer::ExecutesInline() || in initializeDevice()3375 !vk::RenderPassCommandBuffer::ExecutesInline()) in initializeDevice()4610 (vk::RenderPassCommandBuffer::ExecutesInline() || !isSamsung)); in initFeatures()
635 static constexpr bool ExecutesInline() { return true; } in ExecutesInline() function
191 static constexpr bool ExecutesInline() { return false; }
1267 if ((!vk::OutsideRenderPassCommandBuffer::ExecutesInline() || in onDestroy()1268 !vk::RenderPassCommandBuffer::ExecutesInline()) && in onDestroy()3307 if (!CommandBufferHelperT::ExecutesInline()) in handleDirtyDescriptorSetsImpl()