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

1 2

  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_run.c 62 0, 0, w, h, 0, PIPE_TEX_MIPFILTER_NEAREST,
pp_mlaa.c 181 0, 0, w, h, 0, PIPE_TEX_MIPFILTER_NEAREST,
  /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 78 case PIPE_TEX_MIPFILTER_NEAREST:
91 case PIPE_TEX_MIPFILTER_NEAREST:
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_sampler.c 52 state->min_mip_filter = PIPE_TEX_MIPFILTER_NEAREST;
  /external/mesa3d/src/gallium/drivers/r300/
r300_state_inlines.h 298 case PIPE_TEX_MIPFILTER_NEAREST:
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_sampler.c 86 case PIPE_TEX_MIPFILTER_NEAREST: return SVGA3D_TEX_FILTER_NEAREST;
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 175 #define PIPE_TEX_MIPFILTER_NEAREST 0
  /external/mesa3d/src/gallium/state_trackers/vega/
image.c 255 image->sampler.min_img_filter = PIPE_TEX_MIPFILTER_NEAREST;
256 image->sampler.mag_img_filter = PIPE_TEX_MIPFILTER_NEAREST;
494 image->sampler.min_img_filter = PIPE_TEX_MIPFILTER_NEAREST;
495 image->sampler.mag_img_filter = PIPE_TEX_MIPFILTER_NEAREST;
paint.c 215 paint->gradient.sampler.min_img_filter = PIPE_TEX_MIPFILTER_NEAREST;
216 paint->gradient.sampler.mag_img_filter = PIPE_TEX_MIPFILTER_NEAREST;
vg_context.c 463 0.0, PIPE_TEX_MIPFILTER_NEAREST);
renderer.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_sampler.c 92 return PIPE_TEX_MIPFILTER_NEAREST;
st_cb_blit.c 152 ? PIPE_TEX_MIPFILTER_NEAREST
st_cb_texture.c 606 PIPE_TEX_MIPFILTER_NEAREST);
    [all...]
  /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;
xorg_xv.c 477 sampler.min_mip_filter = PIPE_TEX_MIPFILTER_NEAREST;
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 419 * \param filter one of PIPE_TEX_MIPFILTER_NEAREST/LINEAR
454 assert(filter == PIPE_TEX_MIPFILTER_NEAREST ||
829 assert(filter == PIPE_TEX_MIPFILTER_NEAREST ||
u_gen_mipmap.c     [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 86 case PIPE_TEX_MIPFILTER_NEAREST:
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 542 mip_filter == PIPE_TEX_MIPFILTER_NEAREST) {
618 * For PIPE_TEX_MIPFILTER_NEAREST, convert float LOD to integer
    [all...]
lp_bld_sample_soa.c     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 499 case PIPE_TEX_MIPFILTER_NEAREST:
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c     [all...]

Completed in 292 milliseconds

1 2