Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c5291 const uint64_t stage_clean = ~ice->state.stage_dirty; in iris_restore_render_saved_bos() local
5332 if (!(stage_clean & (IRIS_STAGE_DIRTY_CONSTANTS_VS << stage))) in iris_restore_render_saved_bos()
5366 if (stage_clean & (IRIS_STAGE_DIRTY_BINDINGS_VS << stage)) { in iris_restore_render_saved_bos()
5381 if (stage_clean & (IRIS_STAGE_DIRTY_VS << stage)) { in iris_restore_render_saved_bos()
5425 const uint64_t stage_clean = ~ice->state.stage_dirty; in iris_restore_compute_saved_bos() local
5430 if (stage_clean & IRIS_STAGE_DIRTY_BINDINGS_CS) { in iris_restore_compute_saved_bos()
5440 if ((stage_clean & IRIS_STAGE_DIRTY_SAMPLER_STATES_CS) && in iris_restore_compute_saved_bos()
5441 (stage_clean & IRIS_STAGE_DIRTY_BINDINGS_CS) && in iris_restore_compute_saved_bos()
5442 (stage_clean & IRIS_STAGE_DIRTY_CONSTANTS_CS) && in iris_restore_compute_saved_bos()
5443 (stage_clean in iris_restore_compute_saved_bos()
[all...]

Completed in 10 milliseconds