HomeSort by relevance Sort by last modified time
    Searched defs:min_mip_filter (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/vc5/
vc5_emit.c 207 int min_mip_filter = psampler->min_mip_filter; local
211 min_mip_filter = PIPE_TEX_MIPFILTER_NEAREST;
217 switch (min_mip_filter) {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 162 unsigned min_mip_filter:2; member in struct:lp_static_sampler_state
  /external/virglrenderer/src/gallium/include/pipe/
p_state.h 316 unsigned min_mip_filter:2; /**< PIPE_TEX_MIPFILTER_x */ member in struct:pipe_sampler_state
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 394 unsigned min_mip_filter:2; /**< PIPE_TEX_MIPFILTER_x */ member in struct:pipe_sampler_state

Completed in 214 milliseconds