Home
last modified time | relevance | path

Searched refs:maxTessGenLevel (Results 1 – 12 of 12) sorted by relevance

/third_party/glslang/glslang/Include/
DResourceLimits.h115 int maxTessGenLevel; member
/third_party/glslang/StandAlone/
DResourceLimits.cpp226 … << "MaxTessGenLevel " << DefaultTBuiltInResource.maxTessGenLevel << "\n" in GetDefaultTBuiltInResourceString()
431 resources->maxTessGenLevel = value; in DecodeResourceLimits()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h334 GLint maxTessGenLevel = 0; member
DCompiler.cpp264 mResources.MaxTessGenLevel = caps.maxTessGenLevel; in Compiler()
DCaps.cpp1179 caps.maxTessGenLevel = 64; in GenerateMinimumCaps()
DContext.cpp1960 *params = mState.mCaps.maxTessGenLevel; in getIntegervImpl()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp164 builtin->maxTessGenLevel = 64; in getDefaultBuiltInResources()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp175 builtin->maxTessGenLevel = 64; in getDefaultBuiltInResources()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h429 Resources.maxTessGenLevel = 64; in init_resources()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h429 Resources.maxTessGenLevel = 64; in init_resources()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp1023 mNativeCaps.maxTessGenLevel = LimitToInt(limitsVk.maxTessellationGenerationLevel); in ensureCapsInitialized()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp7196 …nprintf(builtInConstant, maxSize, "const int gl_MaxTessGenLevel = %d;", resources.maxTessGenLevel); in add2ndGenerationSamplingImaging()
7408 …nprintf(builtInConstant, maxSize, "const int gl_MaxTessGenLevel = %d;", resources.maxTessGenLevel); in add2ndGenerationSamplingImaging()