Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DResourceLimits.h103 int maxGeometryVaryingComponents; member
/third_party/glslang/StandAlone/
DResourceLimits.cpp214 …tryVaryingComponents " << DefaultTBuiltInResource.maxGeometryVaryingComponents << "\n" in GetDefaultTBuiltInResourceString()
407 resources->maxGeometryVaryingComponents = value; in DecodeResourceLimits()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp152 builtin->maxGeometryVaryingComponents = 64; in getDefaultBuiltInResources()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp163 builtin->maxGeometryVaryingComponents = 64; in getDefaultBuiltInResources()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h417 Resources.maxGeometryVaryingComponents = 64; in init_resources()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h417 Resources.maxGeometryVaryingComponents = 64; in init_resources()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp7372 …axSize, "const int gl_MaxGeometryVaryingComponents = %d;", resources.maxGeometryVaryingComponents); in add2ndGenerationSamplingImaging()