HomeSort by relevance Sort by last modified time
    Searched refs:pstipple (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.c 63 if (softpipe->pstipple.sampler)
64 pipe->delete_sampler_state(pipe, softpipe->pstipple.sampler);
66 pipe_resource_reference(&softpipe->pstipple.texture, NULL);
67 pipe_sampler_view_reference(&softpipe->pstipple.sampler_view, NULL);
86 if (softpipe->quad.pstipple)
87 softpipe->quad.pstipple->destroy( softpipe->quad.pstipple );
268 softpipe->quad.pstipple = sp_quad_polygon_stipple_stage(softpipe);
348 softpipe->pstipple.sampler = util_pstipple_create_sampler(&softpipe->pipe);
sp_context.h 164 } pstipple; member in struct:softpipe_context
171 struct quad_stage *pstipple; member in struct:softpipe_context::__anon29763
sp_quad_pipe.c 68 insert_stage_at_head( sp, sp->quad.pstipple );
sp_state_derived.c 393 pipe_resource_reference(&softpipe->pstipple.texture, tex);
397 softpipe->pstipple.texture);
398 pipe_sampler_view_reference(&softpipe->pstipple.sampler_view, view);
419 softpipe->samplers[PIPE_SHADER_FRAGMENT][unit] = softpipe->pstipple.sampler;
423 unit, 1, &softpipe->pstipple.sampler_view);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_validate.c 106 if (rasterizer->poly_stipple_enable && draw->pipeline.pstipple)
211 && draw->pipeline.pstipple) {
212 draw->pipeline.pstipple->next = next;
213 next = draw->pipeline.pstipple;
draw_pipe.c 104 if (draw->pipeline.pstipple)
105 draw->pipeline.pstipple->destroy( draw->pipeline.pstipple );
draw_pipe_pstipple.c 321 return pstip_stage(draw->pipeline.pstipple);
460 draw->pipeline.pstipple = &pstip->stage;
draw_private.h 131 struct draw_stage *pstipple; member in struct:draw_context::__anon29382
  /external/mesa3d/src/gallium/drivers/svga/
svga_shader.h 81 unsigned pstipple:1; member in struct:svga_compile_key::__anon30117
svga_state_fs.c 209 key->fs.pstipple = (svga->curr.rast->templ.poly_stipple_enable &&
svga_tgsi_insn.c     [all...]
svga_tgsi_vgpu10.c     [all...]

Completed in 135 milliseconds