Searched refs:WrapT (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_texfilter.c | 516 *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 …]
|
D | s_triangle.c | 1077 && samp->WrapT == GL_REPEAT in _swrast_choose_triangle()
|
/external/mesa3d/src/mesa/main/ |
D | samplerobj.c | 119 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()
|
D | texobj.c | 130 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()
|
D | texparam.c | 308 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()
|
D | mtypes.h | 1243 GLenum WrapT; /**< T-axis texture image wrap mode */ member
|
D | attrib.c | 793 _mesa_TexParameteri(target, GL_TEXTURE_WRAP_T, samp->WrapT); in pop_texture_group()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_state_tex.c | 88 format |= nvgl_wrap_mode(sa->WrapT) << 28 | in nv04_emit_tex_obj()
|
D | nv10_state_tex.c | 183 tx_format = nvgl_wrap_mode(sa->WrapT) << 28 in nv10_emit_tex_obj()
|
D | nv20_state_tex.c | 197 | nvgl_wrap_mode(sa->WrapT) << 8 in nv20_emit_tex_obj()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tex.c | 322 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/ |
D | r200_tex.c | 371 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/ |
D | st_atom_sampler.c | 144 sampler->wrap_t = gl_wrap_xlate(msamp->WrapT); in convert_sampler()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen7_sampler_state.c | 108 sampler->ss3.t_wrap_mode = translate_wrap_mode(gl_sampler->WrapT, in gen7_update_sampler_state()
|
D | brw_wm_sampler_state.c | 234 sampler->ss1.t_wrap_mode = translate_wrap_mode(gl_sampler->WrapT, in brw_update_sampler_state()
|
D | brw_wm.c | 475 if (sampler->WrapT == GL_CLAMP) in brw_populate_sampler_prog_key_data()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i830_texstate.c | 285 GLenum wt = sampler->WrapT; in i830_update_tex_unit()
|
D | i915_texstate.c | 286 GLenum wt = sampler->WrapT; in i915_update_tex_unit()
|