Home
last modified time | relevance | path

Searched refs:tp_print (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_tracepoints.py55 def begin_end_tp(name, args=[], tp_struct=None, tp_print=None,
65 tp_print=tp_print)
71 def singular_tp(name, args=[], tp_struct=None, tp_print=None,
80 tp_print=tp_print)
89 tp_print=['%p: cleared=%x, gmem_reason=%x, num_draws=%u', '__entry->batch',
98 tp_print=['%ux%u bins of %ux%u', variable
126 tp_print=['fast_cleared: 0x%x', '__entry->fast_cleared'], variable
136 tp_print
145 tp_print=['%s -> %s', 'util_str_tex_target(__entry->src_target, true)', global() variable
[all...]
/third_party/mesa3d/src/intel/ds/
H A Dintel_tracepoints.py41 def begin_end_tp(name, tp_args=[], tp_struct=None, tp_print=None, end_pipelined=True):
48 tp_print=tp_print,
105 tp_print=['group=%ux%ux%u', '__entry->group_x', '__entry->group_y', '__entry->group_z'])
145 tp_print=stall_args(stall_flags),
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_tracepoints.py57 tp_print=['%ux%u@%u, fmt=%s',
72 tp_print=['%ux%ux%u@%u, nr_cbufs: %u', variable
89 tp_print=['work_dim=%u, block=%ux%ux%u, grid=%ux%ux%u', '__entry->work_dim',
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_tracepoints.py42 def begin_end_tp(name, args=[], tp_struct=None, tp_print=None,
55 tp_print=tp_print)
/third_party/mesa3d/src/util/perf/
H A Du_trace.py36 tp_struct=None, tp_print=None, tp_perfetto=None,
45 - tp_print: (optional) array of format string followed by expressions
58 self.tp_print = tp_print
356 % if trace.tp_print is not None:
357 fprintf(out, "${trace.tp_print[0]}\\n"
358 % for arg in trace.tp_print[1:]:
381 % if trace.tp_print is not None:
382 fprintf(out, "\\"unstructured\\": \\"${trace.tp_print[0]}\\""
383 % for arg in trace.tp_print[
[all...]

Completed in 2 milliseconds