Home
last modified time | relevance | path

Searched refs:pipe_wrap_to_lima (Results 1 – 1 of 1) 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() function
244 desc->wrap_s = pipe_wrap_to_lima(sampler->base.wrap_s, using_nearest); in lima_update_tex_desc()
245 desc->wrap_t = pipe_wrap_to_lima(sampler->base.wrap_t, using_nearest); in lima_update_tex_desc()
246 desc->wrap_r = pipe_wrap_to_lima(sampler->base.wrap_r, using_nearest); in lima_update_tex_desc()