| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_aos.h | 53 LLVMValueRef ilevel1,
|
| H A D | lp_bld_sample_aos.c | 955 LLVMValueRef ilevel1, 1047 lp_build_mipmap_level_sizes(bld, ilevel1, 1051 data_ptr1 = lp_build_get_mipmap_level(bld, ilevel1); 1055 mipoff1 = lp_build_get_mip_offsets(bld, ilevel1); 1122 LLVMValueRef ilevel1, 1156 ilevel0, ilevel1, lod_fpart, 1183 ilevel0, ilevel1, lod_fpart, 947 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) argument 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 D | lp_bld_sample_soa.c | 1741 * ilevel0 and ilevel1 indicate the two mipmap levels to sample 1753 LLVMValueRef ilevel1, 1836 lp_build_mipmap_level_sizes(bld, ilevel1, 1840 data_ptr1 = lp_build_get_mipmap_level(bld, ilevel1); 1844 mipoff1 = lp_build_get_mip_offsets(bld, ilevel1); 1884 * ilevel0 and ilevel1 indicate the two mipmap levels to sample 1895 LLVMValueRef ilevel1, 1961 lp_build_mipmap_level_sizes(bld, ilevel1, 1965 data_ptr1 = lp_build_get_mipmap_level(bld, ilevel1); 1969 mipoff1 = lp_build_get_mip_offsets(bld, ilevel1); 1746 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) argument 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 2039 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) 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 3103 LLVMValueRef ilevel0 = NULL, ilevel1 = NULL, lod = NULL; local in function:lp_build_sample_soa_code [all...] |
| H A D | lp_bld_sample.c | 1308 LLVMValueRef ilevel1; local in function:lp_build_mipmap_level_sizes 1311 ilevel1 = lp_build_extract_broadcast(bld->gallivm, bld->int_coord_type, 1314 tmp[i] = lp_build_minify(&bld->int_size_in_bld, tmp[i], ilevel1, TRUE);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_aos.h | 53 LLVMValueRef ilevel1,
|
| H A D | lp_bld_sample_aos.c | 946 LLVMValueRef ilevel1, 1038 lp_build_mipmap_level_sizes(bld, ilevel1, 1042 data_ptr1 = lp_build_get_mipmap_level(bld, ilevel1); 1046 mipoff1 = lp_build_get_mip_offsets(bld, ilevel1); 1118 LLVMValueRef ilevel1, 1152 ilevel0, ilevel1, lod_fpart, 1179 ilevel0, ilevel1, lod_fpart, 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) 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]) argument
|
| H A D | lp_bld_sample_soa.c | 1777 * ilevel0 and ilevel1 indicate the two mipmap levels to sample 1789 LLVMValueRef ilevel1, 1872 lp_build_mipmap_level_sizes(bld, ilevel1, 1876 data_ptr1 = lp_build_get_mipmap_level(bld, ilevel1); 1880 mipoff1 = lp_build_get_mip_offsets(bld, ilevel1); 1920 * ilevel0 and ilevel1 indicate the two mipmap levels to sample 1931 LLVMValueRef ilevel1, 1997 lp_build_mipmap_level_sizes(bld, ilevel1, 2001 data_ptr1 = lp_build_get_mipmap_level(bld, ilevel1); 2005 mipoff1 = lp_build_get_mip_offsets(bld, ilevel1); 1782 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) argument 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 2073 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) argument 2498 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) 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 3622 LLVMValueRef ilevel0 = NULL, ilevel1 = NULL, lod = NULL; local in function:lp_build_sample_soa_code [all...] |
| H A D | lp_bld_sample.c | 1445 LLVMValueRef ilevel1; local in function:lp_build_mipmap_level_sizes 1448 ilevel1 = lp_build_extract_broadcast(bld->gallivm, bld->int_coord_type, 1451 tmp[i] = lp_build_minify(&bld->int_size_in_bld, tmp[i], ilevel1, TRUE);
|