| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineMaxVaryingsTests.cpp | 771 …properties.limits.maxFragmentInputComponents < (properties.limits.maxGeometryOutputComponents - 4)) in supportedCheck() 773 …tInputComponents << ") than GS outputs (" << properties.limits.maxGeometryOutputComponents << " - … in supportedCheck() 787 …putStage == VK_SHADER_STAGE_GEOMETRY_BIT && (properties.limits.maxGeometryOutputComponents - 4) < … in supportedCheck() 789 … supports smaller number of GS outputs (" << properties.limits.maxGeometryOutputComponents << " - … in supportedCheck() 945 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 | 189 …etryOutputComponents " << DefaultTBuiltInResource.maxGeometryOutputComponents << "\n" in GetDefaultTBuiltInResourceString() 357 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/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 | 1041 props->limits.maxGeometryOutputComponents = 64; in getPhysicalDeviceProperties()
|
| /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/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/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| D | vktApiFeatureInfo.cpp | 187 …{ LIMIT(maxGeometryOutputComponents), 64, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_M… in validateFeatureLimits() 287 { LIMIT(maxGeometryOutputComponents), FEATURE(geometryShader), 0, 0, 0, 0.0f }, in validateFeatureLimits() 773 …{ PN(features.geometryShader), PN(limits.maxGeometryOutputComponents), LIM_MIN_U… in validateLimits12() 2423 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxGeometryOutputComponents),
|
| /third_party/mesa3d/src/imagination/vulkan/ |
| D | pvr_device.c | 919 .maxGeometryOutputComponents = 0, in pvr_GetPhysicalDeviceProperties2()
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| D | lvp_device.c | 307 .maxGeometryOutputComponents = 128, in lvp_physical_device_init()
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| D | v3dv_device.c | 1457 .maxGeometryOutputComponents = 64, in v3dv_GetPhysicalDeviceProperties()
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| D | zink_screen.c | 964 max = screen->info.props.limits.maxGeometryOutputComponents / 4; in zink_get_shader_param()
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
| D | limits.txt | 432 * [[limits-maxGeometryOutputComponents]] pname:maxGeometryOutputComponents 3208 | code:uint32_t | pname:maxGeometryOutputComponents | pname:geometryShader 3489 | pname:maxGeometryOutputComponents | 0 | 64 | min
|
| /third_party/glslang/glslang/MachineIndependent/ |
| D | Initialize.cpp | 6807 … maxSize, "const int gl_MaxGeometryOutputComponents = %d;", resources.maxGeometryOutputComponents); 7013 … maxSize, "const int gl_MaxGeometryOutputComponents = %d;", resources.maxGeometryOutputComponents);
|
| /third_party/mesa3d/src/microsoft/vulkan/ |
| D | dzn_device.c | 1453 .maxGeometryOutputComponents = 0, in dzn_GetPhysicalDeviceProperties2()
|