Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.h119 #define CROCUS_DIRTY_GEN8_PS_BLEND (1ull << 40) macro
Dcrocus_state.c1678 ice->state.dirty |= CROCUS_DIRTY_GEN8_PS_BLEND; in crocus_bind_blend_state()
1768 ice->state.dirty |= CROCUS_DIRTY_GEN8_PS_BLEND; in crocus_bind_zsa_state()
7373 if (dirty & CROCUS_DIRTY_GEN8_PS_BLEND) {
Dcrocus_program.c3115 ice->state.dirty |= CROCUS_DIRTY_GEN8_PS_BLEND; in crocus_bind_fs_state()