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.h600 lp_build_get_mipmap_level(struct lp_build_sample_context *bld,
Dlp_bld_sample_aos.c978 data_ptr0 = lp_build_get_mipmap_level(bld, ilevel0); in lp_build_sample_mipmap()
1051 data_ptr1 = lp_build_get_mipmap_level(bld, ilevel1); in lp_build_sample_mipmap()
Dlp_bld_sample_soa.c1801 data_ptr0 = lp_build_get_mipmap_level(bld, ilevel0); in lp_build_sample_mipmap()
1865 data_ptr1 = lp_build_get_mipmap_level(bld, ilevel1); in lp_build_sample_mipmap()
1944 data_ptr0 = lp_build_get_mipmap_level(bld, ilevel0); in lp_build_sample_mipmap_both()
1990 data_ptr1 = lp_build_get_mipmap_level(bld, ilevel1); in lp_build_sample_mipmap_both()
Dlp_bld_sample.c1068 lp_build_get_mipmap_level(struct lp_build_sample_context *bld, in lp_build_get_mipmap_level() function