Home
last modified time | relevance | path

Searched refs:alu_cnd_flags (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.h89 static bool evaluate_condition(unsigned alu_cnd_flags, literal s1,
Dsb_expr.cpp888 bool expr_handler::evaluate_condition(unsigned alu_cnd_flags, in evaluate_condition() argument
891 unsigned cmp_type = alu_cnd_flags & AF_CMP_TYPE_MASK; in evaluate_condition()
892 unsigned cc = alu_cnd_flags & AF_CC_MASK; in evaluate_condition()