Searched refs:lod_max (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_state_tex.c | 72 int lod_max = 1, lod_bias = 0; in nv04_emit_tex_obj() local 81 lod_max = CLAMP(MIN2(sa->Attrib.MaxLod, t->_MaxLambda), in nv04_emit_tex_obj() 92 lod_max << 12 | in nv04_emit_tex_obj()
|
D | nv10_state_tex.c | 210 int lod_max = MIN2(sa->Attrib.MaxLod, t->_MaxLambda); in nv10_emit_tex_obj() local 214 lod_max = CLAMP(lod_max, 0, 15); in nv10_emit_tex_obj() 221 | lod_max << 14; in nv10_emit_tex_obj()
|
D | nv20_state_tex.c | 256 int lod_max = MIN2(sa->Attrib.MaxLod, t->_MaxLambda); in nv20_emit_tex_obj() local 260 lod_max = CLAMP(lod_max, 0, 15); in nv20_emit_tex_obj() 267 | lod_max << 14; in nv20_emit_tex_obj()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_sparse_texture_clamp.txt | 76 (move the third paragraph, p. 281, describing lod_min and lod_max 79 lod_min and lod_max indicate minimum and maximum clamps on the computed 80 level of detail. lod_max is taken directly from the TEXTURE_MAX_LOD
|
D | ARB_fragment_shader.txt | 641 |------- lod_max lambda' > lod_max 642 lambda(x,y) = | lambda' lod_min <= lambda' <= lod_max 3.16c 644 |------- undefined lod_min > lod_max
|
D | ARB_texture_storage.txt | 326 "In the remainder of section 3.8, denote by lod_min, lod_max,
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_sparse_texture_clamp.txt | 86 (move the third paragraph, p. 281, describing lod_min and lod_max 89 lod_min and lod_max indicate minimum and maximum clamps on the computed 90 level of detail. lod_max is taken directly from the TEXTURE_MAX_LOD
|
D | ARB_fragment_shader.txt | 651 |------- lod_max lambda' > lod_max 652 lambda(x,y) = | lambda' lod_min <= lambda' <= lod_max 3.16c 654 |------- undefined lod_min > lod_max
|
D | ARB_texture_storage.txt | 336 "In the remainder of section 3.8, denote by lod_min, lod_max,
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_sparse_texture2.txt | 119 (move the next-to-last paragraph, p. 261, describing lod_min and lod_max 122 lod_min and lod_max indicate minimum and maximum clamps on the computed 123 level of detail. lod_max is taken directly from the TEXTURE_MAX_LOD
|
D | EXT_texture_storage.txt | 358 "In the remainder of section 3.8, denote by lod_min, lod_max,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_sparse_texture2.txt | 119 (move the next-to-last paragraph, p. 261, describing lod_min and lod_max 122 lod_min and lod_max indicate minimum and maximum clamps on the computed 123 level of detail. lod_max is taken directly from the TEXTURE_MAX_LOD
|
D | EXT_texture_storage.txt | 358 "In the remainder of section 3.8, denote by lod_min, lod_max,
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | EXT_texture_storage.txt | 339 "In the remainder of section 3.8, denote by lod_min, lod_max,
|