Home
last modified time | relevance | path

Searched refs:HeaderScope (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/util/perf/
Du_trace.py104 class HeaderScope(IntEnum): class
111 def __init__(self, hdr, scope=HeaderScope.HEADER|HeaderScope.SOURCE):
329 HEADERS=[h for h in HEADERS if h.scope & HeaderScope.SOURCE],
338 HEADERS=[h for h in HEADERS if h.scope & HeaderScope.HEADER],
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_tracepoints.py39 from u_trace import Header, HeaderScope
53 Header('freedreno/vulkan/tu_private.h', scope=HeaderScope.SOURCE)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp138 DictScope HeaderScope(W, "Header"); in dump() local
366 DictScope HeaderScope(W, "Header"); in dump() local