Searched defs:lod_fpart_inout (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c656 LLVMValueRef *lod_fpart_inout,
703 *lod_fpart_inout = LLVMBuildSelect(builder, clamp_min,
704 perquadf_bld->zero, *lod_fpart_inout, "");
717 *lod_fpart_inout = LLVMBuildSelect(builder, clamp_max,
718 perquadf_bld->zero, *lod_fpart_inout, "");
722 lp_build_name(*lod_fpart_inout, "sampler%u_mipweight", unit);
653 lp_build_linear_mip_levels(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef lod_ipart, LLVMValueRef *lod_fpart_inout, LLVMValueRef *level0_out, LLVMValueRef *level1_out) argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c656 LLVMValueRef *lod_fpart_inout,
703 *lod_fpart_inout = LLVMBuildSelect(builder, clamp_min,
704 perquadf_bld->zero, *lod_fpart_inout, "");
717 *lod_fpart_inout = LLVMBuildSelect(builder, clamp_max,
718 perquadf_bld->zero, *lod_fpart_inout, "");
722 lp_build_name(*lod_fpart_inout, "sampler%u_mipweight", unit);
653 lp_build_linear_mip_levels(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef lod_ipart, LLVMValueRef *lod_fpart_inout, LLVMValueRef *level0_out, LLVMValueRef *level1_out) argument

Completed in 56 milliseconds