Searched refs:PRED_OP (Results 1 – 4 of 4) sorted by relevance
214 cs->buf[cs->cdw++] = PRED_OP(PREDICATION_OP_CLEAR); in r600_emit_query_predication()228 op = PRED_OP(operation) | PREDICATION_DRAW_VISIBLE | in r600_emit_query_predication()
135 #define PRED_OP(x) ((x) << 16) macro
502 cs->buf[cs->cdw++] = PRED_OP(PREDICATION_OP_CLEAR); in r600_query_predication()514 op = PRED_OP(operation) | PREDICATION_DRAW_VISIBLE | in r600_query_predication()
55 #define PRED_OP(x) ((x) << 16) macro