/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMaxVaryingsTests.cpp | 759 …properties.limits.maxFragmentInputComponents < (properties.limits.maxGeometryOutputComponents - 4)) in supportedCheck() 762 … << ") than GS outputs (" << properties.limits.maxGeometryOutputComponents << " - 4 built-ins)"; in supportedCheck() 779 …(properties.limits.maxGeometryOutputComponents - 4) < properties.limits.maxFragmentInputComponents) in supportedCheck() 781 …< "Device supports smaller number of GS outputs (" << properties.limits.maxGeometryOutputComponents in supportedCheck() 936 … data = (properties.limits.maxGeometryOutputComponents / 4) - 1; // outputData + gl_Position in getMaxIOComponents()
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/ResourceLimits/ |
D | ResourceLimits.cpp | 198 …etryOutputComponents " << DefaultTBuiltInResource.maxGeometryOutputComponents << "\n" in GetDefaultTBuiltInResourceString() 375 resources->maxGeometryOutputComponents = value; in DecodeResourceLimits()
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/ResourceLimits/ |
H A D | ResourceLimits.cpp | 198 …etryOutputComponents " << DefaultTBuiltInResource.maxGeometryOutputComponents << "\n" in GetDefaultTBuiltInResourceString() 375 resources->maxGeometryOutputComponents = value; in DecodeResourceLimits()
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/ |
D | ResourceLimits.h | 87 int maxGeometryOutputComponents; member
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/ |
H A D | ResourceLimits.h | 87 int maxGeometryOutputComponents; member
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | GeometryShaderTest.cpp | 1944 GLint maxGeometryOutputComponents = 0; in TEST_P() local 1945 glGetIntegerv(GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, &maxGeometryOutputComponents); in TEST_P() 1946 ASSERT_GT(maxGeometryOutputComponents, 0); in TEST_P() 1955 std::min(maxGeometryOutputComponents, maxFragmentInputComponents) / 4; in TEST_P()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcSpirvUtils.cpp | 135 builtin->maxGeometryOutputComponents = 128; in getDefaultBuiltInResources()
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Caps.h | 344 GLint maxGeometryOutputComponents = 0; member
|
H A D | Compiler.cpp | 240 mResources.MaxGeometryOutputComponents = caps.maxGeometryOutputComponents; in Compiler()
|
H A D | VaryingPacking.cpp | 142 return caps.maxGeometryOutputComponents / 4; in GetMaxShaderOutputVectors()
|
H A D | Caps.cpp | 1240 caps.maxGeometryOutputComponents = 64; in GenerateMinimumCaps()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkShaderToSpirV.cpp | 142 builtin->maxGeometryOutputComponents = 128; in getDefaultBuiltInResources()
|
H A D | vkNullDriver.cpp | 1174 props->limits.maxGeometryOutputComponents = 64; in getPhysicalDeviceProperties()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | vk_caps_utils.cpp | 1177 mNativeCaps.maxGeometryOutputComponents = in ensureCapsInitialized() 1178 rx::LimitToInt(limitsVk.maxGeometryOutputComponents) - reservedVaryingComponentCount; in ensureCapsInitialized()
|
/aosp_15_r20/external/angle/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.h | 402 Resources.maxGeometryOutputComponents = 128; in init_resources()
|
/aosp_15_r20/external/vulkan-validation-layers/tests/ |
H A D | vktestframework.cpp | 454 Resources.maxGeometryOutputComponents = value; in ProcessConfigFile()
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_physical_device.c | 650 .maxGeometryOutputComponents = 128, in hk_get_device_properties()
|
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_physical_device.c | 377 .maxGeometryOutputComponents = 0, in get_device_properties()
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | shader_validation.cpp | 1988 if (numCompOut > limits.maxGeometryOutputComponents) { in ValidateShaderStageInputOutputLimits() 1994 … limits.maxGeometryOutputComponents, numCompOut - limits.maxGeometryOutputComponents); in ValidateShaderStageInputOutputLimits()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.cpp | 1756 if (limits.maxGeometryOutputComponents < componentsRequired) in InterfaceBlockCaseInstance() 1758 … "maxGeometryOutputComponents=" + de::toString(limits.maxGeometryOutputComponents) + in InterfaceBlockCaseInstance()
|
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/ |
H A D | nvk_physical_device.c | 732 .maxGeometryOutputComponents = 128, in nvk_get_device_properties()
|
/aosp_15_r20/frameworks/native/vulkan/vkjson/ |
H A D | vkjson.cc | 543 visitor->Visit("maxGeometryOutputComponents", &limits->maxGeometryOutputComponents) && in Iterate()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 213 …{LIMIT(maxGeometryOutputComponents), 64, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1… in validateFeatureLimits() 339 {LIMIT(maxGeometryOutputComponents), FEATURE(geometryShader), 0, 0, 0, 0.0f}, in validateFeatureLimits() 849 {PN(features.geometryShader), PN(limits.maxGeometryOutputComponents), LIM_MIN_UINT32(64)}, in validateLimits12() 3078 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxGeometryOutputComponents),
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 845 .maxGeometryOutputComponents = 128, in lvp_get_properties()
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 959 .maxGeometryOutputComponents = 64, in get_device_properties()
|