Home
last modified time | relevance | path

Searched refs:rquery (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_query.c58 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 …]
Dr600_query.h199 struct r600_query *rquery);
201 struct r600_query *rquery);
203 struct r600_query *rquery);
205 struct r600_query *rquery,
Dr600_perfcounter.c103 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/
Dgfx10_query.c185 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/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/
Djquery-3.5.1.js8853 var rquery = ( /\?/ );
9587 cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data;
9596 uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce.guid++ ) +
10226 s.url += ( rquery.test( s.url ) ? "&" : "?" ) + s.jsonp + "=" + callbackName;
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/
Djquery.js8853 var rquery = ( /\?/ );
9587 cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data;
9596 uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce.guid++ ) +
10226 s.url += ( rquery.test( s.url ) ? "&" : "?" ) + s.jsonp + "=" + callbackName;
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/
Djquery-3.5.1.js8853 var rquery = ( /\?/ );
9587 cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data;
9596 uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce.guid++ ) +
10226 s.url += ( rquery.test( s.url ) ? "&" : "?" ) + s.jsonp + "=" + callbackName;
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/
Djquery.js8853 var rquery = ( /\?/ );
9587 cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data;
9596 uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce.guid++ ) +
10226 s.url += ( rquery.test( s.url ) ? "&" : "?" ) + s.jsonp + "=" + callbackName;
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Djquery-1.7.1.js6842 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/
D19.0.0.rst1809 - radeonsi: rename rquery -> squery