HomeSort by relevance Sort by last modified time
    Searched refs:PIPE_TEX_MIPFILTER_NONE (Results 1 - 25 of 44) sorted by null

1 2

  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_program.c 99 p->sampler.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
106 p->sampler_point.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_sampler.c 91 return PIPE_TEX_MIPFILTER_NONE;
103 return PIPE_TEX_MIPFILTER_NONE;
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_sampler.c 89 case PIPE_TEX_MIPFILTER_NONE:
190 if (ps->min_mip_filter == PIPE_TEX_MIPFILTER_NONE) {
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 157 templat.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
u_blit.c 107 ctx->sampler.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_translate.h 215 case PIPE_TEX_MIPFILTER_NONE:
etnaviv_texture.c 61 if (ss->min_mip_filter != PIPE_TEX_MIPFILTER_NONE) {
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_texture.c 132 if (cso->min_mip_filter != PIPE_TEX_MIPFILTER_NONE) {
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_fragtex.c 60 if (ss->pipe.min_mip_filter == PIPE_TEX_MIPFILTER_NONE) {
  /external/mesa3d/src/gallium/drivers/r300/
r300_state_inlines.h 294 case PIPE_TEX_MIPFILTER_NONE:
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.h 755 case D3DTEXF_NONE: return PIPE_TEX_MIPFILTER_NONE;
765 return PIPE_TEX_MIPFILTER_NONE;
nine_pipe.c 220 samp.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_texture.c 132 if (cso->min_mip_filter != PIPE_TEX_MIPFILTER_NONE) {
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_texture.c 130 if (cso->min_mip_filter != PIPE_TEX_MIPFILTER_NONE) {
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_sampler.c 56 state->min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 198 PIPE_TEX_MIPFILTER_NONE,
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 296 sampler_desc.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
quad-sample.c 277 sampler_desc.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
fs-test.c 362 sampler_desc.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
gs-test.c 453 sampler_desc.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
vs-test.c 351 sampler_desc.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
  /external/mesa3d/src/gallium/tests/trivial/
quad-tex.c 209 p->sampler.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_matrix_filter.c 196 sampler.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
vl_median_filter.c 283 sampler.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;

Completed in 158 milliseconds

1 2