Lines Matching refs:one
640 * For a value of zero or negative one, -1 will be returned.
805 /* Ignore the saturate modifier, if there is one. The result of the
1142 * Emitting the instructions one by one results in two MOV instructions
1511 /* For XOR, only invert one of the sources. Arbitrarily choose
2194 fs_reg one = bld.vgrf(x.type, 1);
2196 bld.MOV(one, retype(brw_imm_d(1), one.type));
2197 bld.SHL(result, one, x);
2220 /* Cut bits use one bit per vertex. */
2292 * Similarly, if the control data header is <= 32 bits, there is only one
2571 /* Use first_icp_handle as the base offset. There is one register
2601 /* Use first_icp_handle as the base offset. There is one DWord
2812 /* Use first_icp_handle as the base offset. There is one register
2923 * we send two read messages in that case, each one loading up to
3184 * we send two read messages in that case, each one loading up to
4718 * one component of the vector.
4821 const unsigned block_sz = 64; /* Fetch one cacheline at a time. */