Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h527 lp_build_get_mipmap_level(struct lp_build_sample_context *bld,
Dlp_bld_sample_aos.c1425 data_ptr0 = lp_build_get_mipmap_level(bld, ilevel0); in lp_build_sample_mipmap()
1517 data_ptr1 = lp_build_get_mipmap_level(bld, ilevel1); in lp_build_sample_mipmap()
Dlp_bld_sample_soa.c1776 data_ptr0 = lp_build_get_mipmap_level(bld, ilevel0); in lp_build_sample_mipmap()
1840 data_ptr1 = lp_build_get_mipmap_level(bld, ilevel1); in lp_build_sample_mipmap()
1919 data_ptr0 = lp_build_get_mipmap_level(bld, ilevel0); in lp_build_sample_mipmap_both()
1965 data_ptr1 = lp_build_get_mipmap_level(bld, ilevel1); in lp_build_sample_mipmap_both()
Dlp_bld_sample.c1031 lp_build_get_mipmap_level(struct lp_build_sample_context *bld, in lp_build_get_mipmap_level() function