Searched refs:emit_stop (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_query.h | 158 void (*emit_stop)(struct r600_common_context *, member 281 void (*emit_stop)(struct r600_common_context *, member
|
H A D | r600_perfcounter.c | 165 pc->emit_stop(ctx, buffer, va); in r600_pc_query_emit_stop() 228 .emit_stop = r600_pc_query_emit_stop,
|
H A D | r600_query.c | 594 .emit_stop = r600_query_hw_do_emit_stop, 888 query->ops->emit_stop(ctx, query, query->buffer.buf, va); in r600_query_hw_emit_stop()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_query.h | 175 void (*emit_stop)(struct si_context *, struct si_query_hw *, struct si_resource *buffer, member
|
H A D | si_query.c | 691 .emit_stop = si_query_hw_do_emit_stop, 1026 query->ops->emit_stop(sctx, query, query->buffer.buf, va); in si_query_hw_emit_stop()
|
Completed in 9 milliseconds