Home
last modified time | relevance | path

Searched refs:polygon_stipple (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_misc.c57 pipe_resource_reference(&svga->polygon_stipple.texture, NULL); in svga_set_polygon_stipple()
60 if (svga->polygon_stipple.sampler_view) { in svga_set_polygon_stipple()
62 &svga->polygon_stipple.sampler_view->base); in svga_set_polygon_stipple()
66 svga->polygon_stipple.texture = in svga_set_polygon_stipple()
70 svga->polygon_stipple.sampler_view = in svga_set_polygon_stipple()
73 svga->polygon_stipple.texture); in svga_set_polygon_stipple()
76 if (!svga->polygon_stipple.sampler) { in svga_set_polygon_stipple()
77 svga->polygon_stipple.sampler = util_pstipple_create_sampler(pipe); in svga_set_polygon_stipple()
Dsvga_pipe_sampler.c565 if (svga->polygon_stipple.sampler) { in svga_cleanup_sampler_state()
566 svga->pipe.delete_sampler_state(&svga->pipe, svga->polygon_stipple.sampler); in svga_cleanup_sampler_state()
569 if (svga->polygon_stipple.sampler_view) { in svga_cleanup_sampler_state()
571 &svga->polygon_stipple.sampler_view->base); in svga_cleanup_sampler_state()
573 pipe_resource_reference(&svga->polygon_stipple.texture, NULL); in svga_cleanup_sampler_state()
Dsvga_state_tss.c172 svga->polygon_stipple.sampler, in update_tss_binding()
173 &svga->polygon_stipple.sampler_view->base, in update_tss_binding()
404 svga->polygon_stipple.sampler, in update_tss()
Dsvga_state_sampler.c344 struct svga_pipe_sampler_view *sv = svga->polygon_stipple.sampler_view; in update_sampler_resources()
444 struct svga_sampler_state *sampler = svga->polygon_stipple.sampler; in update_samplers()
Dsvga_context.h590 } polygon_stipple; member
Dsvga_draw.c384 svga->polygon_stipple.sampler_view; in validate_sampler_resources()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c342 key.polygon_stipple = softpipe->rasterizer->poly_stipple_enable; in update_fragment_shader()
415 softpipe->fs_variant->key.polygon_stipple) { in update_polygon_stipple_enable()
Dsp_state.h67 boolean polygon_stipple; member
Dsp_state_shader.c63 if (key->polygon_stipple) { in create_fs_variant()
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_pipe.h245 struct pipe_poly_stipple polygon_stipple; member
Ddd_context.c358 DD_IMM_STATE(polygon_stipple, const struct pipe_poly_stipple, *state, state)
Ddd_draw.c236 DUMP(poly_stipple, &dstate->polygon_stipple); in dd_dump_shader()
/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c210 static const struct brw_tracked_state genX(polygon_stipple) = {
5411 &genX(polygon_stipple),
5478 &genX(polygon_stipple),
5564 &genX(polygon_stipple),
5655 &genX(polygon_stipple),
/external/mesa3d/src/gallium/tools/trace/
Ddump_state.py393 self._state.polygon_stipple = state
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state_init.c686 ALLOC_STATE( stp, polygon_stipple, STP_STATE_SIZE, "STP/stp", 0 ); in r200InitState()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c319 TC_FUNC1(set_polygon_stipple, polygon_stipple, const, struct pipe_poly_stipple, *, )