Searched refs:end_of_pipe (Results 1 - 11 of 11) sorted by relevance
/third_party/mesa3d/src/util/perf/ |
H A D | u_trace.py | 37 end_of_pipe=False): 60 self.end_of_pipe = end_of_pipe 412 ${"true" if trace.end_of_pipe else "false"},
|
H A D | u_trace_priv.h | 45 bool end_of_pipe; member
|
H A D | u_trace.h | 104 bool end_of_pipe);
|
H A D | u_trace.c | 768 ut->utctx->record_timestamp(ut, cs, chunk->timestamps, tp_idx, tp->end_of_pipe); in u_trace_append()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_utrace.c | 45 bool end_of_pipe) in iris_utrace_record_ts() 53 if (end_of_pipe) { in iris_utrace_record_ts() 43 iris_utrace_record_ts(struct u_trace *trace, void *cs, void *timestamps, unsigned idx, bool end_of_pipe) iris_utrace_record_ts() argument
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_utrace.c | 223 bool end_of_pipe) in anv_utrace_record_ts() 234 end_of_pipe); in anv_utrace_record_ts() 221 anv_utrace_record_ts(struct u_trace *ut, void *cs, void *timestamps, unsigned idx, bool end_of_pipe) anv_utrace_record_ts() argument
|
H A D | anv_genX.h | 155 bool end_of_pipe);
|
H A D | genX_cmd_buffer.c | 7502 bool end_of_pipe) { in cmd_emit_timestamp() 7503 if (end_of_pipe) { in cmd_emit_timestamp() 7499 cmd_emit_timestamp(struct anv_batch *batch, struct anv_device *device, struct anv_address addr, bool end_of_pipe) cmd_emit_timestamp() argument
|
/third_party/mesa3d/src/intel/ds/ |
H A D | intel_tracepoints.py | 49 end_of_pipe=end_pipelined)
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_context.c | 453 unsigned idx, bool end_of_pipe) in fd_trace_record_ts() 452 fd_trace_record_ts(struct u_trace *ut, void *cs, void *timestamps, unsigned idx, bool end_of_pipe) fd_trace_record_ts() argument
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1553 unsigned idx, bool end_of_pipe) in tu_trace_record_ts() 1552 tu_trace_record_ts(struct u_trace *ut, void *cs, void *timestamps, unsigned idx, bool end_of_pipe) tu_trace_record_ts() argument
|
Completed in 19 milliseconds