Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c433 svga->dirty |= SVGA_NEW_STIPPLE | SVGA_NEW_DEPTH_STENCIL_ALPHA; in svga_bind_rasterizer_state()
438 svga->dirty |= SVGA_NEW_STIPPLE; in svga_bind_rasterizer_state()
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_sampler.c384 SVGA_NEW_STIPPLE |
535 SVGA_NEW_STIPPLE),
Dsvga_state_fs.c435 SVGA_NEW_STIPPLE |
Dsvga_context.h805 #define SVGA_NEW_STIPPLE ((uint64_t) 0x1000) macro