unsigned num, void **sampler)
{
struct aaline_stage *aaline = aaline_stage_from_pipe(pipe);
- struct draw_context *draw = aaline->stage.draw;
/* save current */
memcpy(aaline->state.sampler, sampler, num * sizeof(void *));
unsigned num, struct pipe_texture **texture)
{
struct aaline_stage *aaline = aaline_stage_from_pipe(pipe);
- struct draw_context *draw = aaline->stage.draw;
uint i;
/* save current */
unsigned num, struct pipe_texture **texture)
{
struct pstip_stage *pstip = pstip_stage_from_pipe(pipe);
- struct draw_context *draw = pstip->stage.draw;
uint i;
/* save current */
const struct pipe_poly_stipple *stipple)
{
struct pstip_stage *pstip = pstip_stage_from_pipe(pipe);
- struct draw_context *draw = (struct draw_context *) pipe->draw;
/* save current */
pstip->state.stipple = stipple;