Home
last modified time | relevance | path

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

/third_party/glslang/Test/
D100.conf5 MaxVertexAttribs 8
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DCompiler.h42 int MaxVertexAttribs; member
DCompiler.cpp52 MaxVertexAttribs = 8; in ShBuiltInResources()
DInitialize.cpp463 symbolTable.insertConstInt(COMMON_BUILTINS, "gl_MaxVertexAttribs", resources.MaxVertexAttribs); in InsertBuiltInFunctions()
/third_party/glslang/Test/baseResults/
Dtest.conf5 MaxVertexAttribs 64
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DShader.cpp175 resources.MaxVertexAttribs = MAX_VERTEX_ATTRIBS; in createCompiler()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h363 int MaxVertexAttribs; member
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DExpressionLimit_test.cpp38 res->MaxVertexAttribs = 8; in GenerateResources()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCompiler.cpp91 mResources.MaxVertexAttribs = caps.maxVertexAttributes; in Compiler()
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h513 unsigned MaxVertexAttribs; member
Dbuiltin_variables.cpp731 add_const("gl_MaxVertexAttribs", state->Const.MaxVertexAttribs); in generate_constants()
Dglsl_parser_extras.cpp110 this->Const.MaxVertexAttribs = ctx->Const.Program[MESA_SHADER_VERTEX].MaxAttribs; in _mesa_glsl_parse_state()
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp61 resources->MaxVertexAttribs = 8; in GenerateResources()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp184 resources->MaxVertexAttribs = 8; in InitBuiltInResources()
DCompiler.cpp1218 strstream << ":MaxVertexAttribs:" << mResources.MaxVertexAttribs in setResourceString()
DParseContext.cpp229 mMaxVertexAttribs(resources.MaxVertexAttribs), in TParseContext()
DSymbolTable_ESSL_autogen.cpp24703 unionArray[0].setIConst(resources.MaxVertexAttribs); in initializeBuiltInVariables()
DSymbolTable_autogen.cpp39496 unionArray[0].setIConst(resources.MaxVertexAttribs); in initializeBuiltInVariables()