Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blorp.c340 CROCUS_DIRTY_SO_DECL_LIST | in crocus_blorp_exec()
Dcrocus_context.h92 #define CROCUS_DIRTY_SO_DECL_LIST (1ull << 13) macro
Dcrocus_state.c4151 ice->state.dirty |= CROCUS_DIRTY_SO_DECL_LIST; in crocus_set_stream_output_targets()
6605 if ((dirty & CROCUS_DIRTY_SO_DECL_LIST) && ice->state.streamout) {
9123 batch->ice->state.dirty |= CROCUS_DIRTY_SO_DECL_LIST;
Dcrocus_program.c2493 ice->state.dirty |= CROCUS_DIRTY_SO_DECL_LIST | CROCUS_DIRTY_STREAMOUT; in crocus_update_compiled_shaders()