Home
last modified time | relevance | path

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

/third_party/glslang/Test/baseResults/
Dtest.conf48 MaxGeometryOutputVertices 256
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_wrapper.cpp82 outResources->maxGeometryOutputVertices = resources.MaxGeometryOutputVertices; in GetBuiltInResources()
DShaderLang.cpp310 resources->MaxGeometryOutputVertices = 256; in InitBuiltInResources()
DCompiler.cpp1304 << ":MaxGeometryOutputVertices:" << mResources.MaxGeometryOutputVertices in setResourceString()
DParseContext.cpp238 mMaxGeometryShaderMaxVertices(resources.MaxGeometryOutputVertices), in TParseContext()
DSymbolTable_ESSL_autogen.cpp25100 unionArray[0].setIConst(resources.MaxGeometryOutputVertices); in initializeBuiltInVariables()
25109 unionArray[0].setIConst(resources.MaxGeometryOutputVertices); in initializeBuiltInVariables()
DSymbolTable_autogen.cpp39893 unionArray[0].setIConst(resources.MaxGeometryOutputVertices); in initializeBuiltInVariables()
39902 unionArray[0].setIConst(resources.MaxGeometryOutputVertices); in initializeBuiltInVariables()
/third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h484 int MaxGeometryOutputVertices; member
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DCompiler.cpp176 mResources.MaxGeometryOutputVertices = caps.maxGeometryOutputVertices; in Compiler()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h549 int MaxGeometryOutputVertices; member
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h533 unsigned MaxGeometryOutputVertices; member
Dglsl_parser_extras.cpp130 this->Const.MaxGeometryOutputVertices = ctx->Const.MaxGeometryOutputVertices; in _mesa_glsl_parse_state()
1850 if (qual_max_vertices > state->Const.MaxGeometryOutputVertices) { in set_shader_inout_layout()
Dstandalone.cpp291 ctx->Const.MaxGeometryOutputVertices = 256; in initialize_context()
Dbuiltin_variables.cpp821 state->Const.MaxGeometryOutputVertices); in generate_constants()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCompiler.cpp237 mResources.MaxGeometryOutputVertices = caps.maxGeometryOutputVertices; in Compiler()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp285 resources->MaxGeometryOutputVertices = 256; in InitBuiltInResources()
DCompiler.cpp1069 << ":MaxGeometryOutputVertices:" << mResources.MaxGeometryOutputVertices in setResourceString()
DParseContext.cpp219 mMaxGeometryShaderMaxVertices(resources.MaxGeometryOutputVertices), in TParseContext()
DSymbolTable_autogen.cpp11733 unionArray[0].setIConst(resources.MaxGeometryOutputVertices); in initializeBuiltInVariables()
/third_party/mesa3d/src/mesa/main/
Dcontext.c556 consts->MaxGeometryOutputVertices = MAX_GEOMETRY_OUTPUT_VERTICES; in _mesa_init_constants()
Dmtypes.h3891 GLuint MaxGeometryOutputVertices; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c445 c->MaxGeometryOutputVertices = in st_init_limits()