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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.h50 LLVMValueRef lod_positive,
H A Dlp_bld_sample_aos.c1119 LLVMValueRef lod_positive,
1171 lod_positive = LLVMBuildExtractElement(builder, lod_positive,
1174 lod_positive = LLVMBuildTrunc(builder, lod_positive,
1177 lp_build_if(&if_ctx, bld->gallivm, lod_positive);
1113 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]) argument
H A Dlp_bld_sample_soa.c1897 LLVMValueRef lod_positive,
1944 * Note using lod_positive here not lod_fpart since it may be the same
1948 need_lerp = lp_build_any_true_range(&bld->lodi_bld, bld->num_lods, lod_positive);
2429 LLVMValueRef lod_positive,
2487 lod_positive = LLVMBuildTrunc(builder, lod_positive,
2491 lp_build_if(&if_ctx, bld->gallivm, lod_positive);
2516 linear_mask = lod_positive;
2520 linear_mask = lp_build_not(&bld->lodi_bld, lod_positive);
2548 lod_fpart, lod_positive,
1889 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) argument
2424 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) argument
3102 LLVMValueRef lod_fpart = NULL, lod_positive = NULL; local in function:lp_build_sample_soa_code
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.h50 LLVMValueRef lod_positive,
H A Dlp_bld_sample_aos.c1115 LLVMValueRef lod_positive,
1167 lod_positive = LLVMBuildExtractElement(builder, lod_positive,
1170 lod_positive = LLVMBuildTrunc(builder, lod_positive,
1173 lp_build_if(&if_ctx, bld->gallivm, lod_positive);
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]) argument
H A Dlp_bld_sample_soa.c1933 LLVMValueRef lod_positive,
1980 * Note using lod_positive here not lod_fpart since it may be the same
1984 need_lerp = lp_build_any_true_range(&bld->lodi_bld, bld->num_lods, lod_positive);
2915 LLVMValueRef lod_positive,
2977 lod_positive = LLVMBuildTrunc(builder, lod_positive,
2981 lp_build_if(&if_ctx, bld->gallivm, lod_positive);
3006 linear_mask = lod_positive;
3010 linear_mask = lp_build_not(&bld->lodi_bld, lod_positive);
3038 lod_fpart, lod_positive,
1925 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) argument
2910 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) argument
3621 LLVMValueRef lod_fpart = NULL, lod_positive = NULL; local in function:lp_build_sample_soa_code
[all...]

Completed in 15 milliseconds