Home
last modified time | relevance | path

Searched refs:IRIS_DIRTY_SF_CL_VIEWPORT (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blorp.c363 skip_bits |= IRIS_DIRTY_SF_CL_VIEWPORT; in iris_blorp_exec_render()
Diris_context.h91 #define IRIS_DIRTY_SF_CL_VIEWPORT (1ull << 5) macro
Diris_state.c3226 ice->state.dirty |= IRIS_DIRTY_SF_CL_VIEWPORT; in iris_set_viewport_states()
3270 ice->state.dirty |= IRIS_DIRTY_SF_CL_VIEWPORT; in iris_set_framebuffer_state()
5298 if (clean & IRIS_DIRTY_SF_CL_VIEWPORT) { in iris_restore_render_saved_bos()
5849 if (dirty & IRIS_DIRTY_SF_CL_VIEWPORT) { in iris_upload_dirty_render_state()
Diris_program.c2104 IRIS_DIRTY_SF_CL_VIEWPORT | in update_last_vue_map()