Home
last modified time | relevance | path

Searched refs:WrapT (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c516 *j = clamp_rect_coord_nearest(samp->WrapT, texcoord[1], height); in nearest_texcoord()
526 *j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]); in nearest_texcoord()
536 *j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]); in nearest_texcoord()
567 clamp_rect_coord_linear(samp->WrapT, texcoord[1], in linear_texcoord()
576 linear_texel_locations(samp->WrapT, img, height, in linear_texcoord()
592 linear_texel_locations(samp->WrapT, img, height, in linear_texcoord()
1126 j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]); in sample_2d_nearest()
1162 linear_texel_locations(samp->WrapT, img, height, texcoord[1], &j0, &j1, &b); in sample_2d_linear()
1228 ASSERT(samp->WrapT == GL_REPEAT); in sample_2d_linear_repeat()
1337 ASSERT(samp->WrapT == GL_REPEAT); in sample_2d_linear_mipmap_linear_repeat()
[all …]
Ds_triangle.c1077 && samp->WrapT == GL_REPEAT in _swrast_choose_triangle()
/external/mesa3d/src/mesa/main/
Dsamplerobj.c119 sampObj->WrapT = GL_REPEAT; in _mesa_init_sampler_object()
342 if (samp->WrapT == param) in set_sampler_wrap_t()
346 samp->WrapT = param; in set_sampler_wrap_t()
1142 *params = sampObj->WrapT; in _mesa_GetSamplerParameteriv()
1220 *params = (GLfloat) sampObj->WrapT; in _mesa_GetSamplerParameterfv()
1299 *params = sampObj->WrapT; in _mesa_GetSamplerParameterIiv()
1378 *params = sampObj->WrapT; in _mesa_GetSamplerParameterIuiv()
Dtexobj.c130 obj->Sampler.WrapT = GL_CLAMP_TO_EDGE; in _mesa_initialize_texture_object()
136 obj->Sampler.WrapT = GL_REPEAT; in _mesa_initialize_texture_object()
174 obj->Sampler.WrapT = GL_CLAMP_TO_EDGE; in finish_texture_init()
247 dest->Sampler.WrapT = src->Sampler.WrapT; in _mesa_copy_texture_object()
Dtexparam.c308 if (texObj->Sampler.WrapT == params[0]) in set_tex_parameteri()
312 texObj->Sampler.WrapT = params[0]; in set_tex_parameteri()
1307 *params = ENUM_TO_FLOAT(obj->Sampler.WrapT); in _mesa_GetTexParameterfv()
1494 *params = (GLint) obj->Sampler.WrapT; in _mesa_GetTexParameteriv()
Dmtypes.h1243 GLenum WrapT; /**< T-axis texture image wrap mode */ member
Dattrib.c793 _mesa_TexParameteri(target, GL_TEXTURE_WRAP_T, samp->WrapT); in pop_texture_group()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_tex.c88 format |= nvgl_wrap_mode(sa->WrapT) << 28 | in nv04_emit_tex_obj()
Dnv10_state_tex.c183 tx_format = nvgl_wrap_mode(sa->WrapT) << 28 in nv10_emit_tex_obj()
Dnv20_state_tex.c197 | nvgl_wrap_mode(sa->WrapT) << 8 in nv20_emit_tex_obj()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tex.c322 radeonSetTexWrap(t, samp->WrapS, samp->WrapT); in radeonTexUpdateParameters()
423 radeonSetTexWrap( t, t->base.Sampler.WrapS, t->base.Sampler.WrapT ); in radeonNewTextureObject()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tex.c371 r200SetTexWrap(t, samp->WrapS, samp->WrapT, samp->WrapR); in r200TexUpdateParameters()
484 r200SetTexWrap( t, t->base.Sampler.WrapS, t->base.Sampler.WrapT, t->base.Sampler.WrapR ); in r200NewTextureObject()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_sampler.c144 sampler->wrap_t = gl_wrap_xlate(msamp->WrapT); in convert_sampler()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_sampler_state.c108 sampler->ss3.t_wrap_mode = translate_wrap_mode(gl_sampler->WrapT, in gen7_update_sampler_state()
Dbrw_wm_sampler_state.c234 sampler->ss1.t_wrap_mode = translate_wrap_mode(gl_sampler->WrapT, in brw_update_sampler_state()
Dbrw_wm.c475 if (sampler->WrapT == GL_CLAMP) in brw_populate_sampler_prog_key_data()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_texstate.c285 GLenum wt = sampler->WrapT; in i830_update_tex_unit()
Di915_texstate.c286 GLenum wt = sampler->WrapT; in i915_update_tex_unit()