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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.h 51 LLVMValueRef lod_fpart,
lp_bld_sample_aos.c     [all...]
lp_bld_sample_soa.c 2782 LLVMValueRef lod_fpart = NULL, lod_positive = NULL; local
    [all...]
lp_bld_sample.c 570 LLVMValueRef lod_fpart; local
581 lp_build_ifloor_fract(bld, lod, out_lod_ipart, &lod_fpart);
583 lod_fpart = lp_build_mad(bld, lod_fpart,
588 * It's not necessary to clamp lod_fpart since:
590 * - the mip filtering branch is only taken if lod_fpart is positive
593 *out_lod_fpart = lod_fpart;
597 lp_build_printf(bld->gallivm, "lod_fpart = %f\n\n", *out_lod_fpart);
617 LLVMValueRef lod_fpart; local
638 lod_fpart = lp_build_extract_mantissa(bld, rho)
    [all...]

Completed in 137 milliseconds