Lines Matching defs:state
152 unsigned cb_color_control; /* this comes from blend state */
178 unsigned sx_alpha_test_control; /* this comes from dsa state */
179 unsigned sx_alpha_ref; /* this comes from dsa state */
194 struct pipe_blend_color state;
199 struct pipe_clip_state state;
211 struct pipe_framebuffer_state state;
243 struct r600_stencil_ref state;
434 /* CSO (constant state object, in other words, immutable state). */
503 /* Miscellaneous state objects. */
523 struct r600_command_buffer start_cs_cmd; /* invariant state mostly */
591 /* Last draw state (-1 = unset). */
609 /* Debug state. */
658 struct r600_cso_state *state, void *cso)
660 state->cso = cso;
661 r600_set_atom_dirty(rctx, &state->atom, cso != NULL);
665 struct r600_cso_state *state, void *cso,
668 state->cb = cb;
669 state->atom.num_dw = cb ? cb->num_dw : 0;
670 r600_set_cso_state(rctx, state, cso);
683 const struct pipe_sampler_view *state,
752 const struct pipe_sampler_view *state,
829 void (*emit)(struct r600_context *ctx, struct r600_atom *state),
833 struct r600_samplerview_state *state);
835 struct r600_sampler_states *state);
836 void r600_constant_buffers_dirty(struct r600_context *rctx, struct r600_constbuf_state *state);
846 bool sampler_state_needs_border_color(const struct pipe_sampler_state *state);