HomeSort by relevance Sort by last modified time
    Searched refs:WrapS (Results 1 - 17 of 17) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_tex.c 89 nvgl_wrap_mode(sa->WrapS) << 24 |
nv10_state_tex.c 184 | nvgl_wrap_mode(sa->WrapS) << 24
nv20_state_tex.c 198 | nvgl_wrap_mode(sa->WrapS) << 0;
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 518 *i = clamp_rect_coord_nearest(samp->WrapS, texcoord[0], width);
523 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]);
528 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]);
533 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]);
538 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]);
568 clamp_rect_coord_linear(samp->WrapS, texcoord[0],
577 linear_texel_locations(samp->WrapS, img, width,
585 linear_texel_locations(samp->WrapS, img, width,
593 linear_texel_locations(samp->WrapS, img, width,
858 i = nearest_texel_location(samp->WrapS, img, width, texcoord[0])
    [all...]
s_triangle.c     [all...]
  /external/mesa3d/src/mesa/main/
samplerobj.c 148 sampObj->WrapS = GL_REPEAT;
474 if (samp->WrapS == s && samp->WrapT == t && samp->WrapR == r)
478 samp->WrapS = s;
491 if (samp->WrapS == param)
495 samp->WrapS = param;
    [all...]
texobj.c 306 obj->Sampler.WrapS = GL_CLAMP_TO_EDGE;
312 obj->Sampler.WrapS = GL_REPEAT;
363 obj->Sampler.WrapS = GL_CLAMP_TO_EDGE;
444 dest->Sampler.WrapS = src->Sampler.WrapS;
    [all...]
texparam.c 330 if (texObj->Sampler.WrapS == params[0])
334 texObj->Sampler.WrapS = params[0];
    [all...]
attrib.c 871 _mesa_TexParameteri(target, GL_TEXTURE_WRAP_S, samp->WrapS);
    [all...]
mtypes.h 962 GLenum WrapS; /**< S-axis texture image wrap mode */
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex.c 319 radeonSetTexWrap(t, samp->WrapS, samp->WrapT);
420 radeonSetTexWrap( t, t->base.Sampler.WrapS, t->base.Sampler.WrapT );
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c 368 r200SetTexWrap(t, samp->WrapS, samp->WrapT, samp->WrapR);
480 r200SetTexWrap( t, t->base.Sampler.WrapS, t->base.Sampler.WrapT, t->base.Sampler.WrapR );
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texstate.c 284 GLenum ws = sampler->WrapS;
i915_texstate.c 289 GLenum ws = sampler->WrapS;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_sampler.c 150 sampler->wrap_s = gl_wrap_xlate(msamp->WrapS);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sampler_state.c 482 unsigned wrap_s = translate_wrap_mode(brw, sampler->WrapS, either_nearest);
brw_wm.c 330 if (sampler->WrapS == GL_CLAMP)

Completed in 405 milliseconds