Home
last modified time | relevance | path

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

123

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMaxVaryingsTests.cpp763 …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()
/external/deqp-deps/glslang/glslang/Include/
DResourceLimits.h87 int maxGeometryOutputComponents; member
/external/angle/third_party/vulkan-deps/glslang/src/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/vulkan-deps/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.cpp1786 GLint maxGeometryOutputComponents = 0; in TEST_P() local
1787 glGetIntegerv(GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, &maxGeometryOutputComponents); in TEST_P()
1788 ASSERT_GT(maxGeometryOutputComponents, 0); in TEST_P()
1797 std::min(maxGeometryOutputComponents, maxFragmentInputComponents) / 4; in TEST_P()
/external/deqp/external/openglcts/modules/common/
DglcSpirvUtils.cpp136 builtin->maxGeometryOutputComponents = 128; in getDefaultBuiltInResources()
/external/angle/src/libANGLE/
DCaps.h334 GLint maxGeometryOutputComponents = 0; member
DCompiler.cpp228 mResources.MaxGeometryOutputComponents = caps.maxGeometryOutputComponents; in Compiler()
DVaryingPacking.cpp142 return caps.maxGeometryOutputComponents / 4; in GetMaxShaderOutputVectors()
DCaps.cpp1191 caps.maxGeometryOutputComponents = 64; in GenerateMinimumCaps()
/external/deqp/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp147 builtin->maxGeometryOutputComponents = 128; in getDefaultBuiltInResources()
DvkNullDriver.cpp981 props->limits.maxGeometryOutputComponents = 64; in getPhysicalDeviceProperties()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp1042 mNativeCaps.maxGeometryOutputComponents = in ensureCapsInitialized()
1043 LimitToInt(limitsVk.maxGeometryOutputComponents) - reservedVaryingComponentCount; in ensureCapsInitialized()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h401 Resources.maxGeometryOutputComponents = 128; in init_resources()
/external/vulkan-validation-layers/tests/
Dvktestframework.cpp454 Resources.maxGeometryOutputComponents = value; in ProcessConfigFile()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c429 return MIN2(screen->info.props.limits.maxGeometryOutputComponents / 4, in zink_get_shader_param()
/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.cpp1697 if (limits.maxGeometryOutputComponents < componentsRequired) in InterfaceBlockCaseInstance()
1698 …tedError, "maxGeometryOutputComponents=" + de::toString(limits.maxGeometryOutputComponents) + " is… in InterfaceBlockCaseInstance()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c452 .maxGeometryOutputComponents = 128, in lvp_GetPhysicalDeviceProperties()
/external/mesa3d/src/freedreno/vulkan/
Dtu_device.c684 .maxGeometryOutputComponents = 128, in tu_GetPhysicalDeviceProperties2()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c876 .maxGeometryOutputComponents = 0, in v3dv_GetPhysicalDeviceProperties()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp188 …{ LIMIT(maxGeometryOutputComponents), 64, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_M… in validateFeatureLimits()
288 { LIMIT(maxGeometryOutputComponents), FEATURE(geometryShader), 0, 0, 0, 0.0f }, in validateFeatureLimits()
784 …{ PN(features.geometryShader), PN(limits.maxGeometryOutputComponents), LIM_MIN_U… in validateLimits12()
2824 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxGeometryOutputComponents),
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DInitialize.cpp7359 … maxSize, "const int gl_MaxGeometryOutputComponents = %d;", resources.maxGeometryOutputComponents); in add2ndGenerationSamplingImaging()
7569 … maxSize, "const int gl_MaxGeometryOutputComponents = %d;", resources.maxGeometryOutputComponents); in add2ndGenerationSamplingImaging()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp7271 … maxSize, "const int gl_MaxGeometryOutputComponents = %d;", resources.maxGeometryOutputComponents); in add2ndGenerationSamplingImaging()
7481 … maxSize, "const int gl_MaxGeometryOutputComponents = %d;", resources.maxGeometryOutputComponents); in add2ndGenerationSamplingImaging()

123