HomeSort by: relevance | last modified time | path
    Searched refs:MaxPatchVertices (Results 1 - 22 of 22) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ast_array_index.cpp 126 return state->Const.MaxPatchVertices;
135 return state->Const.MaxPatchVertices;
glsl_parser_extras.h 582 unsigned MaxPatchVertices;
glsl_parser_extras.cpp 187 this->Const.MaxPatchVertices = ctx->Const.MaxPatchVertices;
1817 if (vertices > state->Const.MaxPatchVertices) {
standalone.cpp 327 ctx->Const.MaxPatchVertices = 32;
builtin_variables.cpp 999 add_const("gl_MaxPatchVertices", state->Const.MaxPatchVertices);
1600 add_variable("gl_in", array(per_vertex_in_type, state->Const.MaxPatchVertices),
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);
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/
ast_array_index.cpp 126 return state->Const.MaxPatchVertices;
135 return state->Const.MaxPatchVertices;
glsl_parser_extras.h 574 unsigned MaxPatchVertices;
glsl_parser_extras.cpp 181 this->Const.MaxPatchVertices = ctx->Const.MaxPatchVertices;
1770 if (vertices > state->Const.MaxPatchVertices) {
standalone.cpp 337 ctx->Const.MaxPatchVertices = 32;
builtin_variables.cpp 900 add_const("gl_MaxPatchVertices", state->Const.MaxPatchVertices);
1404 add_variable("gl_in", array(per_vertex_in_type, state->Const.MaxPatchVertices),
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);
linker.cpp 2667 * sized to MaxPatchVertices; the actual size of the arrays won't be
2672 : ctx->Const.MaxPatchVertices;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
context.c 652 consts->MaxPatchVertices = MAX_PATCH_VERTICES;
mtypes.h 4226 GLuint MaxPatchVertices;
shaderapi.c 2797 if (value <= 0 || value > ctx->Const.MaxPatchVertices) {
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
context.c 739 consts->MaxPatchVertices = MAX_PATCH_VERTICES;
mtypes.h 4089 GLuint MaxPatchVertices;
shaderapi.c 2603 if (value <= 0 || value > ctx->Const.MaxPatchVertices) {
  /xsrc/external/mit/MesaLib/src/mesa/
get_hash.h 389 { GL_MAX_PATCH_VERTICES, CONTEXT_INT(Const.MaxPatchVertices), extra_ARB_tessellation_shader },
  /xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h 383 { GL_MAX_PATCH_VERTICES, CONTEXT_INT(Const.MaxPatchVertices), extra_ARB_tessellation_shader },

Completed in 68 milliseconds