Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_context.c95 if (softpipe->pstipple.sampler) in softpipe_destroy()
96 pipe->delete_sampler_state(pipe, softpipe->pstipple.sampler); in softpipe_destroy()
98 pipe_resource_reference(&softpipe->pstipple.texture, NULL); in softpipe_destroy()
99 pipe_sampler_view_reference(&softpipe->pstipple.sampler_view, NULL); in softpipe_destroy()
114 if (softpipe->quad.pstipple) in softpipe_destroy()
115 softpipe->quad.pstipple->destroy( softpipe->quad.pstipple ); in softpipe_destroy()
274 softpipe->quad.pstipple = sp_quad_polygon_stipple_stage(softpipe); in softpipe_create_context()
329 softpipe->pstipple.sampler = util_pstipple_create_sampler(&softpipe->pipe); in softpipe_create_context()
Dsp_state_derived.c289 pipe_resource_reference(&softpipe->pstipple.texture, tex); in update_polygon_stipple_pattern()
293 softpipe->pstipple.texture); in update_polygon_stipple_pattern()
294 pipe_sampler_view_reference(&softpipe->pstipple.sampler_view, view); in update_polygon_stipple_pattern()
315 softpipe->samplers[PIPE_SHADER_FRAGMENT][unit] = softpipe->pstipple.sampler; in update_polygon_stipple_enable()
319 softpipe->pstipple.sampler_view); in update_polygon_stipple_enable()
322 softpipe->pstipple.sampler_view); in update_polygon_stipple_enable()
Dsp_context.h148 } pstipple; member
155 struct quad_stage *pstipple; member
Dsp_quad_pipe.c66 insert_stage_at_head( sp, sp->quad.pstipple ); in sp_build_quad_pipeline()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_validate.c122 if (rasterizer->poly_stipple_enable && draw->pipeline.pstipple) in draw_need_pipeline()
224 && draw->pipeline.pstipple) { in validate_pipeline()
225 draw->pipeline.pstipple->next = next; in validate_pipeline()
226 next = draw->pipeline.pstipple; in validate_pipeline()
Ddraw_pipe.c103 if (draw->pipeline.pstipple) in draw_pipeline_destroy()
104 draw->pipeline.pstipple->destroy( draw->pipeline.pstipple ); in draw_pipeline_destroy()
Ddraw_private.h117 struct draw_stage *pstipple; member
Ddraw_pipe_pstipple.c651 return pstip_stage(draw->pipeline.pstipple); in pstip_stage_from_pipe()
783 draw->pipeline.pstipple = &pstip->stage; in draw_install_pstipple_stage()