Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_draw.c72 ice->state.dirty |= IRIS_DIRTY_VF_TOPOLOGY; in iris_update_draw_info()
86 ice->state.dirty |= IRIS_DIRTY_VF_TOPOLOGY; in iris_update_draw_info()
Diris_context.h107 #define IRIS_DIRTY_VF_TOPOLOGY (1ull << 24) macro
Diris_state.c6346 if (dirty & IRIS_DIRTY_VF_TOPOLOGY) { in iris_upload_dirty_render_state()