Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DResourceLimits.h107 int maxTessControlUniformComponents; member
/third_party/glslang/StandAlone/
DResourceLimits.cpp209 …trolUniformComponents " << DefaultTBuiltInResource.maxTessControlUniformComponents << "\… in GetDefaultTBuiltInResourceString()
397 resources->maxTessControlUniformComponents = value; in DecodeResourceLimits()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp156 builtin->maxTessControlUniformComponents = 1024; in getDefaultBuiltInResources()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp167 builtin->maxTessControlUniformComponents = 1024; in getDefaultBuiltInResources()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h421 Resources.maxTessControlUniformComponents = 1024; in init_resources()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h421 Resources.maxTessControlUniformComponents = 1024; in init_resources()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp6832 …, "const int gl_MaxTessControlUniformComponents = %d;", resources.maxTessControlUniformComponents);
7043 …, "const int gl_MaxTessControlUniformComponents = %d;", resources.maxTessControlUniformComponents);