Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCMakeLists.txt5 DebugUtils.cpp
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp802 if (device->GetGlobalInfo().HasExt(InstanceExt::DebugUtils)) { in RecordCommands()
822 if (device->GetGlobalInfo().HasExt(InstanceExt::DebugUtils)) { in RecordCommands()
832 if (device->GetGlobalInfo().HasExt(InstanceExt::DebugUtils)) { in RecordCommands()
961 if (device->GetGlobalInfo().HasExt(InstanceExt::DebugUtils)) { in RecordComputePass()
981 if (device->GetGlobalInfo().HasExt(InstanceExt::DebugUtils)) { in RecordComputePass()
991 if (device->GetGlobalInfo().HasExt(InstanceExt::DebugUtils)) { in RecordComputePass()
1118 if (device->GetGlobalInfo().HasExt(InstanceExt::DebugUtils)) { in RecordRenderPass()
1138 if (device->GetGlobalInfo().HasExt(InstanceExt::DebugUtils)) { in RecordRenderPass()
1148 if (device->GetGlobalInfo().HasExt(InstanceExt::DebugUtils)) { in RecordRenderPass()
DVulkanExtensions.h42 DebugUtils, enumerator
DVulkanExtensions.cpp50 {InstanceExt::DebugUtils, "VK_EXT_debug_utils", NeverPromoted},
91 case InstanceExt::DebugUtils: in EnsureDependencies()
DBackendVk.cpp249 if (usedGlobalKnobs.HasExt(InstanceExt::DebugUtils)) { in Initialize()
340 if (usedKnobs.HasExt(InstanceExt::DebugUtils)) { in CreateVkInstance()
DUtilsVulkan.cpp180 if (device->GetGlobalInfo().HasExt(InstanceExt::DebugUtils)) { in SetDebugName()
DVulkanFunctions.cpp77 if (globalInfo.HasExt(InstanceExt::DebugUtils)) { in LoadInstanceProcs()