Home
last modified time | relevance | path

Searched refs:DoCommandsImmediate (Results 1 – 3 of 3) 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()
942 vkhpp::Result Vk::DoCommandsImmediate( in DoCommandsImmediate() function in gfxstream::Vk
DVulkan.h118 vkhpp::Result DoCommandsImmediate(
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp293 VK_EXPECT_RESULT(vk.DoCommandsImmediate( in CanHandlePrecisionQualifierWithYuvSampler()