Lines Matching refs:one
439 inst->mlen = 1; /* always at least one */
482 * such as the one described we end up emitting two untyped write messages
483 * (one for xy and another for w).
846 * For a value of zero or negative one, -1 will be returned.
917 * try to emit a literal as one of the sources. If \c try_src0_also is set,
1043 /* If the instruction has more than one source, the instruction format only
1215 /* For integer multiplication, the MUL uses the low 16 bits of one of
1218 * operand. If we can determine that one of the args is in the low
1570 src_reg one = src_reg(this, glsl_type::ivec4_type);
1571 emit(MOV(dst_reg(one), brw_imm_d(~0)));
1572 inst = emit(BRW_OPCODE_SEL, dst, one, brw_imm_d(0));