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

1 2

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_context.c 141 llvmpipe->pipe.render_condition = llvmpipe_render_condition;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_query.c 210 r300->context.render_condition = r300_render_condition;
  /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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_query.c 268 pipe->render_condition = nv40_query_render_condition;
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_context.h 98 void (*render_condition)( struct pipe_context *pipe, member in struct:pipe_context
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 125 bool render_condition; member in struct:GalliumD3D11Caps
  /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

Completed in 376 milliseconds

1 2