Home
last modified time | relevance | path

Searched refs:SVGA_NEW_STIPPLE (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c385 svga->dirty |= SVGA_NEW_STIPPLE | SVGA_NEW_DEPTH_STENCIL_ALPHA; in svga_bind_rasterizer_state()
390 svga->dirty |= SVGA_NEW_STIPPLE; in svga_bind_rasterizer_state()
Dsvga_state_sampler.c383 SVGA_NEW_STIPPLE |
488 SVGA_NEW_STIPPLE),
Dsvga_state_tss.c307 SVGA_NEW_STIPPLE |
436 SVGA_NEW_STIPPLE |
Dsvga_pipe_misc.c87 svga->dirty |= SVGA_NEW_STIPPLE; in svga_set_polygon_stipple()
Dsvga_state_fs.c496 SVGA_NEW_STIPPLE |
Dsvga_context.h683 #define SVGA_NEW_STIPPLE ((uint64_t) 0x1000) macro