Home
last modified time | relevance | path

Searched refs:maxTessControlInputComponents (Results 1 – 13 of 13) sorted by relevance

/third_party/glslang/glslang/Include/
DResourceLimits.h104 int maxTessControlInputComponents; member
/third_party/glslang/StandAlone/
DResourceLimits.cpp206 …ntrolInputComponents " << DefaultTBuiltInResource.maxTessControlInputComponents << "\n" in GetDefaultTBuiltInResourceString()
391 resources->maxTessControlInputComponents = value; in DecodeResourceLimits()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h328 GLint maxTessControlInputComponents = 0; member
DCompiler.cpp250 mResources.MaxTessControlInputComponents = caps.maxTessControlInputComponents; in Compiler()
DVaryingPacking.cpp119 return caps.maxTessControlInputComponents / 4; in GetMaxShaderInputVectors()
DCaps.cpp1168 caps.maxTessControlInputComponents = 64; in GenerateMinimumCaps()
DContext.cpp1993 *params = mState.mCaps.maxTessControlInputComponents; in getIntegervImpl()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp153 builtin->maxTessControlInputComponents = 128; in getDefaultBuiltInResources()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp164 builtin->maxTessControlInputComponents = 128; in getDefaultBuiltInResources()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h418 Resources.maxTessControlInputComponents = 128; in init_resources()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h418 Resources.maxTessControlInputComponents = 128; in init_resources()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp1025 mNativeCaps.maxTessControlInputComponents = in ensureCapsInitialized()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp6826 …Size, "const int gl_MaxTessControlInputComponents = %d;", resources.maxTessControlInputComponents);
7037 …Size, "const int gl_MaxTessControlInputComponents = %d;", resources.maxTessControlInputComponents);