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.h478 static constexpr bool ExecutesInline() { return true; } in ExecutesInline() function
Dvk_wrapper.h194 static constexpr bool ExecutesInline() { return false; }
DRendererVk.cpp1713 if (!vk::CommandBuffer::ExecutesInline()) in initializeDevice()