Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/
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
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_state.c466 static uint32_t translate_wrap(uint32_t p_wrap, bool using_nearest) in translate_wrap()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c153 translate_tex_wrap(enum pipe_tex_wrap w, bool using_nearest) in translate_tex_wrap()
214 bool using_nearest = cso->min_img_filter == PIPE_TEX_MIPFILTER_NEAREST; in panfrost_create_sampler_state() local