Home
last modified time | relevance | path

Searched refs:cmdEndDebugLabel (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DDebugUtilsHelper.cpp87 void DebugUtilsHelper::cmdEndDebugLabel(VkCommandBuffer commandBuffer) const { in cmdEndDebugLabel() function in gfxstream::vk::DebugUtilsHelper
DDebugUtilsHelper.h70 void cmdEndDebugLabel(VkCommandBuffer commandBuffer) const;
DVkAndroidNativeBuffer.cpp576 emu->debugUtilsHelper.cmdEndDebugLabel(queueState.cb2); in setAndroidNativeImageSemaphoreSignaled()
759 emu->debugUtilsHelper.cmdEndDebugLabel(queueState.cb); in syncImageToColorBuffer()
DVkCommonOperations.cpp2525 sVkEmulation->debugUtilsHelper.cmdEndDebugLabel(commandBuffer); in readColorBufferToBytesLocked()
2767 sVkEmulation->debugUtilsHelper.cmdEndDebugLabel(commandBuffer); in updateColorBufferFromBytesLocked()
3160 sVkEmulation->debugUtilsHelper.cmdEndDebugLabel(commandBuffer); in readBufferToBytes()
3267 sVkEmulation->debugUtilsHelper.cmdEndDebugLabel(commandBuffer); in updateBufferFromBytes()
3543 sVkEmulation->debugUtilsHelper.cmdEndDebugLabel(commandBuffer); in releaseColorBufferForGuestUse()
DCompositorVk.cpp1233 m_debugUtilsHelper.cmdEndDebugLabel(commandBuffer); in compose()
1281 m_debugUtilsHelper.cmdEndDebugLabel(commandBuffer); in compose()
DVkDecoderGlobalState.cpp5680 commandBufferInfo->debugUtilsHelper.cmdEndDebugLabel(commandBuffer); in on_vkEndCommandBuffer()