Home
last modified time | relevance | path

Searched refs:pot_width (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h80 unsigned pot_width:1; /**< is the width a power of two? */ member
Dlp_bld_sample_aos.c596 bld->static_state->pot_width, in lp_build_sample_image_nearest()
674 bld->static_state->pot_width, in lp_build_sample_image_nearest_afloat()
1072 bld->static_state->pot_width, in lp_build_sample_image_linear()
1189 bld->static_state->pot_width, in lp_build_sample_image_linear_afloat()
Dlp_bld_sample_soa.c630 bld->static_state->pot_width, in lp_build_sample_image_nearest()
715 bld->static_state->pot_width, in lp_build_sample_image_linear()
Dlp_bld_sample.c127 state->pot_width = util_is_power_of_two(texture->width0); in lp_sampler_static_state()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1176 key->sampler[i].pot_width, in dump_fs_variant_key()