Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/detector/
DVulkan.h82 #define VK_TRY_RV(x) \ macro
DVulkan.cpp656 …auto* mapped = reinterpret_cast<uint8_t*>(VK_TRY_RV(mDevice->mapMemory(*mStagingBufferMemory, 0, k… in LoadYuvImage()
951 … auto commandBuffers = VK_TRY_RV(mDevice->allocateCommandBuffersUnique(commandBufferAllocateInfo)); in DoCommandsImmediate()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.h173 #define VK_TRY_RV(x) \ macro
DGfxstreamEnd2EndVkTests.cpp501 auto descriptorSets = VK_TRY_RV(device.allocateDescriptorSetsUnique(descriptorSetAllocateInfo)); in ReallocateDescriptorBundleSets()