Searched refs:emit_stop (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_query.h157 void (*emit_stop)(struct r600_common_context *, member in struct:r600_query_hw_ops
280 void (*emit_stop)(struct r600_common_context *, member in struct:r600_perfcounters
H A Dr600_perfcounter.c165 pc->emit_stop(ctx, buffer, va);
228 .emit_stop = r600_pc_query_emit_stop,
H A Dr600_query.c594 .emit_stop = r600_query_hw_do_emit_stop,
888 query->ops->emit_stop(ctx, query, query->buffer.buf, va);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_query.h157 void (*emit_stop)(struct r600_common_context *, member in struct:r600_query_hw_ops
280 void (*emit_stop)(struct r600_common_context *, member in struct:r600_perfcounters
H A Dr600_perfcounter.c165 pc->emit_stop(ctx, buffer, va);
228 .emit_stop = r600_pc_query_emit_stop,
H A Dr600_query.c594 .emit_stop = r600_query_hw_do_emit_stop,
888 query->ops->emit_stop(ctx, query, query->buffer.buf, va);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.h168 void (*emit_stop)(struct si_context *, member in struct:si_query_hw_ops
H A Dsi_query.c678 .emit_stop = si_query_hw_do_emit_stop,
951 query->ops->emit_stop(sctx, query, query->buffer.buf, va);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.h170 void (*emit_stop)(struct si_context *, struct si_query_hw *, struct si_resource *buffer, member in struct:si_query_hw_ops
H A Dsi_query.c656 .emit_stop = si_query_hw_do_emit_stop,
920 query->ops->emit_stop(sctx, query, query->buffer.buf, va);

Completed in 18 milliseconds