Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DResourceLimits.h68 int maxVertexOutputVectors; member
/third_party/glslang/StandAlone/
DResourceLimits.cpp179 …xVertexOutputVectors " << DefaultTBuiltInResource.maxVertexOutputVectors << "\n" in GetDefaultTBuiltInResourceString()
337 resources->maxVertexOutputVectors = value; in DecodeResourceLimits()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp117 builtin->maxVertexOutputVectors = 16; in getDefaultBuiltInResources()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp128 builtin->maxVertexOutputVectors = 16; in getDefaultBuiltInResources()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h382 Resources.maxVertexOutputVectors = 16; in init_resources()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h382 Resources.maxVertexOutputVectors = 16; in init_resources()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp7133 …, maxSize, "const mediump int gl_MaxVertexOutputVectors = %d;", resources.maxVertexOutputVectors); in add2ndGenerationSamplingImaging()