Lines Matching defs:max
375 bi_is_intr_immediate(nir_intrinsic_instr *instr, unsigned *immediate, unsigned max)
383 return (*immediate) < max;
2059 bi_instr *max = bi_fmax_f32_to(b, dst, x->dest[0], s0);
2060 max->sem = BI_SEM_NAN_PROPAGATE;
3133 * the max LOD (16 since we cap at 2^16 texture dimensions), and
3259 /* Compute max { |x|, |y|, |z| } */
3283 * (1/2 ((s / max{x,y,z}) + 1), 1/2 ((t / max{x, y, z}) + 1))
3289 * fsat(s * (0.5 * (1 / max{x, y, z})) + 0.5)
3291 * Take the reciprocal of max{x, y, z}
3295 /* Calculate 0.5 * (1.0 / max{x, y, z}) */