Searched refs:sw_query_ops (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_query.c460 static struct r600_query_ops sw_query_ops = { variable in typeref:struct:r600_query_ops
477 query->b.ops = &sw_query_ops;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.c502 static const struct si_query_ops sw_query_ops = { variable in typeref:typename:const struct si_query_ops
519 query->b.ops = &sw_query_ops;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_query.c460 static struct r600_query_ops sw_query_ops = { variable in typeref:struct:r600_query_ops
477 query->b.ops = &sw_query_ops;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.c497 static const struct si_query_ops sw_query_ops = {.destroy = si_query_sw_destroy, variable in typeref:typename:const struct si_query_ops
512 query->b.ops = &sw_query_ops;

Completed in 10 milliseconds