/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMaxVaryingsTests.cpp | 763 …properties.limits.maxFragmentInputComponents < (properties.limits.maxGeometryOutputComponents - 4)) in supportedCheck() 765 …tInputComponents << ") than GS outputs (" << properties.limits.maxGeometryOutputComponents << " - … in supportedCheck() 779 …putStage == VK_SHADER_STAGE_GEOMETRY_BIT && (properties.limits.maxGeometryOutputComponents - 4) < … in supportedCheck() 781 … supports smaller number of GS outputs (" << properties.limits.maxGeometryOutputComponents << " - … in supportedCheck() 939 data = (properties.limits.maxGeometryOutputComponents / 4) - 1; // outputData + gl_Position in getMaxIOComponents()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineMaxVaryingsTests.cpp | 763 …properties.limits.maxFragmentInputComponents < (properties.limits.maxGeometryOutputComponents - 4)) in supportedCheck() 765 …tInputComponents << ") than GS outputs (" << properties.limits.maxGeometryOutputComponents << " - … in supportedCheck() 779 …putStage == VK_SHADER_STAGE_GEOMETRY_BIT && (properties.limits.maxGeometryOutputComponents - 4) < … in supportedCheck() 781 … supports smaller number of GS outputs (" << properties.limits.maxGeometryOutputComponents << " - … in supportedCheck() 939 data = (properties.limits.maxGeometryOutputComponents / 4) - 1; // outputData + gl_Position in getMaxIOComponents()
|
/third_party/glslang/glslang/Include/ |
D | ResourceLimits.h | 87 int maxGeometryOutputComponents; member
|
/third_party/glslang/StandAlone/ |
D | ResourceLimits.cpp | 198 …etryOutputComponents " << DefaultTBuiltInResource.maxGeometryOutputComponents << "\n" in GetDefaultTBuiltInResourceString() 375 resources->maxGeometryOutputComponents = value; in DecodeResourceLimits()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_wrapper.cpp | 81 outResources->maxGeometryOutputComponents = resources.MaxGeometryOutputComponents; in GetBuiltInResources()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | GeometryShaderTest.cpp | 1726 GLint maxGeometryOutputComponents = 0; in TEST_P() local 1727 glGetIntegerv(GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, &maxGeometryOutputComponents); in TEST_P() 1728 ASSERT_GT(maxGeometryOutputComponents, 0); in TEST_P() 1737 std::min(maxGeometryOutputComponents, maxFragmentInputComponents) / 4; in TEST_P()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Compiler.cpp | 175 mResources.MaxGeometryOutputComponents = caps.maxGeometryOutputComponents; in Compiler()
|
D | Caps.h | 728 GLuint maxGeometryOutputComponents = 0; member
|
D | Caps.cpp | 1100 caps.maxGeometryOutputComponents = 64; in GenerateMinimumCaps()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Caps.h | 322 GLint maxGeometryOutputComponents = 0; member
|
D | Compiler.cpp | 236 mResources.MaxGeometryOutputComponents = caps.maxGeometryOutputComponents; in Compiler()
|
D | VaryingPacking.cpp | 142 return caps.maxGeometryOutputComponents / 4; in GetMaxShaderOutputVectors()
|
D | Caps.cpp | 1147 caps.maxGeometryOutputComponents = 64; in GenerateMinimumCaps()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcSpirvUtils.cpp | 136 builtin->maxGeometryOutputComponents = 128; in getDefaultBuiltInResources()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkShaderToSpirV.cpp | 147 builtin->maxGeometryOutputComponents = 128; in getDefaultBuiltInResources()
|
D | vkNullDriver.cpp | 982 props->limits.maxGeometryOutputComponents = 64; in getPhysicalDeviceProperties()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | GlslangWrapper.cpp | 87 outBuiltInResources->maxGeometryOutputComponents = caps.maxGeometryOutputComponents; in GetBuiltInResourcesFromCaps()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.cpp | 998 mNativeCaps.maxGeometryOutputComponents = in ensureCapsInitialized() 999 LimitToInt(limitsVk.maxGeometryOutputComponents) - reservedVaryingComponentCount; in ensureCapsInitialized()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.h | 401 Resources.maxGeometryOutputComponents = 128; in init_resources()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.h | 401 Resources.maxGeometryOutputComponents = 128; in init_resources()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.cpp | 1697 if (limits.maxGeometryOutputComponents < componentsRequired) in InterfaceBlockCaseInstance() 1698 …tedError, "maxGeometryOutputComponents=" + de::toString(limits.maxGeometryOutputComponents) + " is… in InterfaceBlockCaseInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.cpp | 1697 if (limits.maxGeometryOutputComponents < componentsRequired) in InterfaceBlockCaseInstance() 1698 …tedError, "maxGeometryOutputComponents=" + de::toString(limits.maxGeometryOutputComponents) + " is… in InterfaceBlockCaseInstance()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkphysicaldevice.c | 582 DEBUG_UINT32 ("limit", limits, maxGeometryOutputComponents); in dump_limits()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_device.c | 709 .maxGeometryOutputComponents = 128, in panvk_GetPhysicalDeviceProperties2()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | renderergl_utils.cpp | 1355 caps->maxGeometryOutputComponents = in GenerateCaps()
|