Home
last modified time | relevance | path

Searched refs:SP_NEW_RASTERIZER (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c391 if (softpipe->dirty & (SP_NEW_RASTERIZER | in softpipe_update_derived()
402 if (softpipe->dirty & (SP_NEW_RASTERIZER | in softpipe_update_derived()
408 SP_NEW_RASTERIZER | in softpipe_update_derived()
Dsp_state_rasterizer.c58 softpipe->dirty |= SP_NEW_RASTERIZER; in softpipe_bind_rasterizer_state()
Dsp_state.h39 #define SP_NEW_RASTERIZER 0x2 macro