Home
last modified time | relevance | path

Searched refs:MaxPatchVertices (Results 1 – 12 of 12) sorted by relevance

/external/angle/third_party/glslang/src/Test/baseResults/
Dtest.conf62 MaxPatchVertices 32
/external/deqp-deps/glslang/Test/baseResults/
Dtest.conf62 MaxPatchVertices 32
/external/mesa3d/src/compiler/glsl/
Dast_array_index.cpp126 return state->Const.MaxPatchVertices; in get_implicit_array_size()
135 return state->Const.MaxPatchVertices; in get_implicit_array_size()
Dglsl_parser_extras.h580 unsigned MaxPatchVertices; member
Dglsl_parser_extras.cpp187 this->Const.MaxPatchVertices = ctx->Const.MaxPatchVertices; in _mesa_glsl_parse_state()
1799 if (vertices > state->Const.MaxPatchVertices) { in set_shader_inout_layout()
Dbuiltin_variables.cpp958 add_const("gl_MaxPatchVertices", state->Const.MaxPatchVertices); in generate_constants()
1554 add_variable("gl_in", array(per_vertex_in_type, state->Const.MaxPatchVertices), in generate_varyings()
Dstandalone.cpp327 ctx->Const.MaxPatchVertices = 32; in initialize_context()
Dast_to_hir.cpp4736 if (num_vertices > state->Const.MaxPatchVertices) { in handle_tess_ctrl_shader_output_decl()
4789 state->Const.MaxPatchVertices); in handle_tess_shader_input_decl()
4790 } else if (var->type->length != state->Const.MaxPatchVertices) { in handle_tess_shader_input_decl()
4794 state->Const.MaxPatchVertices); in handle_tess_shader_input_decl()
Dlinker.cpp2732 : ctx->Const.MaxPatchVertices; in resize_tes_inputs()
/external/mesa3d/src/mesa/main/
Dcontext.c733 consts->MaxPatchVertices = MAX_PATCH_VERTICES; in _mesa_init_constants()
Dmtypes.h4144 GLuint MaxPatchVertices; member
Dshaderapi.c2717 if (value <= 0 || value > ctx->Const.MaxPatchVertices) { in _mesa_PatchParameteri()