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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c127 generate_pstip_fs(struct pstip_stage *pstip) argument
129 struct pipe_context *pipe = pstip->pipe;
131 const struct pipe_shader_state *orig_fs = &pstip->fs->state;
132 /*struct draw_context *draw = pstip->stage.draw;*/
142 &pstip->fs->sampler_unit,
150 &pstip->fs->sampler_unit, 0, wincoord_file == TGSI_FILE_SYSTEM_VALUE);
153 assert(pstip->fs->sampler_unit < PIPE_MAX_SAMPLERS);
155 pstip->fs->pstip_fs = pstip->driver_create_fs_state(pipe, &pstip_fs);
159 if (!pstip
171 bind_pstip_fragment_shader(struct pstip_stage * pstip) argument
195 struct pstip_stage *pstip = pstip_stage(stage); local in function:pstip_first_tri
243 struct pstip_stage *pstip = pstip_stage(stage); local in function:pstip_flush
275 struct pstip_stage *pstip = pstip_stage(stage); local in function:pstip_destroy
299 struct pstip_stage *pstip = CALLOC_STRUCT(pstip_stage); local in function:draw_pstip_stage
344 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe); local in function:pstip_create_fs_state
365 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe); local in function:pstip_bind_fs_state
378 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe); local in function:pstip_delete_fs_state
399 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe); local in function:pstip_bind_sampler_states
426 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe); local in function:pstip_set_sampler_views
452 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe); local in function:pstip_set_polygon_stipple
474 struct pstip_stage *pstip; local in function:draw_install_pstipple_stage
[all...]
/xsrc/external/mit/MesaLib.old/dist/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 in function:pstip_first_tri
232 struct pstip_stage *pstip = pstip_stage(stage); local in function:pstip_flush
264 struct pstip_stage *pstip = pstip_stage(stage); local in function:pstip_destroy
288 struct pstip_stage *pstip = CALLOC_STRUCT(pstip_stage); local in function:draw_pstip_stage
333 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe); local in function:pstip_create_fs_state
350 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe); local in function:pstip_bind_fs_state
363 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe); local in function:pstip_delete_fs_state
381 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe); local in function:pstip_bind_sampler_states
406 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe); local in function:pstip_set_sampler_views
427 struct pstip_stage *pstip = pstip_stage_from_pipe(pipe); local in function:pstip_set_polygon_stipple
449 struct pstip_stage *pstip; local in function:draw_install_pstipple_stage
[all...]

Completed in 3 milliseconds