Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_query.c529 ice->state.dirty |= IRIS_DIRTY_STREAMOUT | IRIS_DIRTY_CLIP; in iris_begin_query()
568 ice->state.dirty |= IRIS_DIRTY_STREAMOUT | IRIS_DIRTY_CLIP; in iris_end_query()
744 IRIS_DIRTY_STREAMOUT | in iris_set_active_query_state()
Diris_context.h107 #define IRIS_DIRTY_STREAMOUT (1ull << 21) macro
Diris_state.c2022 ice->state.dirty |= IRIS_DIRTY_STREAMOUT | IRIS_DIRTY_CLIP; in iris_bind_rasterizer_state()
2025 ice->state.dirty |= IRIS_DIRTY_STREAMOUT; in iris_bind_rasterizer_state()
3877 ice->state.dirty |= IRIS_DIRTY_STREAMOUT; in iris_set_stream_output_targets()
6303 if (dirty & IRIS_DIRTY_STREAMOUT) { in iris_upload_dirty_render_state()
6322 if (dirty & IRIS_DIRTY_STREAMOUT) { in iris_upload_dirty_render_state()
Diris_program.c2219 ice->state.dirty |= IRIS_DIRTY_SO_DECL_LIST | IRIS_DIRTY_STREAMOUT; in iris_update_compiled_shaders()