Home
last modified time | relevance | path

Searched refs:maxGeometryOutputComponents (Results 1 – 25 of 60) sorted by relevance

123

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMaxVaryingsTests.cpp759 …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()
/external/angle/third_party/glslang/src/glslang/Include/
DResourceLimits.h87 int maxGeometryOutputComponents; member
/external/deqp-deps/glslang/glslang/Include/
DResourceLimits.h87 int maxGeometryOutputComponents; member
/external/deqp-deps/glslang/glslang/ResourceLimits/
DResourceLimits.cpp198 …etryOutputComponents " << DefaultTBuiltInResource.maxGeometryOutputComponents << "\n" in GetDefaultTBuiltInResourceString()
375 resources->maxGeometryOutputComponents = value; in DecodeResourceLimits()
/external/angle/third_party/glslang/src/glslang/ResourceLimits/
DResourceLimits.cpp198 …etryOutputComponents " << DefaultTBuiltInResource.maxGeometryOutputComponents << "\n" in GetDefaultTBuiltInResourceString()
375 resources->maxGeometryOutputComponents = value; in DecodeResourceLimits()
/external/angle/src/tests/gl_tests/
DGeometryShaderTest.cpp1882 GLint maxGeometryOutputComponents = 0; in TEST_P() local
1883 glGetIntegerv(GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, &maxGeometryOutputComponents); in TEST_P()
1884 ASSERT_GT(maxGeometryOutputComponents, 0); in TEST_P()
1893 std::min(maxGeometryOutputComponents, maxFragmentInputComponents) / 4; in TEST_P()
/external/deqp/external/openglcts/modules/common/
DglcSpirvUtils.cpp135 builtin->maxGeometryOutputComponents = 128; in getDefaultBuiltInResources()
/external/angle/src/libANGLE/
DCaps.h332 GLint maxGeometryOutputComponents = 0; member
DCompiler.cpp230 mResources.MaxGeometryOutputComponents = caps.maxGeometryOutputComponents; in Compiler()
DVaryingPacking.cpp142 return caps.maxGeometryOutputComponents / 4; in GetMaxShaderOutputVectors()
DCaps.cpp1199 caps.maxGeometryOutputComponents = 64; in GenerateMinimumCaps()
/external/deqp/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp142 builtin->maxGeometryOutputComponents = 128; in getDefaultBuiltInResources()
DvkNullDriver.cpp1174 props->limits.maxGeometryOutputComponents = 64; in getPhysicalDeviceProperties()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h402 Resources.maxGeometryOutputComponents = 128; in init_resources()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp1169 mNativeCaps.maxGeometryOutputComponents = in ensureCapsInitialized()
1170 rx::LimitToInt(limitsVk.maxGeometryOutputComponents) - reservedVaryingComponentCount; in ensureCapsInitialized()
/external/vulkan-validation-layers/tests/
Dvktestframework.cpp454 Resources.maxGeometryOutputComponents = value; in ProcessConfigFile()
/external/mesa3d/src/nouveau/vulkan/
Dnvk_physical_device.c638 .maxGeometryOutputComponents = 128, in nvk_get_device_properties()
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp1988 if (numCompOut > limits.maxGeometryOutputComponents) { in ValidateShaderStageInputOutputLimits()
1994 … limits.maxGeometryOutputComponents, numCompOut - limits.maxGeometryOutputComponents); in ValidateShaderStageInputOutputLimits()
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp1756 if (limits.maxGeometryOutputComponents < componentsRequired) in InterfaceBlockCaseInstance()
1758 … "maxGeometryOutputComponents=" + de::toString(limits.maxGeometryOutputComponents) + in InterfaceBlockCaseInstance()
/external/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c642 .maxGeometryOutputComponents = 128, in panvk_GetPhysicalDeviceProperties2()
/external/mesa3d/src/freedreno/vulkan/
Dtu_device.c684 .maxGeometryOutputComponents = 128, in tu_GetPhysicalDeviceProperties2()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp213 …{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),
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1163 .maxGeometryOutputComponents = 64, in v3dv_GetPhysicalDeviceProperties()
/external/mesa3d/src/amd/vulkan/
Dradv_physical_device.c1298 .maxGeometryOutputComponents = 128, in radv_get_physical_device_properties()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c739 .maxGeometryOutputComponents = 128, in lvp_get_properties()

123