Home
last modified time | relevance | path

Searched refs:_mesa_base_tex_image (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c1009 const struct gl_texture_image *image = _mesa_base_tex_image(tObj); in sample_nearest_1d()
1026 const struct gl_texture_image *image = _mesa_base_tex_image(tObj); in sample_linear_1d()
1056 sample_1d_nearest(ctx, samp, _mesa_base_tex_image(tObj), in sample_lambda_1d()
1061 sample_1d_linear(ctx, samp, _mesa_base_tex_image(tObj), in sample_lambda_1d()
1091 sample_1d_nearest(ctx, samp, _mesa_base_tex_image(tObj), in sample_lambda_1d()
1096 sample_1d_linear(ctx, samp, _mesa_base_tex_image(tObj), in sample_lambda_1d()
1369 const struct gl_texture_image *image = _mesa_base_tex_image(tObj); in sample_nearest_2d()
1386 const struct gl_texture_image *image = _mesa_base_tex_image(tObj); in sample_linear_2d()
1420 const struct gl_texture_image *img = _mesa_base_tex_image(tObj); in opt_sample_rgb_2d()
1465 const struct gl_texture_image *img = _mesa_base_tex_image(tObj); in opt_sample_rgba_2d()
[all …]
Ds_triangle.c131 _mesa_base_tex_image(obj); \
189 _mesa_base_tex_image(obj); \
546 _mesa_base_tex_image(obj); \
815 _mesa_base_tex_image(obj); \
1063 texImg = texObj2D ? _mesa_base_tex_image(texObj2D) : NULL; in _swrast_choose_triangle()
Ds_fragprog.c120 const struct gl_texture_image *texImg = _mesa_base_tex_image(texObj); in fetch_texel_deriv()
Ds_aalinetemp.h183 _mesa_base_tex_image(obj); in NAME()
Ds_span.c501 const struct gl_texture_image *img = _mesa_base_tex_image(obj); in interpolate_texcoords()
/external/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.c373 GLenum baseFormat = _mesa_base_tex_image(&stObj->base)->_BaseFormat; in get_texture_format_swizzle()
385 _mesa_base_tex_image(&stObj->base); in get_texture_format_swizzle()
452 GLenum baseFormat = _mesa_base_tex_image(&stObj->base)->_BaseFormat; in get_sampler_view_format()
Dst_atom_sampler.c164 GLenum texBaseFormat = _mesa_base_tex_image(texobj)->_BaseFormat; in st_convert_sampler()
204 GLenum texBaseFormat = _mesa_base_tex_image(texobj)->_BaseFormat; in st_convert_sampler()
Dst_cb_drawtex.c208 const struct gl_texture_image *img = _mesa_base_tex_image(obj); in st_DrawTex()
Dst_cb_texture.c526 firstImage = _mesa_base_tex_image(&stObj->base); in guess_and_alloc_texture()
/external/mesa3d/src/mesa/main/
Dteximage.h175 _mesa_base_tex_image(const struct gl_texture_object *texObj) in _mesa_base_tex_image() function
Dtexobj.c1132 const struct gl_texture_image *texImage = _mesa_base_tex_image(texObj); in _mesa_texture_base_format()