Searched refs:polygon_stipple (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_misc.c | 57 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()
|
D | svga_pipe_sampler.c | 544 if (svga->polygon_stipple.sampler) { in svga_cleanup_sampler_state() 545 svga->pipe.delete_sampler_state(&svga->pipe, svga->polygon_stipple.sampler); in svga_cleanup_sampler_state() 548 if (svga->polygon_stipple.sampler_view) { in svga_cleanup_sampler_state() 550 &svga->polygon_stipple.sampler_view->base); in svga_cleanup_sampler_state() 552 pipe_resource_reference(&svga->polygon_stipple.texture, NULL); in svga_cleanup_sampler_state()
|
D | svga_state_tss.c | 171 svga->polygon_stipple.sampler, in update_tss_binding() 172 &svga->polygon_stipple.sampler_view->base, in update_tss_binding() 403 svga->polygon_stipple.sampler, in update_tss()
|
D | svga_state_sampler.c | 304 struct svga_pipe_sampler_view *sv = svga->polygon_stipple.sampler_view; in update_sampler_resources() 390 struct svga_sampler_state *sampler = svga->polygon_stipple.sampler; in update_samplers()
|
D | svga_context.h | 582 } polygon_stipple; member
|
D | svga_draw.c | 349 svga->polygon_stipple.sampler_view; in validate_sampler_resources()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_derived.c | 342 key.polygon_stipple = softpipe->rasterizer->poly_stipple_enable; in update_fragment_shader() 415 softpipe->fs_variant->key.polygon_stipple) { in update_polygon_stipple_enable()
|
D | sp_state.h | 67 boolean polygon_stipple; member
|
D | sp_state_shader.c | 63 if (key->polygon_stipple) { in create_fs_variant()
|
/external/mesa3d/src/gallium/drivers/ddebug/ |
D | dd_pipe.h | 178 struct pipe_poly_stipple polygon_stipple; member
|
D | dd_context.c | 370 DD_IMM_STATE(polygon_stipple, const struct pipe_poly_stipple, *state, state)
|
D | dd_draw.c | 288 DUMP(poly_stipple, &dstate->polygon_stipple); in dd_dump_draw_vbo()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm_state.c | 200 wm->wm5.polygon_stipple = ctx->Polygon.StippleFlag; in brw_upload_wm_unit()
|
D | brw_structs.h | 553 unsigned polygon_stipple:1; member
|
/external/mesa3d/src/gallium/tools/trace/ |
D | dump_state.py | 393 self._state.polygon_stipple = state
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state_init.c | 685 ALLOC_STATE( stp, polygon_stipple, STP_STATE_SIZE, "STP/stp", 0 ); in r200InitState()
|