Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c537 llvmpipe->cs_dirty |= LP_CSNEW_CS; in llvmpipe_bind_compute_state()
1281 if (llvmpipe->cs_dirty & LP_CSNEW_CONSTANTS) { in llvmpipe_cs_update_derived()
1288 if (llvmpipe->cs_dirty & LP_CSNEW_SSBOS) { in llvmpipe_cs_update_derived()
1295 if (llvmpipe->cs_dirty & LP_CSNEW_SAMPLER_VIEW) in llvmpipe_cs_update_derived()
1300 if (llvmpipe->cs_dirty & LP_CSNEW_SAMPLER) in llvmpipe_cs_update_derived()
1305 if (llvmpipe->cs_dirty & LP_CSNEW_IMAGES) in llvmpipe_cs_update_derived()
1317 if (llvmpipe->cs_dirty & (LP_CSNEW_CS | in llvmpipe_cs_update_derived()
1324 llvmpipe->cs_dirty = 0; in llvmpipe_cs_update_derived()
H A Dlp_context.h115 unsigned cs_dirty; /**< Mask of LP_CSNEW_x flags */ member
H A Dlp_state_sampler.c110 llvmpipe->cs_dirty |= LP_CSNEW_SAMPLER; in llvmpipe_bind_sampler_states()
188 llvmpipe->cs_dirty |= LP_CSNEW_SAMPLER_VIEW; in llvmpipe_set_sampler_views()
H A Dlp_state_fs.c4125 llvmpipe->cs_dirty |= LP_CSNEW_CONSTANTS; in llvmpipe_set_constant_buffer()
4166 llvmpipe->cs_dirty |= LP_CSNEW_SSBOS; in llvmpipe_set_shader_buffers()
4208 llvmpipe->cs_dirty |= LP_CSNEW_IMAGES; in llvmpipe_set_shader_images()

Completed in 10 milliseconds