Searched refs:cs_dirty (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_context.h114 unsigned cs_dirty; /**< Mask of LP_CSNEW_x flags */ member in struct:llvmpipe_context
H A Dlp_state_cs.c512 llvmpipe->cs_dirty |= LP_CSNEW_CS;
1254 if (llvmpipe->cs_dirty & LP_CSNEW_CONSTANTS) {
1261 if (llvmpipe->cs_dirty & LP_CSNEW_SSBOS) {
1268 if (llvmpipe->cs_dirty & LP_CSNEW_SAMPLER_VIEW)
1273 if (llvmpipe->cs_dirty & LP_CSNEW_SAMPLER)
1278 if (llvmpipe->cs_dirty & LP_CSNEW_IMAGES)
1290 if (llvmpipe->cs_dirty & (LP_CSNEW_CS |
1297 llvmpipe->cs_dirty = 0;
H A Dlp_state_sampler.c110 llvmpipe->cs_dirty |= LP_CSNEW_SAMPLER;
188 llvmpipe->cs_dirty |= LP_CSNEW_SAMPLER_VIEW;
H A Dlp_state_fs.c4043 llvmpipe->cs_dirty |= LP_CSNEW_CONSTANTS;
4074 llvmpipe->cs_dirty |= LP_CSNEW_SSBOS;
4107 llvmpipe->cs_dirty |= LP_CSNEW_IMAGES;

Completed in 81 milliseconds