Searched refs:DebugUtilsHelper (Results 1 – 7 of 7) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/ |
| D | DebugUtilsHelper.cpp | 27 /*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()
|
| D | DebugUtilsHelper.h | 24 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);
|
| D | VkCommonOperations.h | 137 DebugUtilsHelper debugUtilsHelper = DebugUtilsHelper::withUtilsDisabled();
|
| D | CMakeLists.txt | 11 DebugUtilsHelper.cpp
|
| D | Android.bp | 40 "DebugUtilsHelper.cpp",
|
| D | VkDecoderGlobalState.cpp | 1290 deviceInfo.debugUtilsHelper = DebugUtilsHelper::withUtilsEnabled(*pDevice, dispatch); in on_vkCreateDevice() 5822 DebugUtilsHelper debugUtilsHelper = DebugUtilsHelper::withUtilsDisabled(); 6050 DebugUtilsHelper debugUtilsHelper = DebugUtilsHelper::withUtilsDisabled();
|
| D | VkCommonOperations.cpp | 1175 DebugUtilsHelper::withUtilsEnabled(sVkEmulation->device, sVkEmulation->ivk); in createGlobalVkEmulation()
|