Home
last modified time | relevance | path

Searched refs:translate_tex_wrap (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c153 translate_tex_wrap(enum pipe_tex_wrap w, bool using_nearest) in translate_tex_wrap() function
225 cfg.wrap_mode_s = translate_tex_wrap(cso->wrap_s, using_nearest); in panfrost_create_sampler_state()
226 cfg.wrap_mode_t = translate_tex_wrap(cso->wrap_t, using_nearest); in panfrost_create_sampler_state()
227 cfg.wrap_mode_r = translate_tex_wrap(cso->wrap_r, using_nearest); in panfrost_create_sampler_state()

Completed in 7 milliseconds