Searched refs:apply_max_lod (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h171 unsigned apply_max_lod:1; /**< max_lod < last_level ? */ member in struct:lp_static_sampler_state
H A Dlp_bld_sample.c188 state->apply_max_lod = 1;
772 !bld->static_sampler_state->apply_max_lod &&
848 if (bld->static_sampler_state->apply_max_lod) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h203 unsigned apply_max_lod:1; /**< max_lod < last_level ? */ member in struct:lp_static_sampler_state
H A Dlp_bld_sample.c225 state->apply_max_lod = 1;
904 !bld->static_sampler_state->apply_max_lod &&
983 if (bld->static_sampler_state->apply_max_lod) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c666 debug_printf(" .apply_max_lod = %u\n", sampler->apply_max_lod);
H A Dlp_state_fs.c3466 debug_printf(" .apply_max_lod = %u\n", sampler->apply_max_lod);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c2779 debug_printf(" .apply_max_lod = %u\n", sampler->apply_max_lod);

Completed in 23 milliseconds