Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DDebugUtilsHelper.cpp66 void DebugUtilsHelper::cmdBeginDebugLabel(VkCommandBuffer commandBuffer, const char* format, in cmdBeginDebugLabel() function in gfxstream::vk::DebugUtilsHelper
DDebugUtilsHelper.h69 void cmdBeginDebugLabel(VkCommandBuffer commandBuffer, const char* format, ...) const;
DVkAndroidNativeBuffer.cpp550 emu->debugUtilsHelper.cmdBeginDebugLabel(queueState.cb2, in setAndroidNativeImageSemaphoreSignaled()
656 emu->debugUtilsHelper.cmdBeginDebugLabel(queueState.cb, in syncImageToColorBuffer()
DVkCommonOperations.cpp2492 sVkEmulation->debugUtilsHelper.cmdBeginDebugLabel( in readColorBufferToBytesLocked()
2702 sVkEmulation->debugUtilsHelper.cmdBeginDebugLabel( in updateColorBufferFromBytesLocked()
3149 sVkEmulation->debugUtilsHelper.cmdBeginDebugLabel(commandBuffer, "readBufferToBytes(Buffer:%d)", in readBufferToBytes()
3256 sVkEmulation->debugUtilsHelper.cmdBeginDebugLabel( in updateBufferFromBytes()
3529 sVkEmulation->debugUtilsHelper.cmdBeginDebugLabel( in releaseColorBufferForGuestUse()
DCompositorVk.cpp1140 m_debugUtilsHelper.cmdBeginDebugLabel(commandBuffer, in compose()
1219 m_debugUtilsHelper.cmdBeginDebugLabel(commandBuffer, "CompositorVk compose layer:%d", in compose()
DVkDecoderGlobalState.cpp5654 commandBufferInfo->debugUtilsHelper.cmdBeginDebugLabel(commandBuffer, "Process %s", in on_vkBeginCommandBuffer()