Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_peephole.cpp165 assert(cmp_type != AF_FLOAT_CMP); in optimize_cc_op2()
166 cmp_type = AF_FLOAT_CMP; in optimize_cc_op2()
256 if (cmp_type != AF_FLOAT_CMP && ddst_type == AF_FLOAT_DST) in optimize_CNDcc_op()
Dsb_expr.cpp222 if (cmp_type == AF_FLOAT_CMP) { in fold_setcc()
245 if (cmp_type == AF_FLOAT_CMP) { in fold_setcc()
269 if (s0.abs == s1.abs && s0.neg == s1.neg && cmp_type != AF_FLOAT_CMP) { in fold_setcc()
895 case AF_FLOAT_CMP: { in evaluate_condition()
1167 if (int_dst && cmp_type == AF_FLOAT_CMP) { in get_setcc_op()
1177 case AF_FLOAT_CMP: { in get_setcc_op()
1214 case AF_FLOAT_CMP: { in get_predsetcc_op()
1250 case AF_FLOAT_CMP: { in get_killcc_op()
1286 case AF_FLOAT_CMP: { in get_cndcc_op()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h104 AF_FLOAT_CMP = 0, enumerator