Home
last modified time | relevance | path

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

/third_party/glslang/Test/baseResults/
Dtest.conf61 MaxTessPatchComponents 120
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h568 int MaxTessPatchComponents; member
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h590 unsigned MaxTessPatchComponents; member
Dglsl_parser_extras.cpp195 this->Const.MaxTessPatchComponents = ctx->Const.MaxTessPatchComponents; in _mesa_glsl_parse_state()
Dbuiltin_variables.cpp1007 add_const("gl_MaxTessPatchComponents", state->Const.MaxTessPatchComponents); in generate_constants()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCompiler.cpp262 mResources.MaxTessPatchComponents = caps.maxTessPatchComponents; in Compiler()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp328 resources->MaxTessPatchComponents = 120; in InitBuiltInResources()
DCompiler.cpp1323 << ":MaxTessPatchComponents:" << mResources.MaxTessPatchComponents in setResourceString()
DSymbolTable_ESSL_autogen.cpp25377 unionArray[0].setIConst(resources.MaxTessPatchComponents); in initializeBuiltInVariables()
25386 unionArray[0].setIConst(resources.MaxTessPatchComponents); in initializeBuiltInVariables()
DSymbolTable_autogen.cpp40170 unionArray[0].setIConst(resources.MaxTessPatchComponents); in initializeBuiltInVariables()
40179 unionArray[0].setIConst(resources.MaxTessPatchComponents); in initializeBuiltInVariables()
/third_party/mesa3d/src/mesa/main/
Dcontext.c649 consts->MaxTessPatchComponents = MAX_TESS_PATCH_COMPONENTS; in _mesa_init_constants()
Dmtypes.h4228 GLuint MaxTessPatchComponents; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c451 c->MaxTessPatchComponents = in st_init_limits()