Searched refs:rquery (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_query.c | 58 struct r600_query *rquery) in r600_query_sw_destroy() argument 60 struct r600_query_sw *query = (struct r600_query_sw *)rquery; in r600_query_sw_destroy() 93 struct r600_query *rquery) in r600_query_sw_begin() argument 95 struct r600_query_sw *query = (struct r600_query_sw *)rquery; in r600_query_sw_begin() 243 struct r600_query *rquery) in r600_query_sw_end() argument 245 struct r600_query_sw *query = (struct r600_query_sw *)rquery; in r600_query_sw_end() 395 struct r600_query *rquery, in r600_query_sw_get_result() argument 399 struct r600_query_sw *query = (struct r600_query_sw *)rquery; in r600_query_sw_get_result() 410 struct pipe_context *ctx = rquery->b.flushed ? NULL : &rctx->b; in r600_query_sw_get_result() 483 struct r600_query *rquery) in r600_query_hw_destroy() argument [all …]
|
D | r600_query.h | 199 struct r600_query *rquery); 201 struct r600_query *rquery); 203 struct r600_query *rquery); 205 struct r600_query *rquery,
|
D | r600_perfcounter.c | 103 struct r600_query *rquery) in r600_pc_query_destroy() argument 105 struct r600_query_pc *query = (struct r600_query_pc *)rquery; in r600_pc_query_destroy() 115 r600_query_hw_destroy(rscreen, rquery); in r600_pc_query_destroy()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | gfx10_query.c | 185 static void gfx10_sh_query_destroy(struct si_context *sctx, struct si_query *rquery) in gfx10_sh_query_destroy() argument 187 struct gfx10_sh_query *query = (struct gfx10_sh_query *)rquery; in gfx10_sh_query_destroy() 192 static bool gfx10_sh_query_begin(struct si_context *sctx, struct si_query *rquery) in gfx10_sh_query_begin() argument 194 struct gfx10_sh_query *query = (struct gfx10_sh_query *)rquery; in gfx10_sh_query_begin() 211 static bool gfx10_sh_query_end(struct si_context *sctx, struct si_query *rquery) in gfx10_sh_query_end() argument 213 struct gfx10_sh_query *query = (struct gfx10_sh_query *)rquery; in gfx10_sh_query_end() 282 static bool gfx10_sh_query_get_result(struct si_context *sctx, struct si_query *rquery, bool wait, in gfx10_sh_query_get_result() argument 285 struct gfx10_sh_query *query = (struct gfx10_sh_query *)rquery; in gfx10_sh_query_get_result() 298 if (rquery->b.flushed) in gfx10_sh_query_get_result() 327 static void gfx10_sh_query_get_result_resource(struct si_context *sctx, struct si_query *rquery, in gfx10_sh_query_get_result_resource() argument [all …]
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | jquery-1.7.1.js | 6842 rquery = /\?/, variable 7497 s.url += ( rquery.test( s.url ) ? "&" : "?" ) + s.data; 7513 s.url = ret + ( ( ret === s.url ) ? ( rquery.test( s.url ) ? "&" : "?" ) + "_=" + ts : "" );
|
/external/mesa3d/docs/relnotes/ |
D | 19.0.0.rst | 1809 - radeonsi: rename rquery -> squery
|