Home
last modified time | relevance | path

Searched refs:DebugUtilsHelper (Results 1 – 7 of 7) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/vulkan/
DDebugUtilsHelper.cpp27 /*static*/ DebugUtilsHelper DebugUtilsHelper::withUtilsDisabled() { in withUtilsDisabled()
28 return DebugUtilsHelper(false, VK_NULL_HANDLE, nullptr); in withUtilsDisabled()
31 /*static*/ DebugUtilsHelper DebugUtilsHelper::withUtilsEnabled(VkDevice device, in withUtilsEnabled()
33 return DebugUtilsHelper(true, device, dispatch); in withUtilsEnabled()
36 DebugUtilsHelper::DebugUtilsHelper(bool enabled, VkDevice device, const VulkanDispatch* dispatch) in DebugUtilsHelper() function in gfxstream::vk::DebugUtilsHelper
39 void DebugUtilsHelper::addDebugLabelToHandle(uint64_t object, VkObjectType objectType, in addDebugLabelToHandle()
66 void DebugUtilsHelper::cmdBeginDebugLabel(VkCommandBuffer commandBuffer, const char* format, in cmdBeginDebugLabel()
87 void DebugUtilsHelper::cmdEndDebugLabel(VkCommandBuffer commandBuffer) const { in cmdEndDebugLabel()
DDebugUtilsHelper.h24 class DebugUtilsHelper {
26 static DebugUtilsHelper withUtilsEnabled(VkDevice device, const VulkanDispatch* dispatch);
28 static DebugUtilsHelper withUtilsDisabled();
30 ~DebugUtilsHelper() = default;
67 DebugUtilsHelper(bool enabled, VkDevice device, const VulkanDispatch* dispatch);
DVkCommonOperations.h137 DebugUtilsHelper debugUtilsHelper = DebugUtilsHelper::withUtilsDisabled();
DCMakeLists.txt11 DebugUtilsHelper.cpp
DAndroid.bp40 "DebugUtilsHelper.cpp",
DVkDecoderGlobalState.cpp1290 deviceInfo.debugUtilsHelper = DebugUtilsHelper::withUtilsEnabled(*pDevice, dispatch); in on_vkCreateDevice()
5822 DebugUtilsHelper debugUtilsHelper = DebugUtilsHelper::withUtilsDisabled();
6050 DebugUtilsHelper debugUtilsHelper = DebugUtilsHelper::withUtilsDisabled();
DVkCommonOperations.cpp1175 DebugUtilsHelper::withUtilsEnabled(sVkEmulation->device, sVkEmulation->ivk); in createGlobalVkEmulation()