HomeSort by relevance Sort by last modified time
    Searched full:swap_args (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_expr.h 39 unsigned invert_setcc_condition(unsigned cc, bool &swap_args);
sb_peephole.cpp 138 bool swap_args = false; local
143 cc = invert_setcc_condition(cc, swap_args);
177 if (swap_args) {
sb_expr.cpp 1126 unsigned invert_setcc_condition(unsigned cc, bool &swap_args) {
1132 case AF_CC_GE: ncc = AF_CC_GT; swap_args = true; break;
1133 case AF_CC_GT: ncc = AF_CC_GE; swap_args = true; break;
1291 bool swap_args = false; local
1293 cc = invert_setcc_condition(cc, swap_args);
1300 if (swap_args) {

Completed in 177 milliseconds