HomeSort by relevance Sort by last modified time
    Searched refs:render_condition (Results 1 - 24 of 24) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_cb_condrender.c 79 st->render_condition = stq->pq;
82 pipe->render_condition(pipe, stq->pq, m);
98 pipe->render_condition(pipe, NULL, 0);
99 st->render_condition = NULL;
st_gen_mipmap.c 97 if (st->render_condition) {
98 pipe->render_condition(pipe, NULL, 0);
104 if (st->render_condition) {
105 pipe->render_condition(pipe, st->render_condition, st->condition_mode);
st_cb_blit.c 177 if (st->render_condition) {
178 st->pipe->render_condition(st->pipe, NULL, 0);
345 if (st->render_condition) {
346 st->pipe->render_condition(st->pipe, st->render_condition,
st_cb_texture.c 576 if (st->render_condition) {
577 pipe->render_condition(pipe, NULL, 0);
609 if (st->render_condition) {
610 pipe->render_condition(pipe, st->render_condition,
    [all...]
st_context.h 192 struct pipe_query *render_condition; member in struct:st_context
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_query.c 129 rctx->context.render_condition = r600_render_condition;
r600_blit.c 83 rctx->context.render_condition(&rctx->context, NULL, 0);
92 rctx->context.render_condition(&rctx->context,
radeonsi_pipe.c 149 ctx->render_condition(ctx, NULL, 0);
156 ctx->render_condition(ctx, render_cond, render_cond_mode);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.c 141 llvmpipe->pipe.render_condition = llvmpipe_render_condition;
  /external/mesa3d/src/gallium/drivers/r300/
r300_query.c 210 r300->context.render_condition = r300_render_condition;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_query.c 268 pipe->render_condition = nv40_query_render_condition;
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 98 void (*render_condition)( struct pipe_context *pipe, member in struct:pipe_context
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 125 bool render_condition; member in struct:GalliumD3D11Caps
d3d11_context.h     [all...]
d3d11_screen.h 113 screen_caps.render_condition = screen->get_param(screen, PIPE_CAP_CONDITIONAL_RENDER);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.c 246 softpipe->pipe.render_condition = softpipe_render_condition;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_query.c 393 pipe->render_condition = nv50_render_condition;
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 979 context->render_condition(context, query, mode);
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 93 rctx->context.render_condition(&rctx->context, NULL, 0);
102 rctx->context.render_condition(&rctx->context,
r600_pipe.c 133 ctx->render_condition(ctx, NULL, 0);
140 ctx->render_condition(ctx, render_cond, render_cond_mode);
r600_query.c 616 rctx->context.render_condition = r600_render_condition;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_query.c 523 pipe->render_condition = nvc0_render_condition;
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 835 if(pipe->render_condition)
836 pipe->render_condition(pipe, 0, 0);
    [all...]

Completed in 528 milliseconds