HomeSort by relevance Sort by last modified time
    Searched refs:RC_COMPARE_FUNC_NOTEQUAL (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_code.h 115 RC_COMPARE_FUNC_NOTEQUAL,
r500_fragprog.c 111 inst_mov->U.I.ALUResultCompare = RC_COMPARE_FUNC_NOTEQUAL;
137 compare_func = RC_COMPARE_FUNC_NOTEQUAL;
152 compare_func = RC_COMPARE_FUNC_NOTEQUAL;
radeon_program_tex.c 229 comparefunc == RC_COMPARE_FUNC_EQUAL || comparefunc == RC_COMPARE_FUNC_NOTEQUAL)
236 comparefunc == RC_COMPARE_FUNC_NOTEQUAL) {
radeon_program_print.c 104 case RC_COMPARE_FUNC_NOTEQUAL: op = "!="; break;
r500_fragprog_emit.c 187 case RC_COMPARE_FUNC_NOTEQUAL: return R500_INST_ALU_RESULT_OP_NE;

Completed in 91 milliseconds