Searched refs:WrapT (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_tex.c88 format |= nvgl_wrap_mode(sa->WrapT) << 28 |
H A Dnv10_state_tex.c183 tx_format = nvgl_wrap_mode(sa->WrapT) << 28
H A Dnv20_state_tex.c197 | nvgl_wrap_mode(sa->WrapT) << 8
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_tex.c88 format |= nvgl_wrap_mode(sa->WrapT) << 28 |
H A Dnv10_state_tex.c183 tx_format = nvgl_wrap_mode(sa->WrapT) << 28
H A Dnv20_state_tex.c197 | nvgl_wrap_mode(sa->WrapT) << 8
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texfilter.c516 *j = clamp_rect_coord_nearest(samp->WrapT, texcoord[1], height);
526 *j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]);
536 *j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]);
567 clamp_rect_coord_linear(samp->WrapT, texcoord[1],
576 linear_texel_locations(samp->WrapT, img, height,
592 linear_texel_locations(samp->WrapT, img, height,
1126 j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]);
1162 linear_texel_locations(samp->WrapT, img, height, texcoord[1], &j0, &j1, &b);
1228 ASSERT(samp->WrapT == GL_REPEAT);
1337 ASSERT(samp->WrapT
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_texfilter.c516 *j = clamp_rect_coord_nearest(samp->WrapT, texcoord[1], height);
526 *j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]);
536 *j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]);
567 clamp_rect_coord_linear(samp->WrapT, texcoord[1],
576 linear_texel_locations(samp->WrapT, img, height,
592 linear_texel_locations(samp->WrapT, img, height,
1126 j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]);
1162 linear_texel_locations(samp->WrapT, img, height, texcoord[1], &j0, &j1, &b);
1228 ASSERT(samp->WrapT == GL_REPEAT);
1337 ASSERT(samp->WrapT
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_tex.c322 radeonSetTexWrap(t, samp->WrapS, samp->WrapT);
423 radeonSetTexWrap( t, t->base.Sampler.WrapS, t->base.Sampler.WrapT );
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tex.c322 radeonSetTexWrap(t, samp->WrapS, samp->WrapT);
423 radeonSetTexWrap( t, t->base.Sampler.WrapS, t->base.Sampler.WrapT );
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dsamplerobj.c119 sampObj->WrapT = GL_REPEAT;
342 if (samp->WrapT == param)
346 samp->WrapT = param;
1142 *params = sampObj->WrapT;
1220 *params = (GLfloat) sampObj->WrapT;
1299 *params = sampObj->WrapT;
1378 *params = sampObj->WrapT;
H A Dtexobj.c130 obj->Sampler.WrapT = GL_CLAMP_TO_EDGE;
136 obj->Sampler.WrapT = GL_REPEAT;
174 obj->Sampler.WrapT = GL_CLAMP_TO_EDGE;
247 dest->Sampler.WrapT = src->Sampler.WrapT;
H A Dtexparam.c308 if (texObj->Sampler.WrapT == params[0])
312 texObj->Sampler.WrapT = params[0];
1307 *params = ENUM_TO_FLOAT(obj->Sampler.WrapT);
1494 *params = (GLint) obj->Sampler.WrapT;
/external/mesa3d/src/mesa/main/
H A Dsamplerobj.c119 sampObj->WrapT = GL_REPEAT;
342 if (samp->WrapT == param)
346 samp->WrapT = param;
1142 *params = sampObj->WrapT;
1220 *params = (GLfloat) sampObj->WrapT;
1299 *params = sampObj->WrapT;
1378 *params = sampObj->WrapT;
H A Dtexobj.c130 obj->Sampler.WrapT = GL_CLAMP_TO_EDGE;
136 obj->Sampler.WrapT = GL_REPEAT;
174 obj->Sampler.WrapT = GL_CLAMP_TO_EDGE;
247 dest->Sampler.WrapT = src->Sampler.WrapT;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_tex.c371 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/r200/
H A Dr200_tex.c371 r200SetTexWrap(t, samp->WrapS, samp->WrapT, samp->WrapR);
484 r200SetTexWrap( t, t->base.Sampler.WrapS, t->base.Sampler.WrapT, t->base.Sampler.WrapR );
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen7_sampler_state.c108 sampler->ss3.t_wrap_mode = translate_wrap_mode(gl_sampler->WrapT,
H A Dbrw_wm_sampler_state.c234 sampler->ss1.t_wrap_mode = translate_wrap_mode(gl_sampler->WrapT,
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_sampler.c144 sampler->wrap_t = gl_wrap_xlate(msamp->WrapT);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen7_sampler_state.c108 sampler->ss3.t_wrap_mode = translate_wrap_mode(gl_sampler->WrapT,
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_sampler.c144 sampler->wrap_t = gl_wrap_xlate(msamp->WrapT);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di830_texstate.c285 GLenum wt = sampler->WrapT;
H A Di915_texstate.c286 GLenum wt = sampler->WrapT;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_texstate.c285 GLenum wt = sampler->WrapT;

Completed in 1079 milliseconds

12