Searched refs:get_result (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_autotune.c104 get_result(struct fd_autotune *at, struct fd_batch_history *history) function in typeref:struct:fd_batch_result *
202 batch->autotune_result = get_result(at, history);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_query.h124 bool (*get_result)(struct r600_common_context *, member in struct:r600_query_ops
H A Dr600_query.c464 .get_result = r600_query_sw_get_result,
573 .get_result = r600_query_hw_get_result,
1304 return rquery->ops->get_result(rctx, rquery, wait, result);
H A Dr600_perfcounter.c222 .get_result = r600_query_hw_get_result
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.h128 bool (*get_result)(struct si_context *, member in struct:si_query_ops
H A Dsi_query.c506 .get_result = si_query_sw_get_result,
1356 .get_result = si_query_hw_get_result,
1370 return squery->ops->get_result(sctx, squery, wait, result);
H A Dsi_perfcounter.c915 .get_result = si_pc_query_get_result,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_query.h124 bool (*get_result)(struct r600_common_context *, member in struct:r600_query_ops
H A Dr600_query.c464 .get_result = r600_query_sw_get_result,
573 .get_result = r600_query_hw_get_result,
1305 return rquery->ops->get_result(rctx, rquery, wait, result);
H A Dr600_perfcounter.c222 .get_result = r600_query_hw_get_result
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.h134 bool (*get_result)(struct si_context *, struct si_query *, bool wait, member in struct:si_query_ops
H A Dgfx10_query.c422 .get_result = gfx10_sh_query_get_result,
H A Dsi_query.c500 .get_result = si_query_sw_get_result,
1358 .get_result = si_query_hw_get_result,
1371 return squery->ops->get_result(sctx, squery, wait, result);
H A Dsi_perfcounter.c385 .get_result = si_pc_query_get_result,

Completed in 20 milliseconds