Searched refs:DebugUtilsHelper (Results 1 – 25 of 34) sorted by relevance
12
/aosp_15_r20/hardware/google/gfxstream/host/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; 79 DebugUtilsHelper(bool enabled, VkDevice device, const VulkanDispatch* dispatch);
|
D | CompositorVk.h | 45 const DebugUtilsHelper m_debugUtilsHelper; 126 DebugUtilsHelper debugUtils) in CompositorVkBase() 152 DebugUtilsHelper debugUtils = DebugUtilsHelper::withUtilsDisabled()); 167 uint32_t maxFramesInFlight, DebugUtilsHelper debugUtils);
|
D | VkDecoderInternalStructs.h | 212 DebugUtilsHelper debugUtilsHelper = DebugUtilsHelper::withUtilsDisabled(); 422 DebugUtilsHelper debugUtilsHelper = DebugUtilsHelper::withUtilsDisabled();
|
D | VkCommonOperations.h | 166 DebugUtilsHelper debugUtilsHelper = DebugUtilsHelper::withUtilsDisabled();
|
D | meson.build | 21 'DebugUtilsHelper.cpp',
|
D | CMakeLists.txt | 18 DebugUtilsHelper.cpp
|
D | Android.bp | 57 "DebugUtilsHelper.cpp",
|
D | BUILD.bazel | 8 "DebugUtilsHelper.cpp",
|
D | CompositorVk.cpp | 136 uint32_t maxFramesInFlight, DebugUtilsHelper debugUtils) { in create() 156 DebugUtilsHelper debugUtilsHelper) in CompositorVk()
|
D | VkCommonOperations.cpp | 1559 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/ |
D | DebugUtilsHelper.o.d | 1 …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 \
|
D | DisplayVk.o.d | 1005 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
|
D | VkCommonOperations.o.d | 1010 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
|
D | ColorBufferVk.o.d | 1022 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
|
D | VkDecoderSnapshotUtils.o.d | 826 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
|
D | BufferVk.o.d | 1019 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
|
D | VkDecoderGlobalState.o.d | 1079 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
|
D | PostWorkerVk.o.d | 1211 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
|
D | CompositorVk.o.d | 1003 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/ |
D | PostWorker.o.d | 1237 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
|
D | Buffer.o.d | 1118 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
|
D | ColorBuffer.o.d | 1119 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
|
D | RenderThread.o.d | 1243 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
|
D | VirtioGpuFrontend.o.d | 1227 hardware/google/gfxstream/host/vulkan/DebugUtilsHelper.h \
|
12