Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dconfig.h261 #define MAX_SUBROUTINES 256 macro
/third_party/openGLES/extensions/ARB/
DARB_shader_subroutine.txt112 MAX_SUBROUTINES 0x8DE7
174 (the value of MAX_SUBROUTINES).
484MAX_SUBROUTINES Z+ GetIntegerv 256 Maximum number of 2.14.1 -
815 (MAX_SUBROUTINES) and also a limit on the number of subroutine uniform
DARB_explicit_uniform_location.txt139 between 0 and MAX_SUBROUTINES minus one. At link time, all active
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shader_subroutine.txt102 MAX_SUBROUTINES 0x8DE7
164 (the value of MAX_SUBROUTINES).
474MAX_SUBROUTINES Z+ GetIntegerv 256 Maximum number of 2.14.1 -
805 (MAX_SUBROUTINES) and also a limit on the number of subroutine uniform
DARB_explicit_uniform_location.txt129 between 0 and MAX_SUBROUTINES minus one. At link time, all active
/third_party/mesa3d/src/compiler/glsl/
Dlinker.cpp3376 if (p->sh.NumSubroutineFunctions + 1 > MAX_SUBROUTINES) { in link_assign_subroutine_types()
Dast_to_hir.cpp6337 } else if (qual_index >= MAX_SUBROUTINES) { in hir()
6342 MAX_SUBROUTINES - 1); in hir()