Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c235 samp.wrap_s = d3dtextureaddress_to_pipe_tex_wrap(ss[D3DSAMP_ADDRESSU]); in nine_convert_sampler_state()
236 samp.wrap_t = d3dtextureaddress_to_pipe_tex_wrap(ss[D3DSAMP_ADDRESSV]); in nine_convert_sampler_state()
237 samp.wrap_r = d3dtextureaddress_to_pipe_tex_wrap(ss[D3DSAMP_ADDRESSW]); in nine_convert_sampler_state()
Dnine_pipe.h723 d3dtextureaddress_to_pipe_tex_wrap(D3DTEXTUREADDRESS addr) in d3dtextureaddress_to_pipe_tex_wrap() function