Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.h52 LLVMValueRef ilevel0,
H A Dlp_bld_sample_soa.c1778 * ilevel0 and ilevel1 indicate the two mipmap levels to sample
1789 LLVMValueRef ilevel0, in lp_build_sample_mipmap()
1809 lp_build_mipmap_level_sizes(bld, ilevel0, in lp_build_sample_mipmap()
1813 data_ptr0 = lp_build_get_mipmap_level(bld, ilevel0); in lp_build_sample_mipmap()
1818 mipoff0 = lp_build_get_mip_offsets(bld, ilevel0); in lp_build_sample_mipmap()
1921 * ilevel0 and ilevel1 indicate the two mipmap levels to sample
1931 LLVMValueRef ilevel0, in lp_build_sample_mipmap_both()
1952 lp_build_mipmap_level_sizes(bld, ilevel0, in lp_build_sample_mipmap_both()
1956 data_ptr0 = lp_build_get_mipmap_level(bld, ilevel0); in lp_build_sample_mipmap_both()
1961 mipoff0 = lp_build_get_mip_offsets(bld, ilevel0); in lp_build_sample_mipmap_both()
1783 lp_build_sample_mipmap(struct lp_build_sample_context *bld, unsigned img_filter, unsigned mip_filter, boolean is_gather, const LLVMValueRef *coords, const LLVMValueRef *offsets, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef lod_fpart, LLVMValueRef *colors_out) lp_build_sample_mipmap() argument
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
2074 lp_build_sample_aniso(struct lp_build_sample_context *bld, unsigned img_filter, unsigned mip_filter, boolean is_gather, const LLVMValueRef *coords, const LLVMValueRef *offsets, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef lod_fpart, LLVMValueRef *colors_out) lp_build_sample_aniso() argument
2523 lp_build_sample_common(struct lp_build_sample_context *bld, boolean is_lodq, unsigned texture_index, unsigned sampler_index, LLVMValueRef *coords, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef *lod_pos_or_zero, LLVMValueRef *lod, LLVMValueRef *lod_fpart, LLVMValueRef *ilevel0, LLVMValueRef *ilevel1) lp_build_sample_common() 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
3657 LLVMValueRef ilevel0 = NULL, ilevel1 = NULL, lod = NULL; lp_build_sample_soa_code() local
[all...]
H A Dlp_bld_sample_aos.c945 LLVMValueRef ilevel0, in lp_build_sample_mipmap()
965 lp_build_mipmap_level_sizes(bld, ilevel0, in lp_build_sample_mipmap()
969 data_ptr0 = lp_build_get_mipmap_level(bld, ilevel0); in lp_build_sample_mipmap()
974 mipoff0 = lp_build_get_mip_offsets(bld, ilevel0); in lp_build_sample_mipmap()
1117 LLVMValueRef ilevel0, in lp_build_sample_aos()
1152 ilevel0, ilevel1, lod_fpart, in lp_build_sample_aos()
1179 ilevel0, ilevel1, lod_fpart, in lp_build_sample_aos()
1188 ilevel0, NULL, NULL, in lp_build_sample_aos()
938 lp_build_sample_mipmap(struct lp_build_sample_context *bld, unsigned img_filter, unsigned mip_filter, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, const LLVMValueRef *offsets, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef lod_fpart, LLVMValueRef colors_var) lp_build_sample_mipmap() argument
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

Completed in 8 milliseconds