Searched refs:PREDICATION_DRAW_NOT_VISIBLE (Results 1 – 6 of 6) sorted by relevance
126 #define PREDICATION_DRAW_NOT_VISIBLE (0 << 8) macro
945 op |= PREDICATION_DRAW_NOT_VISIBLE; /* Draw if not visible or overflow */ in r600_emit_query_predication()
162 #define PREDICATION_DRAW_NOT_VISIBLE (0 << 8) macro
102 #define PREDICATION_DRAW_NOT_VISIBLE (0 << 8) macro
1081 op |= PREDICATION_DRAW_NOT_VISIBLE; /* Draw if not visible or overflow */ in si_emit_query_predication()1146 op |= PREDICATION_DRAW_NOT_VISIBLE; /* Draw if not visible or overflow */ in si_emit_query_predication()
1488 op |= draw_visible ? PREDICATION_DRAW_VISIBLE : PREDICATION_DRAW_NOT_VISIBLE; in si_emit_set_predication_state()