Searched refs:ExecutesInline (Results 1 – 4 of 4) sorted by relevance
192 CommandBuffer::ExecutesInline() ? VK_SUBPASS_CONTENTS_INLINE
478 static constexpr bool ExecutesInline() { return true; } in ExecutesInline() function
194 static constexpr bool ExecutesInline() { return false; }
1713 if (!vk::CommandBuffer::ExecutesInline()) in initializeDevice()