HomeSort by relevance Sort by last modified time
    Searched full:tex_wrap (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/state_trackers/vega/
api_filters.c 185 uint tex_wrap; local
195 tex_wrap = PIPE_TEX_WRAP_CLAMP_TO_BORDER;
201 tex_wrap = PIPE_TEX_WRAP_CLAMP_TO_EDGE;;
204 tex_wrap = PIPE_TEX_WRAP_REPEAT;;
207 tex_wrap = PIPE_TEX_WRAP_MIRROR_REPEAT;
211 tex_wrap = 0;
215 sampler.wrap_s = tex_wrap;
216 sampler.wrap_t = tex_wrap;
renderer.c 421 unsigned tex_wrap = PIPE_TEX_WRAP_CLAMP_TO_EDGE; local
430 sampler.wrap_s = tex_wrap;
431 sampler.wrap_t = tex_wrap;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_defines.c 304 DEFINE_UTIL_DUMP_CONTINUOUS(tex_wrap)
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_state_tex.c 246 BEGIN_NV04(push, NV20_3D(TEX_WRAP(i)), 1);

Completed in 85 milliseconds