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/state_trackers/nine/
Dnine_pipe.c230 samp.wrap_s = d3dtextureaddress_to_pipe_tex_wrap(ss[D3DSAMP_ADDRESSU]); in nine_convert_sampler_state()
231 samp.wrap_t = d3dtextureaddress_to_pipe_tex_wrap(ss[D3DSAMP_ADDRESSV]); in nine_convert_sampler_state()
232 samp.wrap_r = d3dtextureaddress_to_pipe_tex_wrap(ss[D3DSAMP_ADDRESSW]); in nine_convert_sampler_state()
Dnine_pipe.h719 d3dtextureaddress_to_pipe_tex_wrap(D3DTEXTUREADDRESS addr) in d3dtextureaddress_to_pipe_tex_wrap() function