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

1 2 3

  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_program.c 100 p->sampler.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
107 p->sampler_point.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_sampler.c 51 if (state->min_mip_filter == PIPE_TEX_MIPFILTER_LINEAR)
52 state->min_mip_filter = PIPE_TEX_MIPFILTER_NEAREST;
56 state->min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 310 unsigned min_mip_filter:2; /**< PIPE_TEX_MIPFILTER_x */ member in struct:pipe_sampler_state
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_yuv.c 83 sampler.min_mip_filter = PIPE_TEX_MIPFILTER_NEAREST;
xa_composite.c 415 src_sampler.min_mip_filter = PIPE_TEX_MIPFILTER_NEAREST;
439 src_sampler.min_mip_filter = PIPE_TEX_MIPFILTER_NEAREST;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_texture.c 77 switch (cso->min_mip_filter) {
90 switch (cso->min_mip_filter) {
nv30_fragtex.c 60 if (ss->pipe.min_mip_filter == PIPE_TEX_MIPFILTER_NONE) {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 89 unsigned min_mip_filter:2; member in struct:lp_sampler_static_state
lp_bld_sample.c 138 state->min_mip_filter = sampler->min_mip_filter;
140 state->min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
143 if (state->min_mip_filter != PIPE_TEX_MIPFILTER_NONE) {
    [all...]
lp_bld_sample_soa.c     [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_sampler.c 104 cso->mipfilter = translate_mip_filter(sampler->min_mip_filter);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_sampler.c 148 sampler->min_mip_filter = gl_filter_to_mip_filter(msamp->MinFilter);
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_context.c 116 ctx->mask.sampler.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
124 ctx->blend_sampler.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_composite.c 385 src_sampler.min_mip_filter = PIPE_TEX_MIPFILTER_NEAREST;
409 src_sampler.min_mip_filter = PIPE_TEX_MIPFILTER_NEAREST;
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 296 sampler_desc.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
quad-sample.c 281 sampler_desc.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
fs-test.c 408 sampler_desc.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
gs-test.c 472 sampler_desc.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
vs-test.c 359 sampler_desc.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
  /external/mesa3d/src/gallium/tests/trivial/
quad-tex.c 212 p->sampler.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 159 templat.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_matrix_filter.c 195 sampler.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
vl_median_filter.c 281 sampler.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
vl_zscan.c 304 sampler.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 480 sampler.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;

Completed in 517 milliseconds

1 2 3