Home
last modified time | relevance | path

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

/third_party/glslang/Test/
D100.conf6 MaxVertexUniformComponents 4096
/third_party/glslang/Test/baseResults/
Dtest.conf6 MaxVertexUniformComponents 4096
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h506 unsigned MaxVertexUniformComponents; member
Dbuiltin_variables.cpp746 state->Const.MaxVertexUniformComponents); in generate_constants()
751 state->Const.MaxVertexUniformComponents / 4); in generate_constants()
Dglsl_parser_extras.cpp111 …this->Const.MaxVertexUniformComponents = ctx->Const.Program[MESA_SHADER_VERTEX].MaxUniformComponen… in _mesa_glsl_parse_state()