HomeSort by: relevance | last modified time | path
    Searched refs:maxs (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_linear_sampler.c 760 int mins, mint, maxs, maxt; local
837 maxs = MAX2(s0, s1);
852 maxs = MAX4(s0, s1, s2, s3);
859 maxs >= (texture->width << FIXED16_SHIFT) ||
864 maxs + FIXED16_ONE >= (texture->width << FIXED16_SHIFT) ||
874 debug_printf("maxs = %f\n", maxs*1.0f/FIXED16_ONE);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
nvfx_fragprog.c 630 struct nvfx_src maxs = nvfx_src(nvfx_fp_imm(fpc, 0, FLT_MIN, 0, 0)); local
633 nvfx_fp_emit(fpc, arith(0, MOV, tmp.reg, NVFX_FP_MASK_X | NVFX_FP_MASK_Y, maxs, none, none));
634 maxs = tmp;
636 nvfx_fp_emit(fpc, arith(0, MAX, tmp.reg, NVFX_FP_MASK_Y | NVFX_FP_MASK_W, swz(src[0], X, X, X, Y), swz(maxs, X, X, Y, Y), none));
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nvfx_fragprog.c 630 struct nvfx_src maxs = nvfx_src(nvfx_fp_imm(fpc, 0, FLT_MIN, 0, 0)); local
633 nvfx_fp_emit(fpc, arith(0, MOV, tmp.reg, NVFX_FP_MASK_X | NVFX_FP_MASK_Y, maxs, none, none));
634 maxs = tmp;
636 nvfx_fp_emit(fpc, arith(0, MAX, tmp.reg, NVFX_FP_MASK_Y | NVFX_FP_MASK_W, swz(src[0], X, X, X, Y), swz(maxs, X, X, Y, Y), none));

Completed in 8 milliseconds