Home
last modified time | relevance | path

Searched refs:MaxGeometryOutputVertices (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h469 unsigned MaxGeometryOutputVertices; member
Dglsl_parser_extras.cpp119 this->Const.MaxGeometryOutputVertices = ctx->Const.MaxGeometryOutputVertices; in _mesa_glsl_parse_state()
1755 if (qual_max_vertices > state->Const.MaxGeometryOutputVertices) { in set_shader_inout_layout()
Dstandalone.cpp291 ctx->Const.MaxGeometryOutputVertices = 256; in initialize_context()
Dbuiltin_variables.cpp708 state->Const.MaxGeometryOutputVertices); in generate_constants()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c346 c->MaxGeometryOutputVertices = in st_init_limits()
/external/mesa3d/src/mesa/main/
Dcontext.c628 consts->MaxGeometryOutputVertices = MAX_GEOMETRY_OUTPUT_VERTICES; in _mesa_init_constants()
Dmtypes.h3510 GLuint MaxGeometryOutputVertices; member
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h347 …{ GL_MAX_GEOMETRY_OUTPUT_VERTICES, CONTEXT_INT(Const.MaxGeometryOutputVertices), extra_version_32_…