Home
last modified time | relevance | path

Searched refs:lod_positive (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.h50 LLVMValueRef lod_positive,
H A Dlp_bld_sample_aos.c1115 LLVMValueRef lod_positive, in lp_build_sample_aos()
1167 lod_positive = LLVMBuildExtractElement(builder, lod_positive, in lp_build_sample_aos()
1170 lod_positive = LLVMBuildTrunc(builder, lod_positive, in lp_build_sample_aos()
1173 lp_build_if(&if_ctx, bld->gallivm, lod_positive); in lp_build_sample_aos()
1109 lp_build_sample_aos(struct lp_build_sample_context *bld, unsigned sampler_unit, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, const LLVMValueRef *offsets, LLVMValueRef lod_positive, LLVMValueRef lod_fpart, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef texel_out[4]) lp_build_sample_aos() argument
H A Dlp_bld_sample_soa.c1934 LLVMValueRef lod_positive, in lp_build_sample_mipmap_both()
1981 * Note using lod_positive here not lod_fpart since it may be the same in lp_build_sample_mipmap_both()
1985 need_lerp = lp_build_any_true_range(&bld->lodi_bld, bld->num_lods, lod_positive); in lp_build_sample_mipmap_both()
2938 LLVMValueRef lod_positive, in lp_build_sample_general()
3000 lod_positive = LLVMBuildTrunc(builder, lod_positive, in lp_build_sample_general()
3004 lp_build_if(&if_ctx, bld->gallivm, lod_positive); in lp_build_sample_general()
3029 linear_mask = lod_positive; in lp_build_sample_general()
3033 linear_mask = lp_build_not(&bld->lodi_bld, lod_positive); in lp_build_sample_general()
3061 lod_fpart, lod_positive, in lp_build_sample_general()
1926 lp_build_sample_mipmap_both(struct lp_build_sample_context *bld, LLVMValueRef linear_mask, unsigned mip_filter, const LLVMValueRef *coords, const LLVMValueRef *offsets, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef lod_fpart, LLVMValueRef lod_positive, LLVMValueRef *colors_out) lp_build_sample_mipmap_both() argument
2933 lp_build_sample_general(struct lp_build_sample_context *bld, unsigned sampler_unit, boolean is_gather, const LLVMValueRef *coords, const LLVMValueRef *offsets, LLVMValueRef lod_positive, LLVMValueRef lod_fpart, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef *colors_out) lp_build_sample_general() argument
3656 LLVMValueRef lod_fpart = NULL, lod_positive = NULL; lp_build_sample_soa_code() local
[all...]

Completed in 8 milliseconds