Home
last modified time | relevance | path

Searched refs:MIPFILTER_NEAREST (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i915/
Di830_texstate.c207 mipFilt = MIPFILTER_NEAREST; in i830_update_tex_unit()
211 mipFilt = MIPFILTER_NEAREST; in i830_update_tex_unit()
229 mipFilt = MIPFILTER_NEAREST; in i830_update_tex_unit()
Di915_texstate.c214 mipFilt = MIPFILTER_NEAREST; in i915_update_tex_unit()
218 mipFilt = MIPFILTER_NEAREST; in i915_update_tex_unit()
Di915_reg.h669 #define MIPFILTER_NEAREST 1 macro
Di830_reg.h594 #define MIPFILTER_NEAREST 1 macro
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_reg.h774 #define MIPFILTER_NEAREST 1 macro
Di915_state.c93 return MIPFILTER_NEAREST; in translate_mip_filter()
/third_party/mesa3d/src/intel/vulkan/
DgenX_state.c655 [VK_SAMPLER_MIPMAP_MODE_NEAREST] = MIPFILTER_NEAREST,
/third_party/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c5208 samp_st.MipModeFilter = MIPFILTER_NEAREST;
5212 samp_st.MipModeFilter = MIPFILTER_NEAREST;
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c280 [PIPE_TEX_MIPFILTER_NEAREST] = MIPFILTER_NEAREST, in translate_mip_filter()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c289 [PIPE_TEX_MIPFILTER_NEAREST] = MIPFILTER_NEAREST, in translate_mip_filter()