Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c1503 const struct gl_texture_image *tImg = _mesa_base_tex_image(tObj); in sample_lambda_2d() local
1504 const struct swrast_texture_image *swImg = swrast_texture_image_const(tImg); in sample_lambda_2d()
1510 && (tImg->Border == 0) in sample_lambda_2d()
1511 && (_mesa_format_row_stride(tImg->TexFormat, tImg->Width) == in sample_lambda_2d()
1525 switch (tImg->TexFormat) { in sample_lambda_2d()
1582 switch (tImg->TexFormat) { in sample_lambda_2d()
1870 const struct gl_texture_image *tImg = _mesa_base_tex_image(tObj); in sample_lambda_2d_aniso() local
1871 const struct swrast_texture_image *swImg = swrast_texture_image_const(tImg); in sample_lambda_2d_aniso()