| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ast_array_index.cpp | 126 return state->Const.MaxPatchVertices; 135 return state->Const.MaxPatchVertices;
|
| H A D | glsl_parser_extras.h | 582 unsigned MaxPatchVertices; member in struct:_mesa_glsl_parse_state::__anon0a67c8d10208
|
| H A D | glsl_parser_extras.cpp | 187 this->Const.MaxPatchVertices = ctx->Const.MaxPatchVertices; 1817 if (vertices > state->Const.MaxPatchVertices) {
|
| H A D | standalone.cpp | 327 ctx->Const.MaxPatchVertices = 32;
|
| H A D | builtin_variables.cpp | 999 add_const("gl_MaxPatchVertices", state->Const.MaxPatchVertices); 1600 add_variable("gl_in", array(per_vertex_in_type, state->Const.MaxPatchVertices),
|
| H A D | ast_to_hir.cpp | 4799 if (num_vertices > state->Const.MaxPatchVertices) { 4852 state->Const.MaxPatchVertices); 4853 } else if (var->type->length != state->Const.MaxPatchVertices) { 4857 state->Const.MaxPatchVertices);
|
| H A D | linker.cpp | 2767 * sized to MaxPatchVertices; the actual size of the arrays won't be 2772 : ctx->Const.MaxPatchVertices;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ast_array_index.cpp | 126 return state->Const.MaxPatchVertices; 135 return state->Const.MaxPatchVertices;
|
| H A D | glsl_parser_extras.h | 574 unsigned MaxPatchVertices; member in struct:_mesa_glsl_parse_state::__anonc810e9be0208
|
| H A D | glsl_parser_extras.cpp | 181 this->Const.MaxPatchVertices = ctx->Const.MaxPatchVertices; 1770 if (vertices > state->Const.MaxPatchVertices) {
|
| H A D | standalone.cpp | 337 ctx->Const.MaxPatchVertices = 32;
|
| H A D | builtin_variables.cpp | 900 add_const("gl_MaxPatchVertices", state->Const.MaxPatchVertices); 1404 add_variable("gl_in", array(per_vertex_in_type, state->Const.MaxPatchVertices),
|
| H A D | ast_to_hir.cpp | 4699 if (num_vertices > state->Const.MaxPatchVertices) { 4752 state->Const.MaxPatchVertices); 4753 } else if (var->type->length != state->Const.MaxPatchVertices) { 4757 state->Const.MaxPatchVertices);
|
| H A D | linker.cpp | 2667 * sized to MaxPatchVertices; the actual size of the arrays won't be 2672 : ctx->Const.MaxPatchVertices;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | context.c | 739 consts->MaxPatchVertices = MAX_PATCH_VERTICES;
|
| H A D | mtypes.h | 4089 GLuint MaxPatchVertices; member in struct:gl_constants
|
| H A D | shaderapi.c | 2603 if (value <= 0 || value > ctx->Const.MaxPatchVertices) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | context.c | 649 consts->MaxPatchVertices = MAX_PATCH_VERTICES;
|
| H A D | mtypes.h | 4226 GLuint MaxPatchVertices; member in struct:gl_constants
|
| H A D | shaderapi.c | 2797 if (value <= 0 || value > ctx->Const.MaxPatchVertices) {
|
| /xsrc/external/mit/MesaLib.old/src/mesa/ |
| H A D | get_hash.h | 383 { GL_MAX_PATCH_VERTICES, CONTEXT_INT(Const.MaxPatchVertices), extra_ARB_tessellation_shader },
|
| /xsrc/external/mit/MesaLib/src/mesa/ |
| H A D | get_hash.h | 389 { GL_MAX_PATCH_VERTICES, CONTEXT_INT(Const.MaxPatchVertices), extra_ARB_tessellation_shader },
|