Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp192 CommandBuffer::ExecutesInline() ? VK_SUBPASS_CONTENTS_INLINE
DSecondaryCommandBuffer.h445 static constexpr bool ExecutesInline() { return true; } in ExecutesInline() function
DRendererVk.cpp1248 if (!vk::CommandBuffer::ExecutesInline()) in initializeDevice()
Dvk_wrapper.h190 static constexpr bool ExecutesInline() { return false; }