Lines Matching refs:debugUtilsHelper
1558 sVkEmulation->debugUtilsHelper = in createGlobalVkEmulation()
1561 sVkEmulation->debugUtilsHelper.addDebugLabel(sVkEmulation->instance, "AEMU_Instance"); in createGlobalVkEmulation()
1562 sVkEmulation->debugUtilsHelper.addDebugLabel(sVkEmulation->device, "AEMU_Device"); in createGlobalVkEmulation()
1563 sVkEmulation->debugUtilsHelper.addDebugLabel(sVkEmulation->staging.buffer, in createGlobalVkEmulation()
1565 sVkEmulation->debugUtilsHelper.addDebugLabel(sVkEmulation->commandBuffer, in createGlobalVkEmulation()
1622 sVkEmulation->queueFamilyIndex, 3, sVkEmulation->debugUtilsHelper); in initVkEmulationFeatures()
2632 sVkEmulation->debugUtilsHelper.addDebugLabel(infoPtr->image, "ColorBuffer:%d", in initializeVkColorBufferLocked()
2634 sVkEmulation->debugUtilsHelper.addDebugLabel(infoPtr->imageView, "ColorBuffer:%d", in initializeVkColorBufferLocked()
2636 sVkEmulation->debugUtilsHelper.addDebugLabel(infoPtr->memory.memory, "ColorBuffer:%d", in initializeVkColorBufferLocked()
2963 sVkEmulation->debugUtilsHelper.cmdBeginDebugLabel( in readColorBufferToBytesLocked()
3026 sVkEmulation->debugUtilsHelper.cmdEndDebugLabel(commandBuffer); in readColorBufferToBytesLocked()
3216 sVkEmulation->debugUtilsHelper.cmdBeginDebugLabel( in updateColorBufferFromBytesLocked()
3281 sVkEmulation->debugUtilsHelper.cmdEndDebugLabel(commandBuffer); in updateColorBufferFromBytesLocked()
3606 sVkEmulation->debugUtilsHelper.addDebugLabel(res.buffer, "Buffer:%d", bufferHandle); in setupVkBuffer()
3607 sVkEmulation->debugUtilsHelper.addDebugLabel(res.memory.memory, "Buffer:%d", bufferHandle); in setupVkBuffer()
3697 sVkEmulation->debugUtilsHelper.cmdBeginDebugLabel(commandBuffer, "readBufferToBytes(Buffer:%d)", in readBufferToBytes()
3708 sVkEmulation->debugUtilsHelper.cmdEndDebugLabel(commandBuffer); in readBufferToBytes()
3804 sVkEmulation->debugUtilsHelper.cmdBeginDebugLabel( in updateBufferFromBytes()
3815 sVkEmulation->debugUtilsHelper.cmdEndDebugLabel(commandBuffer); in updateBufferFromBytes()
4039 sVkEmulation->debugUtilsHelper.addDebugLabel(commandBuffer, "QueueTransferCommandBuffer:%d", in allocateQueueTransferCommandBuffer_locked()
4125 sVkEmulation->debugUtilsHelper.cmdBeginDebugLabel( in releaseColorBufferForGuestUse()
4139 sVkEmulation->debugUtilsHelper.cmdEndDebugLabel(commandBuffer); in releaseColorBufferForGuestUse()