HomeSort by: relevance | last modified time | path
    Searched refs:apply_min_lod (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 170 unsigned apply_min_lod:1; /**< min_lod > 0 ? */ member in struct:lp_static_sampler_state
lp_bld_sample.c 180 state->apply_min_lod = 1;
773 !bld->static_sampler_state->apply_min_lod) {
856 if (bld->static_sampler_state->apply_min_lod) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 202 unsigned apply_min_lod:1; /**< min_lod > 0 ? */ member in struct:lp_static_sampler_state
lp_bld_sample.c 217 state->apply_min_lod = 1;
905 !bld->static_sampler_state->apply_min_lod) {
991 if (bld->static_sampler_state->apply_min_lod) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_state_cs.c 665 debug_printf(" .apply_min_lod = %u\n", sampler->apply_min_lod);
lp_state_fs.c 3465 debug_printf(" .apply_min_lod = %u\n", sampler->apply_min_lod);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_state_fs.c 2778 debug_printf(" .apply_min_lod = %u\n", sampler->apply_min_lod);

Completed in 32 milliseconds