Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DResourceLimits.h109 int maxTessEvaluationInputComponents; member
/third_party/glslang/StandAlone/
DResourceLimits.cpp211 …uationInputComponents " << DefaultTBuiltInResource.maxTessEvaluationInputComponents << "\… in GetDefaultTBuiltInResourceString()
401 resources->maxTessEvaluationInputComponents = value; in DecodeResourceLimits()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h336 GLint maxTessEvaluationInputComponents = 0; member
DCompiler.cpp266 mResources.MaxTessEvaluationInputComponents = caps.maxTessEvaluationInputComponents; in Compiler()
DVaryingPacking.cpp121 return caps.maxTessEvaluationInputComponents / 4; in GetMaxShaderInputVectors()
DCaps.cpp1181 caps.maxTessEvaluationInputComponents = 64; in GenerateMinimumCaps()
DContext.cpp1996 *params = mState.mCaps.maxTessEvaluationInputComponents; in getIntegervImpl()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp158 builtin->maxTessEvaluationInputComponents = 128; in getDefaultBuiltInResources()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp169 builtin->maxTessEvaluationInputComponents = 128; in getDefaultBuiltInResources()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h423 Resources.maxTessEvaluationInputComponents = 128; in init_resources()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp1031 mNativeCaps.maxTessEvaluationInputComponents = in ensureCapsInitialized()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp6837 …"const int gl_MaxTessEvaluationInputComponents = %d;", resources.maxTessEvaluationInputComponents);
7048 …"const int gl_MaxTessEvaluationInputComponents = %d;", resources.maxTessEvaluationInputComponents);