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

  /external/mesa3d/src/gallium/drivers/r300/
r300_flush.c 71 r300->clip_state.dirty = FALSE;
r300_context.c 109 FREE(r300->clip_state.state);
197 R300_INIT_ATOM(clip_state, has_tcl ? 3 + (6 * 4) : 0);
227 R300_ALLOC_ATOM(clip_state, r300_clip_state);
r300_context.h 528 struct r300_atom clip_state; member in struct:r300_context
r300_state.c 661 (struct r300_clip_state*)r300->clip_state.state;
665 BEGIN_CB(clip->cb, r300->clip_state.size);
673 r300_mark_atom_dirty(r300, &r300->clip_state);
    [all...]
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_pipe.h 176 struct pipe_clip_state clip_state; member in struct:dd_draw_state
dd_draw.c 276 DUMP(clip_state, &dstate->clip_state);
858 dst->clip_state = src->clip_state;
    [all...]
dd_context.c 366 DD_IMM_STATE(clip_state, const struct pipe_clip_state, *state, state)
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_hw_context.c 215 si_mark_atom_dirty(ctx, &ctx->clip_state.atom);
si_state.h 146 struct r600_atom *clip_state; member in struct:si_state_atoms::__anon27902
si_pipe.h 243 struct si_clip_state clip_state; member in struct:si_context
si_state.c 635 if (memcmp(&sctx->clip_state.state, state, sizeof(*state)) == 0)
638 sctx->clip_state.state = *state;
639 si_mark_atom_dirty(sctx, &sctx->clip_state.atom);
654 radeon_emit_array(cs, (uint32_t*)sctx->clip_state.state.ucp, 6*4);
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_hw_context.c 307 r600_mark_atom_dirty(ctx, &ctx->clip_state.atom);
r600_state_common.c 246 rctx->clip_state.state = *state;
247 r600_mark_atom_dirty(rctx, &rctx->clip_state.atom);
    [all...]
r600_pipe.h 458 struct r600_clip_state clip_state; member in struct:r600_context
evergreen_state.c 912 struct pipe_clip_state *state = &rctx->clip_state.state;
    [all...]
r600_state.c 794 struct pipe_clip_state *state = &rctx->clip_state.state;
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 748 trace_dump_arg(clip_state, state);
    [all...]

Completed in 740 milliseconds