Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_tex.c72 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()
Dnv10_state_tex.c210 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()
Dnv20_state_tex.c256 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/
DARB_sparse_texture_clamp.txt76 (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
DARB_fragment_shader.txt641 |------- lod_max lambda' > lod_max
642 lambda(x,y) = | lambda' lod_min <= lambda' <= lod_max 3.16c
644 |------- undefined lod_min > lod_max
DARB_texture_storage.txt326 "In the remainder of section 3.8, denote by lod_min, lod_max,
/third_party/openGLES/extensions/ARB/
DARB_sparse_texture_clamp.txt86 (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
DARB_fragment_shader.txt651 |------- lod_max lambda' > lod_max
652 lambda(x,y) = | lambda' lod_min <= lambda' <= lod_max 3.16c
654 |------- undefined lod_min > lod_max
DARB_texture_storage.txt336 "In the remainder of section 3.8, denote by lod_min, lod_max,
/third_party/openGLES/extensions/EXT/
DEXT_sparse_texture2.txt119 (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
DEXT_texture_storage.txt358 "In the remainder of section 3.8, denote by lod_min, lod_max,
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_sparse_texture2.txt119 (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
DEXT_texture_storage.txt358 "In the remainder of section 3.8, denote by lod_min, lod_max,
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DEXT_texture_storage.txt339 "In the remainder of section 3.8, denote by lod_min, lod_max,