/aosp_15_r20/external/deqp-deps/glslang/glslang/ResourceLimits/ |
D | ResourceLimits.cpp | 212 …TotalOutputComponents " << DefaultTBuiltInResource.maxGeometryTotalOutputComponents << "\… in GetDefaultTBuiltInResourceString() 403 resources->maxGeometryTotalOutputComponents = value; in DecodeResourceLimits()
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/ResourceLimits/ |
H A D | ResourceLimits.cpp | 212 …TotalOutputComponents " << DefaultTBuiltInResource.maxGeometryTotalOutputComponents << "\… in GetDefaultTBuiltInResourceString() 403 resources->maxGeometryTotalOutputComponents = value; in DecodeResourceLimits()
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/ |
D | ResourceLimits.h | 101 int maxGeometryTotalOutputComponents; member
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/ |
H A D | ResourceLimits.h | 101 int maxGeometryTotalOutputComponents; member
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcSpirvUtils.cpp | 149 builtin->maxGeometryTotalOutputComponents = 1024; in getDefaultBuiltInResources()
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Caps.h | 346 GLint maxGeometryTotalOutputComponents = 0; member
|
H A D | Compiler.cpp | 242 mResources.MaxGeometryTotalOutputComponents = caps.maxGeometryTotalOutputComponents; in Compiler()
|
H A D | Caps.cpp | 1242 caps.maxGeometryTotalOutputComponents = 1024; in GenerateMinimumCaps()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkShaderToSpirV.cpp | 156 builtin->maxGeometryTotalOutputComponents = 1024; in getDefaultBuiltInResources()
|
H A D | vkNullDriver.cpp | 1176 props->limits.maxGeometryTotalOutputComponents = 1024; in getPhysicalDeviceProperties()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | vk_caps_utils.cpp | 1180 mNativeCaps.maxGeometryTotalOutputComponents = in ensureCapsInitialized() 1181 rx::LimitToInt(limitsVk.maxGeometryTotalOutputComponents); in ensureCapsInitialized()
|
/aosp_15_r20/external/angle/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.h | 416 Resources.maxGeometryTotalOutputComponents = 1024; in init_resources()
|
/aosp_15_r20/external/vulkan-validation-layers/tests/ |
H A D | vktestframework.cpp | 482 Resources.maxGeometryTotalOutputComponents = value; in ProcessConfigFile()
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_physical_device.c | 652 .maxGeometryTotalOutputComponents = 1024, in hk_get_device_properties()
|
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_physical_device.c | 379 .maxGeometryTotalOutputComponents = 0, in get_device_properties()
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | shader_validation.cpp | 1996 if (numCompOut * numVertices > limits.maxGeometryTotalOutputComponents) { in ValidateShaderStageInputOutputLimits() 2002 limits.maxGeometryTotalOutputComponents, in ValidateShaderStageInputOutputLimits() 2003 numCompOut * numVertices - limits.maxGeometryTotalOutputComponents); in ValidateShaderStageInputOutputLimits()
|
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/ |
H A D | nvk_physical_device.c | 734 .maxGeometryTotalOutputComponents = 1024, in nvk_get_device_properties()
|
/aosp_15_r20/frameworks/native/vulkan/vkjson/ |
H A D | vkjson.cc | 545 visitor->Visit("maxGeometryTotalOutputComponents", &limits->maxGeometryTotalOutputComponents) && in Iterate()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 215 …{LIMIT(maxGeometryTotalOutputComponents), 1024, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_… in validateFeatureLimits() 341 {LIMIT(maxGeometryTotalOutputComponents), FEATURE(geometryShader), 0, 0, 0, 0.0f}, in validateFeatureLimits() 851 … {PN(features.geometryShader), PN(limits.maxGeometryTotalOutputComponents), LIM_MIN_UINT32(1024)}, in validateLimits12() 3080 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxGeometryTotalOutputComponents),
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 847 ….maxGeometryTotalOutputComponents = device->pscreen->get_param(device->pscreen, PIPE_CAP_M… in lvp_get_properties()
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 961 .maxGeometryTotalOutputComponents = 1024, in get_device_properties()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_physical_device.c | 1199 .maxGeometryTotalOutputComponents = 1024, in get_properties()
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/ |
H A D | pvr_device.c | 513 .maxGeometryTotalOutputComponents = 0, in pvr_physical_device_get_properties()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_physical_device.c | 1377 .maxGeometryTotalOutputComponents = 1024, in radv_get_physical_device_properties()
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 7409 …"const int gl_MaxGeometryTotalOutputComponents = %d;", resources.maxGeometryTotalOutputComponents); in initialize() 7617 …"const int gl_MaxGeometryTotalOutputComponents = %d;", resources.maxGeometryTotalOutputComponents); in initialize()
|