Searched refs:MaxPatchVertices (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_array_index.cpp126 return state->Const.MaxPatchVertices;
135 return state->Const.MaxPatchVertices;
H A Dglsl_parser_extras.h582 unsigned MaxPatchVertices; member in struct:_mesa_glsl_parse_state::__anon0a67c8d10208
H A Dglsl_parser_extras.cpp187 this->Const.MaxPatchVertices = ctx->Const.MaxPatchVertices;
1817 if (vertices > state->Const.MaxPatchVertices) {
H A Dstandalone.cpp327 ctx->Const.MaxPatchVertices = 32;
H A Dbuiltin_variables.cpp999 add_const("gl_MaxPatchVertices", state->Const.MaxPatchVertices);
1600 add_variable("gl_in", array(per_vertex_in_type, state->Const.MaxPatchVertices),
H A Dast_to_hir.cpp4799 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 Dlinker.cpp2767 * 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 Dast_array_index.cpp126 return state->Const.MaxPatchVertices;
135 return state->Const.MaxPatchVertices;
H A Dglsl_parser_extras.h574 unsigned MaxPatchVertices; member in struct:_mesa_glsl_parse_state::__anonc810e9be0208
H A Dglsl_parser_extras.cpp181 this->Const.MaxPatchVertices = ctx->Const.MaxPatchVertices;
1770 if (vertices > state->Const.MaxPatchVertices) {
H A Dstandalone.cpp337 ctx->Const.MaxPatchVertices = 32;
H A Dbuiltin_variables.cpp900 add_const("gl_MaxPatchVertices", state->Const.MaxPatchVertices);
1404 add_variable("gl_in", array(per_vertex_in_type, state->Const.MaxPatchVertices),
H A Dast_to_hir.cpp4699 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 Dlinker.cpp2667 * 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 Dcontext.c739 consts->MaxPatchVertices = MAX_PATCH_VERTICES;
H A Dmtypes.h4089 GLuint MaxPatchVertices; member in struct:gl_constants
H A Dshaderapi.c2603 if (value <= 0 || value > ctx->Const.MaxPatchVertices) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dcontext.c649 consts->MaxPatchVertices = MAX_PATCH_VERTICES;
H A Dmtypes.h4226 GLuint MaxPatchVertices; member in struct:gl_constants
H A Dshaderapi.c2797 if (value <= 0 || value > ctx->Const.MaxPatchVertices) {
/xsrc/external/mit/MesaLib.old/src/mesa/
H A Dget_hash.h383 { GL_MAX_PATCH_VERTICES, CONTEXT_INT(Const.MaxPatchVertices), extra_ARB_tessellation_shader },
/xsrc/external/mit/MesaLib/src/mesa/
H A Dget_hash.h389 { GL_MAX_PATCH_VERTICES, CONTEXT_INT(Const.MaxPatchVertices), extra_ARB_tessellation_shader },

Completed in 89 milliseconds