Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/Include/
DResourceLimits.h68 int maxVertexOutputVectors; member
/external/deqp-deps/glslang/StandAlone/
DResourceLimits.cpp169 …xVertexOutputVectors " << DefaultTBuiltInResource.maxVertexOutputVectors << "\n" in GetDefaultTBuiltInResourceString()
319 resources->maxVertexOutputVectors = value; in DecodeResourceLimits()
/external/deqp/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp124 builtin->maxVertexOutputVectors = 16; in getDefaultBuiltInResources()
/external/vulkan-validation-layers/tests/
Dvktestframework.cpp413 Resources.maxVertexOutputVectors = value; in ProcessConfigFile()
/external/deqp/external/openglcts/modules/gl/
Dgl4cGlSpirvTests.cpp125 builtin->maxVertexOutputVectors = 16; in getDefaultBuiltInResources()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp7296 …, maxSize, "const mediump int gl_MaxVertexOutputVectors = %d;", resources.maxVertexOutputVectors); in add2ndGenerationSamplingImaging()