| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | texfilt.c | 49 static GLfloat anisotropy = 1.0; variable in typeref:typename:GLfloat 66 anisotropy ); 95 GLfloat new_anisotropy = anisotropy; 103 new_anisotropy = anisotropy - 1.0; 108 new_anisotropy = anisotropy + 1.0; 138 if ( new_anisotropy != anisotropy ) { 139 anisotropy = new_anisotropy; 140 printf( "Texture anisotropy: %f%s\n", anisotropy, 141 (anisotropy [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_tex.c | 215 GLuint anisotropy = (t->pp_txfilter & R200_MAX_ANISO_MASK); local in function:r200SetTexFilter 224 "%s(tex %p) minf %s, maxf %s, anisotropy %d.\n", 228 anisotropy); 230 if ( anisotropy == R200_MAX_ANISO_1_TO_1 ) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_tex.c | 216 GLuint anisotropy = (t->pp_txfilter & R200_MAX_ANISO_MASK); local in function:r200SetTexFilter 225 "%s(tex %p) minf %s, maxf %s, anisotropy %d.\n", 229 anisotropy); 231 if ( anisotropy == R200_MAX_ANISO_1_TO_1 ) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_tex.c | 168 GLuint anisotropy = (t->pp_txfilter & RADEON_MAX_ANISO_MASK); local in function:radeonSetTexFilter 192 else if ( anisotropy == RADEON_MAX_ANISO_1_TO_1 ) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_tex.c | 168 GLuint anisotropy = (t->pp_txfilter & RADEON_MAX_ANISO_MASK); local in function:radeonSetTexFilter 192 else if ( anisotropy == RADEON_MAX_ANISO_1_TO_1 ) {
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/cso/ |
| H A D | sampler.rst | 108 Maximum anisotropy ratio to use when sampling from textures. For example,
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | envvars.rst | 726 force anisotropy filter (up to 16)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | screen.rst | 539 * ``PIPE_CAPF_MAX_TEXTURE_ANISOTROPY``: The maximum level of anisotropy that can be
|
| H A D | tgsi.rst | 2415 directly as a scalar value, representing no anisotropy.
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | screen.rst | 638 * ``PIPE_CAPF_MAX_TEXTURE_ANISOTROPY``: The maximum level of anisotropy that can be
|
| H A D | tgsi.rst | 2449 directly as a scalar value, representing no anisotropy.
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.0.0.rst | 1536 - panfrost: Fix the Maximum anisotropy field in the XML 1537 - panfrost: Set the anisotropy level when cso->max_anisotropy is set
|
| H A D | 19.3.0.rst | 1911 - turnip: add anisotropy and compressed formats to device features
|
| H A D | 20.3.0.rst | 1878 - docs: anistropy -\> anisotropy
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 6034 "description": "d3d12: Use a constant define for max anisotropy", 21109 "description": "radv,aco: do not disable anisotropy filtering for non-mipmap images", [all...] |