Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/detector/
DVulkan.cpp285 DoCommandsImmediate([&](vkhpp::UniqueCommandBuffer& cmd) { in CreateBufferWithData()
359 VK_EXPECT_RESULT(DoCommandsImmediate([&](vkhpp::UniqueCommandBuffer& cmd) { in CreateImage()
403 DoCommandsImmediate([&](vkhpp::UniqueCommandBuffer& cmd) { in DownloadImage()
608 VK_EXPECT_RESULT(DoCommandsImmediate([&](vkhpp::UniqueCommandBuffer& cmd) { in CreateYuvImage()
666 return DoCommandsImmediate([&](vkhpp::UniqueCommandBuffer& cmd) { in LoadYuvImage()
943 const std::function<vkhpp::Result(vkhpp::UniqueCommandBuffer&)>& func, in DoCommandsImmediate()
DVulkan.h119 const std::function<vkhpp::Result(vkhpp::UniqueCommandBuffer&)>& func,
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp294 [&](vkhpp::UniqueCommandBuffer& cmd) { in CanHandlePrecisionQualifierWithYuvSampler()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_handles.hpp932 using UniqueCommandBuffer = UniqueHandle<CommandBuffer, VULKAN_HPP_DEFAULT_DISPATCHER_TYPE>; typedef