Searched defs:pstip (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c123 generate_pstip_fs(struct pstip_stage *pstip) argument
125 struct pipe_context *pipe = pstip->pipe;
127 const struct pipe_shader_state *orig_fs = &pstip->fs->state;
128 /*struct draw_context *draw = pstip->stage.draw;*/
137 &pstip->fs->sampler_unit,
143 assert(pstip->fs->sampler_unit < PIPE_MAX_SAMPLERS);
145 pstip->fs->pstip_fs = pstip->driver_create_fs_state(pipe, &pstip_fs);
149 if (!pstip->fs->pstip_fs)
161 bind_pstip_fragment_shader(struct pstip_stage *pstip) argument
185 struct pstip_stage *pstip = pstip_stage(stage); local
232 struct pstip_stage *pstip = pstip_stage(stage); local
264 struct pstip_stage *pstip = pstip_stage(stage); local
288 struct pstip_stage *pstip = CALLOC_STRUCT(pstip_stage); local
333 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe); local
350 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe); local
363 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe); local
381 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe); local
406 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe); local
427 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe); local
449 struct pstip_stage *pstip; local
[all...]

Completed in 120 milliseconds