Lines Matching refs:debugUtilsHelper
1301 sVkEmulation->debugUtilsHelper = in createGlobalVkEmulation()
1353 sVkEmulation->queueFamilyIndex, 3, sVkEmulation->debugUtilsHelper); in initVkEmulationFeatures()
2178 sVkEmulation->debugUtilsHelper.addDebugLabel(infoPtr->image, "ColorBuffer:%d", in initializeVkColorBufferLocked()
2180 sVkEmulation->debugUtilsHelper.addDebugLabel(infoPtr->imageView, "ColorBuffer:%d", in initializeVkColorBufferLocked()
2182 sVkEmulation->debugUtilsHelper.addDebugLabel(infoPtr->memory.memory, "ColorBuffer:%d", in initializeVkColorBufferLocked()
2492 sVkEmulation->debugUtilsHelper.cmdBeginDebugLabel( in readColorBufferToBytesLocked()
2525 sVkEmulation->debugUtilsHelper.cmdEndDebugLabel(commandBuffer); in readColorBufferToBytesLocked()
2702 sVkEmulation->debugUtilsHelper.cmdBeginDebugLabel( in updateColorBufferFromBytesLocked()
2767 sVkEmulation->debugUtilsHelper.cmdEndDebugLabel(commandBuffer); in updateColorBufferFromBytesLocked()
3076 sVkEmulation->debugUtilsHelper.addDebugLabel(res.buffer, "Buffer:%d", bufferHandle); in setupVkBuffer()
3077 sVkEmulation->debugUtilsHelper.addDebugLabel(res.memory.memory, "Buffer:%d", bufferHandle); in setupVkBuffer()
3149 sVkEmulation->debugUtilsHelper.cmdBeginDebugLabel(commandBuffer, "readBufferToBytes(Buffer:%d)", in readBufferToBytes()
3160 sVkEmulation->debugUtilsHelper.cmdEndDebugLabel(commandBuffer); in readBufferToBytes()
3256 sVkEmulation->debugUtilsHelper.cmdBeginDebugLabel( in updateBufferFromBytes()
3267 sVkEmulation->debugUtilsHelper.cmdEndDebugLabel(commandBuffer); in updateBufferFromBytes()
3529 sVkEmulation->debugUtilsHelper.cmdBeginDebugLabel( in releaseColorBufferForGuestUse()
3543 sVkEmulation->debugUtilsHelper.cmdEndDebugLabel(commandBuffer); in releaseColorBufferForGuestUse()