Home
last modified time | relevance | path

Searched refs:IRIS_DIRTY_RENDER_RESOLVES_AND_FLUSHES (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_draw.c291 if (ice->state.dirty & IRIS_DIRTY_RENDER_RESOLVES_AND_FLUSHES) { in iris_draw_vbo()
Diris_context.h111 #define IRIS_DIRTY_RENDER_RESOLVES_AND_FLUSHES (1ull << 25) macro
Diris_resolve.c864 IRIS_DIRTY_RENDER_RESOLVES_AND_FLUSHES | in iris_resource_set_aux_state()
Diris_state.c1607 ice->state.dirty |= IRIS_DIRTY_RENDER_RESOLVES_AND_FLUSHES; in iris_bind_zsa_state()
2944 : IRIS_DIRTY_RENDER_RESOLVES_AND_FLUSHES; in iris_set_shader_images()
3021 : IRIS_DIRTY_RENDER_RESOLVES_AND_FLUSHES; in iris_set_sampler_views()
3353 ice->state.dirty |= IRIS_DIRTY_RENDER_RESOLVES_AND_FLUSHES; in iris_set_framebuffer_state()
Diris_resource.c2641 dirty |= IRIS_DIRTY_RENDER_RESOLVES_AND_FLUSHES | in iris_dirty_for_history()