Home
last modified time | relevance | path

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

/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.c898 [VK_SAMPLER_MIPMAP_MODE_NEAREST] = MIPFILTER_NEAREST,
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c284 [PIPE_TEX_MIPFILTER_NEAREST] = MIPFILTER_NEAREST, in translate_mip_filter()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c291 [PIPE_TEX_MIPFILTER_NEAREST] = MIPFILTER_NEAREST, in translate_mip_filter()