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.c74 ice->state.dirty |= IRIS_DIRTY_VF_TOPOLOGY; in iris_update_draw_info()
88 ice->state.dirty |= IRIS_DIRTY_VF_TOPOLOGY; in iris_update_draw_info()
Diris_context.h110 #define IRIS_DIRTY_VF_TOPOLOGY (1ull << 24) macro
Diris_state.c6551 if (dirty & IRIS_DIRTY_VF_TOPOLOGY) { in iris_upload_dirty_render_state()