Home
last modified time | relevance | path

Searched refs:lp_build_get_mipmap_level (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_aos.c969 data_ptr0 = lp_build_get_mipmap_level(bld, ilevel0); in lp_build_sample_mipmap()
1042 data_ptr1 = lp_build_get_mipmap_level(bld, ilevel1); in lp_build_sample_mipmap()
Dlp_bld_sample.h609 lp_build_get_mipmap_level(struct lp_build_sample_context *bld,
Dlp_bld_sample_soa.c1812 data_ptr0 = lp_build_get_mipmap_level(bld, ilevel0); in lp_build_sample_mipmap()
1876 data_ptr1 = lp_build_get_mipmap_level(bld, ilevel1); in lp_build_sample_mipmap()
1955 data_ptr0 = lp_build_get_mipmap_level(bld, ilevel0); in lp_build_sample_mipmap_both()
2001 data_ptr1 = lp_build_get_mipmap_level(bld, ilevel1); in lp_build_sample_mipmap_both()
2104 data_ptr0 = lp_build_get_mipmap_level(bld, ilevel0); in lp_build_sample_aniso()
Dlp_bld_sample.c1168 lp_build_get_mipmap_level(struct lp_build_sample_context *bld, in lp_build_get_mipmap_level() function