Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp1771 unsigned qual_max_vertices; in set_shader_inout_layout() local
1774 &qual_max_vertices, true)) { in set_shader_inout_layout()
1776 if (qual_max_vertices > state->Const.MaxGeometryOutputVertices) { in set_shader_inout_layout()
1781 qual_max_vertices); in set_shader_inout_layout()
1783 shader->info.Geom.VerticesOut = qual_max_vertices; in set_shader_inout_layout()