Searched refs:pstipple (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_context.c95 if (softpipe->pstipple.sampler)
96 pipe->delete_sampler_state(pipe, softpipe->pstipple.sampler);
98 pipe_resource_reference(&softpipe->pstipple.texture, NULL);
99 pipe_sampler_view_reference(&softpipe->pstipple.sampler_view, NULL);
114 if (softpipe->quad.pstipple)
115 softpipe->quad.pstipple->destroy( softpipe->quad.pstipple );
274 softpipe->quad.pstipple = sp_quad_polygon_stipple_stage(softpipe);
329 softpipe->pstipple.sampler = util_pstipple_create_sampler(&softpipe->pipe);
H A Dsp_quad_pipe.c66 insert_stage_at_head( sp, sp->quad.pstipple );
H A Dsp_state_derived.c289 pipe_resource_reference(&softpipe->pstipple.texture, tex);
293 softpipe->pstipple.texture);
294 pipe_sampler_view_reference(&softpipe->pstipple.sampler_view, view);
315 softpipe->samplers[PIPE_SHADER_FRAGMENT][unit] = softpipe->pstipple.sampler;
319 softpipe->pstipple.sampler_view);
322 softpipe->pstipple.sampler_view);
H A Dsp_context.h148 } pstipple; member in struct:softpipe_context
155 struct quad_stage *pstipple; member in struct:softpipe_context::__anon14092
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_validate.c122 if (rasterizer->poly_stipple_enable && draw->pipeline.pstipple)
224 && draw->pipeline.pstipple) {
225 draw->pipeline.pstipple->next = next;
226 next = draw->pipeline.pstipple;
H A Ddraw_pipe.c103 if (draw->pipeline.pstipple)
104 draw->pipeline.pstipple->destroy( draw->pipeline.pstipple );
H A Ddraw_private.h117 struct draw_stage *pstipple; member in struct:draw_context::__anon13874
H A Ddraw_pipe_pstipple.c127 int freeSampler; /** an available sampler for the pstipple */
651 return pstip_stage(draw->pipeline.pstipple);
783 draw->pipeline.pstipple = &pstip->stage;

Completed in 177 milliseconds