Searched refs:RC_COMPARE_FUNC_GEQUAL (Results 1 – 5 of 5) sorted by relevance
116 RC_COMPARE_FUNC_GEQUAL, enumerator
143 compare_func = RC_COMPARE_FUNC_GEQUAL; in r500_transform_IF()
105 case RC_COMPARE_FUNC_GEQUAL: op = ">="; break; in rc_print_comparefunc()
186 case RC_COMPARE_FUNC_GEQUAL: return R500_INST_ALU_RESULT_OP_GE; in translate_alu_result_op()
228 if (comparefunc == RC_COMPARE_FUNC_LESS || comparefunc == RC_COMPARE_FUNC_GEQUAL || in radeonTransformTEX()