HomeSort by relevance Sort by last modified time
    Searched refs:WrapS (Results 1 - 18 of 18) 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 515 *i = clamp_rect_coord_nearest(samp->WrapS, texcoord[0], width);
520 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]);
525 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]);
530 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]);
535 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]);
565 clamp_rect_coord_linear(samp->WrapS, texcoord[0],
574 linear_texel_locations(samp->WrapS, img, width,
582 linear_texel_locations(samp->WrapS, img, width,
590 linear_texel_locations(samp->WrapS, img, width,
855 i = nearest_texel_location(samp->WrapS, img, width, texcoord[0])
    [all...]
s_triangle.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex.c 322 radeonSetTexWrap(t, samp->WrapS, samp->WrapT);
423 radeonSetTexWrap( t, t->base.Sampler.WrapS, t->base.Sampler.WrapT );
  /external/mesa3d/src/mesa/main/
samplerobj.c 118 sampObj->WrapS = GL_REPEAT;
327 if (samp->WrapS == param)
331 samp->WrapS = param;
1139 *params = sampObj->WrapS;
    [all...]
texobj.c 129 obj->Sampler.WrapS = GL_CLAMP_TO_EDGE;
135 obj->Sampler.WrapS = GL_REPEAT;
173 obj->Sampler.WrapS = GL_CLAMP_TO_EDGE;
246 dest->Sampler.WrapS = src->Sampler.WrapS;
    [all...]
texparam.c 298 if (texObj->Sampler.WrapS == params[0])
302 texObj->Sampler.WrapS = params[0];
    [all...]
attrib.c 792 _mesa_TexParameteri(target, GL_TEXTURE_WRAP_S, samp->WrapS);
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c 371 r200SetTexWrap(t, samp->WrapS, samp->WrapT, samp->WrapR);
484 r200SetTexWrap( t, t->base.Sampler.WrapS, t->base.Sampler.WrapT, t->base.Sampler.WrapR );
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sampler_state.c 106 sampler->ss3.s_wrap_mode = translate_wrap_mode(gl_sampler->WrapS,
brw_wm_sampler_state.c 232 sampler->ss1.s_wrap_mode = translate_wrap_mode(gl_sampler->WrapS,
brw_wm.c 473 if (sampler->WrapS == GL_CLAMP)
  /external/mesa3d/src/mesa/state_tracker/
st_atom_sampler.c 143 sampler->wrap_s = gl_wrap_xlate(msamp->WrapS);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texstate.c 284 GLenum ws = sampler->WrapS;
i915_texstate.c 285 GLenum ws = sampler->WrapS;

Completed in 83 milliseconds