Home
last modified time | relevance | path

Searched defs:using_nearest (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/
H A Dlima_texture.c122 pipe_wrap_to_lima(unsigned pipe_wrap, bool using_nearest) in pipe_wrap_to_lima()
242 bool using_nearest = sampler->base.min_img_filter == PIPE_TEX_FILTER_NEAREST; in lima_update_tex_desc() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_state.c462 static uint32_t translate_wrap(uint32_t p_wrap, bool using_nearest) in translate_wrap()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c122 translate_tex_wrap(enum pipe_tex_wrap w, bool using_nearest) in translate_tex_wrap()
222 bool using_nearest = cso->min_img_filter == PIPE_TEX_MIPFILTER_NEAREST; in panfrost_create_sampler_state() local