Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_state_cc.h48 ILO_STATE_CC_DEPTH_STENCIL_STATE = (1 << 2), enumerator
Dilo_state_cc.c857 delta->dirty |= ILO_STATE_CC_DEPTH_STENCIL_STATE; in ilo_state_cc_full_delta()
873 delta->dirty |= ILO_STATE_CC_DEPTH_STENCIL_STATE; in ilo_state_cc_get_delta()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_render_dynamic.c123 ((session->cc_delta.dirty & ILO_STATE_CC_DEPTH_STENCIL_STATE) || in gen6_emit_draw_dynamic_cc()