Searched refs:HeaderScope (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/perf/
H A Du_trace.py104 class HeaderScope(IntEnum): class in inherits:IntEnum
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],
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_tracepoints.py39 from u_trace import Header, HeaderScope
53 Header('freedreno/vulkan/tu_private.h', scope=HeaderScope.SOURCE)

Completed in 3 milliseconds