HomeSort by relevance Sort by last modified time
    Searched refs:PIPE_TEX_MIPFILTER_LINEAR (Results 1 - 22 of 22) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_texture.c 81 case PIPE_TEX_MIPFILTER_LINEAR:
94 case PIPE_TEX_MIPFILTER_LINEAR:
  /external/mesa3d/src/gallium/tests/trivial/
quad-tex.c 210 p->sampler.min_img_filter = PIPE_TEX_MIPFILTER_LINEAR;
211 p->sampler.mag_img_filter = PIPE_TEX_MIPFILTER_LINEAR;
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_translate.h 213 case PIPE_TEX_MIPFILTER_LINEAR:
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_texture.c 97 if (cso->min_mip_filter == PIPE_TEX_MIPFILTER_LINEAR)
  /external/mesa3d/src/gallium/drivers/r300/
r300_state_inlines.h 300 case PIPE_TEX_MIPFILTER_LINEAR:
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_texture.c 97 if (cso->min_mip_filter == PIPE_TEX_MIPFILTER_LINEAR)
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_texture.c 97 if (cso->min_mip_filter == PIPE_TEX_MIPFILTER_LINEAR)
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_sampler.c 51 if (state->min_mip_filter == PIPE_TEX_MIPFILTER_LINEAR)
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 197 PIPE_TEX_MIPFILTER_LINEAR,
  /external/mesa3d/src/gallium/state_trackers/va/
postproc.c 168 blit.filter = PIPE_TEX_MIPFILTER_LINEAR;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_sampler.c 99 return PIPE_TEX_MIPFILTER_LINEAR;
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_sampler.c 93 case PIPE_TEX_MIPFILTER_LINEAR:
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c     [all...]
lp_bld_sample.c 794 if (mip_filter == PIPE_TEX_MIPFILTER_LINEAR &&
864 if (mip_filter == PIPE_TEX_MIPFILTER_LINEAR) {
    [all...]
lp_bld_sample_aos.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aaline.c 480 sampler.min_mip_filter = PIPE_TEX_MIPFILTER_LINEAR;
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 90 case PIPE_TEX_MIPFILTER_LINEAR:
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_state.c 517 case PIPE_TEX_MIPFILTER_LINEAR:
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c 87 case PIPE_TEX_MIPFILTER_LINEAR: return GEN6_MIPFILTER_LINEAR;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c     [all...]

Completed in 245 milliseconds