Searched refs:_mesa_base_tex_image (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_texfilter.c | 1009 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 …]
|
D | s_triangle.c | 131 _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()
|
D | s_fragprog.c | 120 const struct gl_texture_image *texImg = _mesa_base_tex_image(texObj); in fetch_texel_deriv()
|
D | s_aalinetemp.h | 184 _mesa_base_tex_image(obj); in NAME()
|
D | s_span.c | 502 const struct gl_texture_image *img = _mesa_base_tex_image(obj); in interpolate_texcoords()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_sampler.c | 169 GLenum texBaseFormat = _mesa_base_tex_image(texobj)->_BaseFormat; in st_convert_sampler() 212 GLenum texBaseFormat = _mesa_base_tex_image(texobj)->_BaseFormat; in st_convert_sampler()
|
D | st_sampler_view.c | 397 GLenum baseFormat = _mesa_base_tex_image(&stObj->base)->_BaseFormat; in get_texture_format_swizzle() 409 _mesa_base_tex_image(&stObj->base); in get_texture_format_swizzle() 476 GLenum baseFormat = _mesa_base_tex_image(&stObj->base)->_BaseFormat; in get_sampler_view_format()
|
D | st_cb_drawtex.c | 264 const struct gl_texture_image *img = _mesa_base_tex_image(obj); in st_DrawTex()
|
D | st_cb_texture.c | 623 firstImage = _mesa_base_tex_image(&stObj->base); in guess_and_alloc_texture()
|
/external/mesa3d/src/mesa/main/ |
D | teximage.h | 175 _mesa_base_tex_image(const struct gl_texture_object *texObj) in _mesa_base_tex_image() function
|
D | texobj.c | 1142 const struct gl_texture_image *texImage = _mesa_base_tex_image(texObj); in _mesa_texture_base_format()
|