Searched refs:pstipple (Results 1 – 8 of 8) sorted by relevance
95 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()
289 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()
148 } pstipple; member155 struct quad_stage *pstipple; member
66 insert_stage_at_head( sp, sp->quad.pstipple ); in sp_build_quad_pipeline()
122 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()
103 if (draw->pipeline.pstipple) in draw_pipeline_destroy()104 draw->pipeline.pstipple->destroy( draw->pipeline.pstipple ); in draw_pipeline_destroy()
117 struct draw_stage *pstipple; member
651 return pstip_stage(draw->pipeline.pstipple); in pstip_stage_from_pipe()783 draw->pipeline.pstipple = &pstip->stage; in draw_install_pstipple_stage()