Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.h40 unsigned get_setcc_op(unsigned cc, unsigned cmp_type, bool int_dst);
Dsb_expr.cpp1141 unsigned get_setcc_op(unsigned cc, unsigned cmp_type, bool int_dst) { in get_setcc_op() argument
1143 if (int_dst && cmp_type == AF_FLOAT_CMP) { in get_setcc_op()