Searched refs:pstipple (Results 1 – 13 of 13) sorted by relevance
64 if (softpipe->pstipple.sampler) in softpipe_destroy()65 pipe->delete_sampler_state(pipe, softpipe->pstipple.sampler); in softpipe_destroy()67 pipe_resource_reference(&softpipe->pstipple.texture, NULL); in softpipe_destroy()68 pipe_sampler_view_reference(&softpipe->pstipple.sampler_view, NULL); in softpipe_destroy()87 if (softpipe->quad.pstipple) in softpipe_destroy()88 softpipe->quad.pstipple->destroy( softpipe->quad.pstipple ); in softpipe_destroy()281 softpipe->quad.pstipple = sp_quad_polygon_stipple_stage(softpipe); in softpipe_create_context()362 softpipe->pstipple.sampler = util_pstipple_create_sampler(&softpipe->pipe); in softpipe_create_context()
393 pipe_resource_reference(&softpipe->pstipple.texture, tex); in update_polygon_stipple_pattern()397 softpipe->pstipple.texture); in update_polygon_stipple_pattern()398 pipe_sampler_view_reference(&softpipe->pstipple.sampler_view, view); in update_polygon_stipple_pattern()419 softpipe->samplers[PIPE_SHADER_FRAGMENT][unit] = softpipe->pstipple.sampler; in update_polygon_stipple_enable()423 unit, 1, &softpipe->pstipple.sampler_view); in update_polygon_stipple_enable()
161 } pstipple; member168 struct quad_stage *pstipple; member
68 insert_stage_at_head( sp, sp->quad.pstipple ); in sp_build_quad_pipeline()
109 if (rasterizer->poly_stipple_enable && draw->pipeline.pstipple) in draw_need_pipeline()215 && draw->pipeline.pstipple) { in validate_pipeline()216 draw->pipeline.pstipple->next = next; in validate_pipeline()217 next = draw->pipeline.pstipple; in validate_pipeline()
108 if (draw->pipeline.pstipple) in draw_pipeline_destroy()109 draw->pipeline.pstipple->destroy( draw->pipeline.pstipple ); in draw_pipeline_destroy()
331 return pstip_stage(draw->pipeline.pstipple); in pstip_stage_from_pipe()477 draw->pipeline.pstipple = &pstip->stage; in draw_install_pstipple_stage()
132 struct draw_stage *pstipple; member
86 unsigned pstipple:1; member
232 key->fs.pstipple = (svga->curr.rast->templ.poly_stipple_enable && in make_fs_key()
3696 if (emit->unit == PIPE_SHADER_FRAGMENT && emit->key.fs.pstipple) { in svga_shader_emit_instructions()
11091 if (key->fs.pstipple) { in svga_tgsi_vgpu10_translate()
1666 - gallium: Fix setup of pstipple frag coord var.