Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c118 translate_tex_wrap(enum pipe_tex_wrap w) in translate_tex_wrap() function
180 cfg.wrap_mode_s = translate_tex_wrap(cso->wrap_s); in panfrost_sampler_desc_init()
181 cfg.wrap_mode_t = translate_tex_wrap(cso->wrap_t); in panfrost_sampler_desc_init()
182 cfg.wrap_mode_r = translate_tex_wrap(cso->wrap_r); in panfrost_sampler_desc_init()
207 cfg.wrap_mode_s = translate_tex_wrap(cso->wrap_s); in panfrost_sampler_desc_init_bifrost()
208 cfg.wrap_mode_t = translate_tex_wrap(cso->wrap_t); in panfrost_sampler_desc_init_bifrost()
209 cfg.wrap_mode_r = translate_tex_wrap(cso->wrap_r); in panfrost_sampler_desc_init_bifrost()