Home | History | Annotate | Download | only in draw

Lines Matching refs:pstip_stage

74 struct pstip_stage
339 generate_pstip_fs(struct pstip_stage *pstip)
390 pstip_update_texture(struct pstip_stage *pstip)
432 pstip_create_texture(struct pstip_stage *pstip)
471 pstip_create_sampler(struct pstip_stage *pstip)
500 bind_pstip_fragment_shader(struct pstip_stage *pstip)
514 static INLINE struct pstip_stage *
515 pstip_stage( struct draw_stage *stage )
517 return (struct pstip_stage *) stage;
524 struct pstip_stage *pstip = pstip_stage(stage);
566 struct pstip_stage *pstip = pstip_stage(stage);
594 struct pstip_stage *pstip = pstip_stage(stage);
615 static struct pstip_stage *
618 struct pstip_stage *pstip = CALLOC_STRUCT(pstip_stage);
647 static struct pstip_stage *
651 return pstip_stage(draw->pipeline.pstipple);
663 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe);
680 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe);
693 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe);
709 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe);
729 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe);
751 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe);
772 struct pstip_stage *pstip;