Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DResourceLimits.h105 int maxTessControlOutputComponents; member
/third_party/glslang/StandAlone/
DResourceLimits.cpp207 …trolOutputComponents " << DefaultTBuiltInResource.maxTessControlOutputComponents << "\n" in GetDefaultTBuiltInResourceString()
393 resources->maxTessControlOutputComponents = value; in DecodeResourceLimits()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h329 GLint maxTessControlOutputComponents = 0; member
DCompiler.cpp251 mResources.MaxTessControlOutputComponents = caps.maxTessControlOutputComponents; in Compiler()
DVaryingPacking.cpp138 return caps.maxTessControlOutputComponents / 4; in GetMaxShaderOutputVectors()
DCaps.cpp1169 caps.maxTessControlOutputComponents = 64; in GenerateMinimumCaps()
DContext.cpp1975 *params = mState.mCaps.maxTessControlOutputComponents; in getIntegervImpl()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp154 builtin->maxTessControlOutputComponents = 128; in getDefaultBuiltInResources()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp165 builtin->maxTessControlOutputComponents = 128; in getDefaultBuiltInResources()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h419 Resources.maxTessControlOutputComponents = 128; in init_resources()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h419 Resources.maxTessControlOutputComponents = 128; in init_resources()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp1027 mNativeCaps.maxTessControlOutputComponents = in ensureCapsInitialized()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp6828 …ze, "const int gl_MaxTessControlOutputComponents = %d;", resources.maxTessControlOutputComponents);
7039 …ze, "const int gl_MaxTessControlOutputComponents = %d;", resources.maxTessControlOutputComponents);