Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DResourceLimits.h69 int maxFragmentInputVectors; member
/third_party/glslang/StandAlone/
DResourceLimits.cpp171 …FragmentInputVectors " << DefaultTBuiltInResource.maxFragmentInputVectors << "\n" in GetDefaultTBuiltInResourceString()
321 resources->maxFragmentInputVectors = value; in DecodeResourceLimits()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp118 builtin->maxFragmentInputVectors = 15; in getDefaultBuiltInResources()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp129 builtin->maxFragmentInputVectors = 15; in getDefaultBuiltInResources()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h383 Resources.maxFragmentInputVectors = 15; in init_resources()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h383 Resources.maxFragmentInputVectors = 15; in init_resources()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp6791 …maxSize, "const mediump int gl_MaxFragmentInputVectors = %d;", resources.maxFragmentInputVectors);