Home
last modified time | relevance | path

Searched refs:clip_state (Results 1 - 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.c109 FREE(r300->clip_state.state); in r300_destroy_context()
197 R300_INIT_ATOM(clip_state, has_tcl ? 3 + (6 * 4) : 0); in r300_setup_atoms()
227 R300_ALLOC_ATOM(clip_state, r300_clip_state); in r300_setup_atoms()
H A Dr300_flush.c70 r300->clip_state.dirty = FALSE; in r300_flush_and_cleanup()
H A Dr300_context.h528 struct r300_atom clip_state; member
H A Dr300_state.c656 (struct r300_clip_state*)r300->clip_state.state; in r300_set_clip_state()
660 BEGIN_CB(clip->cb, r300->clip_state.size); in r300_set_clip_state()
668 r300_mark_atom_dirty(r300, &r300->clip_state); in r300_set_clip_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.h220 struct si_atom clip_state; member
242 SI_ATOM_BIT(clip_state) | SI_ATOM_BIT(scissors) | SI_ATOM_BIT(viewports) | in si_atoms_that_always_roll_context()
H A Dsi_gfx_cs.c486 si_mark_atom_dirty(ctx, &ctx->atoms.s.clip_state); in si_begin_new_gfx_cs()
H A Dsi_state.c824 if (memcmp(&sctx->clip_state, state, sizeof(*state)) == 0) in si_set_clip_state()
827 sctx->clip_state = *state; in si_set_clip_state()
829 si_mark_atom_dirty(sctx, &sctx->atoms.s.clip_state); in si_set_clip_state()
844 radeon_emit_array((uint32_t *)sctx->clip_state.ucp, 6 * 4); in si_emit_clip_state()
5419 sctx->atoms.s.clip_state.emit = si_emit_clip_state; in si_init_state_functions()
H A Dsi_pipe.h1029 struct pipe_clip_state clip_state; member
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_pipe.h252 struct pipe_clip_state clip_state; member
H A Ddd_draw.c289 DUMP(clip_state, &dstate->clip_state); in dd_dump_shader()
938 dst->clip_state = src->clip_state; in dd_copy_draw_state()
H A Ddd_context.c354 DD_IMM_STATE(clip_state, const struct pipe_clip_state, *state, state)
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c284 rctx->clip_state.state = *state; in r600_set_clip_state()
285 r600_mark_atom_dirty(rctx, &rctx->clip_state.atom); in r600_set_clip_state()
1378 ptr = rctx->clip_state.state.ucp; in r600_update_driver_const_buffers()
1381 memcpy(ptr, rctx->clip_state.state.ucp, R600_UCP_SIZE); in r600_update_driver_const_buffers()
1426 memcpy(ptr, rctx->clip_state.state.ucp, R600_UCP_SIZE); in r600_update_driver_const_buffers()
H A Dr600_hw_context.c355 r600_mark_atom_dirty(ctx, &ctx->clip_state.atom); in r600_begin_new_cs()
H A Dr600_pipe.h533 struct r600_clip_state clip_state; member
H A Dr600_state.c799 struct pipe_clip_state *state = &rctx->clip_state.state; in r600_emit_clip_state()
3088 r600_init_atom(rctx, &rctx->clip_state.atom, id++, r600_emit_clip_state, 26); in r600_init_state_functions()
H A Devergreen_state.c1011 struct pipe_clip_state *state = &rctx->clip_state.state; in evergreen_emit_clip_state()
4467 r600_init_atom(rctx, &rctx->clip_state.atom, id++, evergreen_emit_clip_state, 26); in evergreen_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c902 trace_dump_arg(clip_state, state); in trace_context_set_clip_state()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c111 struct pipe_clip_state clip_state; member

Completed in 72 milliseconds