Home
last modified time | relevance | path

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

12

/aosp_15_r20/hardware/google/gfxstream/host/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;
79 DebugUtilsHelper(bool enabled, VkDevice device, const VulkanDispatch* dispatch);
DCompositorVk.h45 const DebugUtilsHelper m_debugUtilsHelper;
126 DebugUtilsHelper debugUtils) in CompositorVkBase()
152 DebugUtilsHelper debugUtils = DebugUtilsHelper::withUtilsDisabled());
167 uint32_t maxFramesInFlight, DebugUtilsHelper debugUtils);
DVkDecoderInternalStructs.h212 DebugUtilsHelper debugUtilsHelper = DebugUtilsHelper::withUtilsDisabled();
422 DebugUtilsHelper debugUtilsHelper = DebugUtilsHelper::withUtilsDisabled();
DVkCommonOperations.h166 DebugUtilsHelper debugUtilsHelper = DebugUtilsHelper::withUtilsDisabled();
Dmeson.build21 'DebugUtilsHelper.cpp',
DCMakeLists.txt18 DebugUtilsHelper.cpp
DAndroid.bp57 "DebugUtilsHelper.cpp",
DBUILD.bazel8 "DebugUtilsHelper.cpp",
DCompositorVk.cpp136 uint32_t maxFramesInFlight, DebugUtilsHelper debugUtils) { in create()
156 DebugUtilsHelper debugUtilsHelper) in CompositorVk()
DVkCommonOperations.cpp1559 DebugUtilsHelper::withUtilsEnabled(sVkEmulation->device, sVkEmulation->ivk); in createGlobalVkEmulation()
/aosp_15_r20/out/soong/.intermediates/hardware/google/gfxstream/host/vulkan/libgfxstream_host_vulkan_server/android_arm64_armv8-2a_cortex-a55_static_apex10000/obj/hardware/google/gfxstream/host/vulkan/
DDebugUtilsHelper.o.d1 …rmv8-2a_cortex-a55_static_apex10000/obj/hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.o: \
2 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.cpp \
3 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
DDisplayVk.o.d1005 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
DVkCommonOperations.o.d1010 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
DColorBufferVk.o.d1022 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
DVkDecoderSnapshotUtils.o.d826 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
DBufferVk.o.d1019 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
DVkDecoderGlobalState.o.d1079 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
DPostWorkerVk.o.d1211 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
DCompositorVk.o.d1003 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
/aosp_15_r20/out/soong/.intermediates/hardware/google/gfxstream/host/libgfxstream_backend/android_arm64_armv8-2a_cortex-a55_static_apex10000/obj/hardware/google/gfxstream/host/
DPostWorker.o.d1237 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
DBuffer.o.d1118 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
DColorBuffer.o.d1119 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
DRenderThread.o.d1243 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
DVirtioGpuFrontend.o.d1227 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \

12