Searched refs:RC_COMPARE_FUNC_NOTEQUAL (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h115 RC_COMPARE_FUNC_NOTEQUAL, enumerator in enum:__anon5cc527f80403
H A Dr500_fragprog.c111 inst_mov->U.I.ALUResultCompare = RC_COMPARE_FUNC_NOTEQUAL;
137 compare_func = RC_COMPARE_FUNC_NOTEQUAL;
152 compare_func = RC_COMPARE_FUNC_NOTEQUAL;
H A Dradeon_program_tex.c229 comparefunc == RC_COMPARE_FUNC_EQUAL || comparefunc == RC_COMPARE_FUNC_NOTEQUAL)
236 comparefunc == RC_COMPARE_FUNC_NOTEQUAL) {
H A Dradeon_program_print.c104 case RC_COMPARE_FUNC_NOTEQUAL: op = "!="; break;
H A Dr500_fragprog_emit.c187 case RC_COMPARE_FUNC_NOTEQUAL: return R500_INST_ALU_RESULT_OP_NE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h115 RC_COMPARE_FUNC_NOTEQUAL, enumerator in enum:__anon210fac6b0403
H A Dr500_fragprog.c112 inst_mov->U.I.ALUResultCompare = RC_COMPARE_FUNC_NOTEQUAL;
138 compare_func = RC_COMPARE_FUNC_NOTEQUAL;
153 compare_func = RC_COMPARE_FUNC_NOTEQUAL;
H A Dradeon_program_tex.c229 comparefunc == RC_COMPARE_FUNC_EQUAL || comparefunc == RC_COMPARE_FUNC_NOTEQUAL)
236 comparefunc == RC_COMPARE_FUNC_NOTEQUAL) {
H A Dradeon_program_print.c104 case RC_COMPARE_FUNC_NOTEQUAL: op = "!="; break;
H A Dr500_fragprog_emit.c189 case RC_COMPARE_FUNC_NOTEQUAL: return R500_INST_ALU_RESULT_OP_NE;

Completed in 11 milliseconds