HomeSort by relevance Sort by last modified time
    Searched full:end_query (Results 1 - 25 of 32) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/radeonsi/
r600.h 73 /* Size of the result in memory for both begin_query and end_query,
80 /* The number of dwords for begin_query or end_query. */
r600_query.c 125 rctx->context.end_query = r600_end_query;
  /external/mesa3d/src/gallium/drivers/i915/
i915_query.c 83 i915->base.end_query = i915_end_query;
  /external/mesa3d/src/gallium/drivers/r300/
r300_query.c 127 fprintf(stderr, "r300: end_query: Got invalid query.\n");
208 r300->context.end_query = r300_end_query;
  /external/mesa3d/src/gallium/drivers/r600/
r600.h 165 /* Size of the result in memory for both begin_query and end_query,
168 /* The number of dwords for begin_query or end_query. */
  /external/mesa3d/src/gallium/tests/graw/
occlusion-query.c 179 info.ctx->end_query(info.ctx, q1);
185 info.ctx->end_query(info.ctx, q2);
  /external/mesa3d/src/gallium/docs/source/
context.rst 298 use ``end_query`` to end the query.
328 ``end_query`` have been processed.
334 events at ``begin_query`` and ``end_query``.
351 commands issued between ``begin_query`` and ``end_query``.
355 all commands issued before ``end_query`` have completed. However, this
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 278 void end_query (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
400 {end_query, "end_query", "Invalid glEndQuery() usage" },
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_query.c 181 llvmpipe->pipe.end_query = llvmpipe_end_query;
lp_rast_debug.c 43 "end_query",
lp_setup.c 1109 set_scene_state(setup, SETUP_ACTIVE, "end_query");
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_query.c 265 pipe->end_query = nv30_query_end;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_query.c 228 softpipe->pipe.end_query = softpipe_end_query;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_queryobj.c 142 pipe->end_query(pipe, stq->pq);
  /external/mesa3d/src/gallium/drivers/noop/
noop_pipe.c 274 ctx->end_query = noop_end_query;
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_query.c 266 svga->pipe.end_query = svga_end_query;
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 169 trace_dump_call_begin("pipe_context", "end_query");
174 pipe->end_query(pipe, query);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 275 ES3F_ADD_API_CASE(end_query, "Invalid glEndQuery() usage",
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_query.c 391 pipe->end_query = nv50_query_end;
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 114 pipe->end_query(pipe,
    [all...]
  /external/mesa3d/src/gallium/drivers/identity/
id_context.c 98 pipe->end_query(pipe,
888 id_pipe->base.end_query = identity_end_query;
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 182 pipe->end_query(pipe,
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_query.c 521 pipe->end_query = nvc0_query_end;
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 113 void (*end_query)(struct pipe_context *pipe, struct pipe_query *q); member in struct:pipe_context
  /external/mesa3d/src/gallium/docs/
d3d11ddi.txt 351 QueryEnd -> end_query

Completed in 590 milliseconds

1 2