Searched refs:anisotropy (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexfilt.c49 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 Dr200_tex.c215 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 Dr200_tex.c216 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 Dradeon_tex.c168 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 Dradeon_tex.c168 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 Dsampler.rst108 Maximum anisotropy ratio to use when sampling from textures. For example,
/xsrc/external/mit/MesaLib/dist/docs/
H A Denvvars.rst726 force anisotropy filter (up to 16)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dscreen.rst539 * ``PIPE_CAPF_MAX_TEXTURE_ANISOTROPY``: The maximum level of anisotropy that can be
H A Dtgsi.rst2415 directly as a scalar value, representing no anisotropy.
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dscreen.rst638 * ``PIPE_CAPF_MAX_TEXTURE_ANISOTROPY``: The maximum level of anisotropy that can be
H A Dtgsi.rst2449 directly as a scalar value, representing no anisotropy.
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst1536 - panfrost: Fix the Maximum anisotropy field in the XML
1537 - panfrost: Set the anisotropy level when cso->max_anisotropy is set
H A D19.3.0.rst1911 - turnip: add anisotropy and compressed formats to device features
H A D20.3.0.rst1878 - docs: anistropy -\> anisotropy
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json6034 "description": "d3d12: Use a constant define for max anisotropy",
21109 "description": "radv,aco: do not disable anisotropy filtering for non-mipmap images",
[all...]

Completed in 138 milliseconds