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

1 2

  /external/mesa3d/src/gallium/state_trackers/clover/core/
sampler.cpp 65 PIPE_TEX_FILTER_NEAREST);
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_program.c 109 PIPE_TEX_FILTER_NEAREST;
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_sampler.c 115 (sampler->templ->min_img_filter != PIPE_TEX_FILTER_NEAREST ||
116 sampler->templ->mag_img_filter != PIPE_TEX_FILTER_NEAREST) &&
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_sampler.c 59 state->mag_img_filter = PIPE_TEX_FILTER_NEAREST;
60 state->min_img_filter = PIPE_TEX_FILTER_NEAREST;
  /external/mesa3d/src/gallium/drivers/r300/
r300_state_inlines.h 269 case PIPE_TEX_FILTER_NEAREST:
282 case PIPE_TEX_FILTER_NEAREST:
  /external/mesa3d/src/mesa/state_tracker/
st_atom_sampler.c 112 return PIPE_TEX_FILTER_NEAREST;
121 return PIPE_TEX_FILTER_NEAREST;
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_context.c 117 ctx->mask.sampler.min_img_filter = PIPE_TEX_FILTER_NEAREST;
118 ctx->mask.sampler.mag_img_filter = PIPE_TEX_FILTER_NEAREST;
125 ctx->blend_sampler.min_img_filter = PIPE_TEX_FILTER_NEAREST;
126 ctx->blend_sampler.mag_img_filter = PIPE_TEX_FILTER_NEAREST;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_composite.c 138 *out_filter = PIPE_TEX_FILTER_NEAREST;
144 *out_filter = PIPE_TEX_FILTER_NEAREST;
153 *out_filter = PIPE_TEX_FILTER_NEAREST;
157 *out_filter = PIPE_TEX_FILTER_NEAREST;
  /external/mesa3d/src/gallium/tests/graw/
quad-tex.c 173 PIPE_TEX_FILTER_NEAREST);
tex-srgb.c 166 PIPE_TEX_FILTER_NEAREST);
tex-swizzle.c 152 PIPE_TEX_FILTER_NEAREST);
quad-sample.c 280 sampler_desc.min_img_filter = PIPE_TEX_FILTER_NEAREST;
282 sampler_desc.mag_img_filter = PIPE_TEX_FILTER_NEAREST;
fs-test.c 407 sampler_desc.min_img_filter = PIPE_TEX_FILTER_NEAREST;
409 sampler_desc.mag_img_filter = PIPE_TEX_FILTER_NEAREST;
gs-test.c 471 sampler_desc.min_img_filter = PIPE_TEX_FILTER_NEAREST;
473 sampler_desc.mag_img_filter = PIPE_TEX_FILTER_NEAREST;
vs-test.c 358 sampler_desc.min_img_filter = PIPE_TEX_FILTER_NEAREST;
360 sampler_desc.mag_img_filter = PIPE_TEX_FILTER_NEAREST;
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 160 templat.min_img_filter = PIPE_TEX_FILTER_NEAREST;
161 templat.mag_img_filter = PIPE_TEX_FILTER_NEAREST;
u_blit.c 694 ctx->sampler.min_img_filter = PIPE_TEX_FILTER_NEAREST;
695 ctx->sampler.mag_img_filter = PIPE_TEX_FILTER_NEAREST;
708 ctx->sampler.min_img_filter = PIPE_TEX_FILTER_NEAREST;
709 ctx->sampler.mag_img_filter = PIPE_TEX_FILTER_NEAREST;
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_matrix_filter.c 194 sampler.min_img_filter = PIPE_TEX_FILTER_NEAREST;
196 sampler.mag_img_filter = PIPE_TEX_FILTER_NEAREST;
vl_median_filter.c 280 sampler.min_img_filter = PIPE_TEX_FILTER_NEAREST;
282 sampler.mag_img_filter = PIPE_TEX_FILTER_NEAREST;
vl_zscan.c 303 sampler.min_img_filter = PIPE_TEX_FILTER_NEAREST;
305 sampler.mag_img_filter = PIPE_TEX_FILTER_NEAREST;
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_composite.c 194 *out_filter = PIPE_TEX_FILTER_NEAREST;
200 *out_filter = PIPE_TEX_FILTER_NEAREST;
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_sampler.c 74 case PIPE_TEX_FILTER_NEAREST: return SVGA3D_TEX_FILTER_NEAREST;
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 181 #define PIPE_TEX_FILTER_NEAREST 0
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 481 sampler.min_img_filter = PIPE_TEX_FILTER_NEAREST;
482 sampler.mag_img_filter = PIPE_TEX_FILTER_NEAREST;

Completed in 218 milliseconds

1 2