| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
| D | vktShaderRenderLimitTests.cpp | 227 const deUint16 maxVertexOutputComponents = (deUint16)limits.maxVertexOutputComponents; in createInstance() local 238 if (m_inputComponents + 4 > maxVertexOutputComponents) in createInstance() 242 ") maxVertexOutputComponents=" + de::toString(maxVertexOutputComponents); in createInstance()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineMaxVaryingsTests.cpp | 753 …& properties.limits.maxFragmentInputComponents < (properties.limits.maxVertexOutputComponents - 4)) in supportedCheck() 755 …ntInputComponents << ") than VS outputs (" << properties.limits.maxVertexOutputComponents << " - 4… in supportedCheck() 782 …outputStage == VK_SHADER_STAGE_VERTEX_BIT && (properties.limits.maxVertexOutputComponents - 4) < p… in supportedCheck() 784 …e supports smaller number of VS outputs (" << properties.limits.maxVertexOutputComponents << " - 4… in supportedCheck() 931 data = (properties.limits.maxVertexOutputComponents / 4) - 1; // outputData + gl_Position in getMaxIOComponents()
|
| /third_party/glslang/glslang/Include/ |
| D | ResourceLimits.h | 85 int maxVertexOutputComponents; member
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | AdapterVk.cpp | 234 if (vkLimits.maxVertexOutputComponents < baseLimits.v1.maxInterStageShaderComponents || in InitializeSupportedLimitsImpl() 240 std::min(vkLimits.maxVertexOutputComponents, vkLimits.maxFragmentInputComponents); in InitializeSupportedLimitsImpl()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| D | renderer9_utils.cpp | 594 caps->maxVertexOutputComponents = in GenerateCaps() 624 caps->maxFragmentInputComponents = caps->maxVertexOutputComponents; in GenerateCaps() 639 caps->maxVaryingVectors = caps->maxVertexOutputComponents / 4; in GenerateCaps()
|
| /third_party/glslang/StandAlone/ |
| D | ResourceLimits.cpp | 187 …rtexOutputComponents " << DefaultTBuiltInResource.maxVertexOutputComponents << "\n" in GetDefaultTBuiltInResourceString() 353 resources->maxVertexOutputComponents = value; in DecodeResourceLimits()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| D | renderer9_utils.cpp | 611 caps->maxVertexOutputComponents = in GenerateCaps() 641 caps->maxFragmentInputComponents = caps->maxVertexOutputComponents; in GenerateCaps() 656 caps->maxVaryingVectors = caps->maxVertexOutputComponents / 4; in GenerateCaps()
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | GeometryShaderTest.cpp | 1718 GLint maxVertexOutputComponents = 0; in TEST_P() local 1719 glGetIntegerv(GL_MAX_VERTEX_OUTPUT_COMPONENTS, &maxVertexOutputComponents); in TEST_P() 1720 ASSERT_GT(maxVertexOutputComponents, 0); in TEST_P() 1735 std::min(maxVertexOutputComponents, maxGeometryInputComponents) / 4; in TEST_P()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | vk_caps_utils.cpp | 380 (limitsVk.maxVertexOutputComponents / 4) - kReservedVaryingCount; in ensureCapsInitialized() 381 mNativeCaps.maxVertexOutputComponents = mNativeCaps.maxVaryingVectors * 4; in ensureCapsInitialized()
|
| D | GlslangWrapper.cpp | 95 outBuiltInResources->maxVertexOutputComponents = caps.maxVertexOutputComponents; in GetBuiltInResourcesFromCaps()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| D | DisplayMtl.mm | 684 mNativeCaps.maxVertexOutputComponents = mNativeCaps.maxFragmentInputComponents = 124 - 4; 689 mNativeCaps.maxVertexOutputComponents = mNativeCaps.maxFragmentInputComponents = 124; 690 mNativeCaps.maxVaryingVectors = mNativeCaps.maxVertexOutputComponents / 4; 695 mNativeCaps.maxVertexOutputComponents = mNativeCaps.maxFragmentInputComponents = 60; 696 mNativeCaps.maxVaryingVectors = mNativeCaps.maxVertexOutputComponents / 4;
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | vk_caps_utils.cpp | 890 std::min(limitsVk.maxVertexOutputComponents, limitsVk.maxFragmentInputComponents); in ensureCapsInitialized() 893 mNativeCaps.maxVertexOutputComponents = in ensureCapsInitialized() 894 LimitToInt(limitsVk.maxVertexOutputComponents) - reservedVaryingComponentCount; in ensureCapsInitialized()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Caps.h | 268 GLint maxVertexOutputComponents = 0; member
|
| D | Compiler.cpp | 166 mResources.MaxVertexOutputVectors = caps.maxVertexOutputComponents / 4; in Compiler()
|
| D | VaryingPacking.cpp | 136 return caps.maxVertexOutputComponents / 4; in GetMaxShaderOutputVectors()
|
| D | Caps.cpp | 1041 caps.maxVertexOutputComponents = limits::kMinimumVertexOutputComponents; in GenerateMinimumCaps()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Compiler.cpp | 115 mResources.MaxVertexOutputVectors = caps.maxVertexOutputComponents / 4; in Compiler()
|
| D | Caps.h | 674 GLuint maxVertexOutputComponents = 0; member
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| D | glcSpirvUtils.cpp | 134 builtin->maxVertexOutputComponents = 64; in getDefaultBuiltInResources()
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkShaderToSpirV.cpp | 145 builtin->maxVertexOutputComponents = 64; in getDefaultBuiltInResources()
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
| D | vulkan_command_buffer_utils.h | 399 Resources.maxVertexOutputComponents = 64; in init_resources()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
| D | vulkan_command_buffer_utils.h | 399 Resources.maxVertexOutputComponents = 64; in init_resources()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
| D | vktTransformFeedbackFuzzLayoutCase.cpp | 1688 if (limits.maxVertexOutputComponents < componentsRequired) in InterfaceBlockCaseInstance() 1689 …portedError, "maxVertexOutputComponents=" + de::toString(limits.maxVertexOutputComponents) + " is … in InterfaceBlockCaseInstance()
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| D | zink_screen.c | 795 return MIN2(screen->info.props.limits.maxVertexOutputComponents / 4 / 2, 16); in zink_get_param() 955 max = screen->info.props.limits.maxVertexOutputComponents / 4; in zink_get_shader_param()
|
| /third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
| D | gstvkphysicaldevice.c | 570 DEBUG_UINT32 ("limit", limits, maxVertexOutputComponents); in dump_limits()
|