Home
last modified time | relevance | path

Searched refs:maxGeometryTotalOutputComponents (Results 1 – 25 of 40) sorted by relevance

12

/external/deqp-deps/glslang/glslang/Include/
DResourceLimits.h101 int maxGeometryTotalOutputComponents; member
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DResourceLimits.h101 int maxGeometryTotalOutputComponents; member
/external/deqp-deps/glslang/StandAlone/
DResourceLimits.cpp203 …TotalOutputComponents " << DefaultTBuiltInResource.maxGeometryTotalOutputComponents << "\… in GetDefaultTBuiltInResourceString()
385 resources->maxGeometryTotalOutputComponents = value; in DecodeResourceLimits()
/external/angle/third_party/vulkan-deps/glslang/src/StandAlone/
DResourceLimits.cpp203 …TotalOutputComponents " << DefaultTBuiltInResource.maxGeometryTotalOutputComponents << "\… in GetDefaultTBuiltInResourceString()
385 resources->maxGeometryTotalOutputComponents = value; in DecodeResourceLimits()
/external/angle/src/compiler/translator/
Dglslang_wrapper.cpp83 outResources->maxGeometryTotalOutputComponents = resources.MaxGeometryTotalOutputComponents; in GetBuiltInResources()
/external/deqp/external/openglcts/modules/common/
DglcSpirvUtils.cpp149 builtin->maxGeometryTotalOutputComponents = 1024; in getDefaultBuiltInResources()
/external/deqp/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp159 builtin->maxGeometryTotalOutputComponents = 1024; in getDefaultBuiltInResources()
DvkNullDriver.cpp1021 props->limits.maxGeometryTotalOutputComponents = 1024; in getPhysicalDeviceProperties()
/external/angle/src/libANGLE/
DCompiler.cpp233 mResources.MaxGeometryTotalOutputComponents = caps.maxGeometryTotalOutputComponents; in Compiler()
DCaps.h974 GLint maxGeometryTotalOutputComponents = 0; member
DCaps.cpp1378 caps.maxGeometryTotalOutputComponents = 1024; in GenerateMinimumCaps()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp973 mNativeCaps.maxGeometryTotalOutputComponents = in ensureCapsInitialized()
974 LimitToInt(limitsVk.maxGeometryTotalOutputComponents); in ensureCapsInitialized()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h415 Resources.maxGeometryTotalOutputComponents = 1024; in init_resources()
/external/vulkan-validation-layers/tests/
Dvktestframework.cpp482 Resources.maxGeometryTotalOutputComponents = value; in ProcessConfigFile()
Dvklayertests_pipeline_shader.cpp4108 …int max_vertices = overflow ? (m_device->props.limits.maxGeometryTotalOutputComponents / maxGeomOu… in TEST_F()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c227 return screen->info.props.limits.maxGeometryTotalOutputComponents; in zink_get_param()
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp1996 if (numCompOut * numVertices > limits.maxGeometryTotalOutputComponents) { in ValidateShaderStageInputOutputLimits()
2002 limits.maxGeometryTotalOutputComponents, in ValidateShaderStageInputOutputLimits()
2003 numCompOut * numVertices - limits.maxGeometryTotalOutputComponents); in ValidateShaderStageInputOutputLimits()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c454 ….maxGeometryTotalOutputComponents = pdevice->pscreen->get_param(pdevice->pscreen, PIPE_CAP… in lvp_GetPhysicalDeviceProperties()
/external/mesa3d/src/freedreno/vulkan/
Dtu_device.c686 .maxGeometryTotalOutputComponents = 1024, in tu_GetPhysicalDeviceProperties2()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp188 …{ LIMIT(maxGeometryTotalOutputComponents), 1024, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_… in validateFeatureLimits()
288 { LIMIT(maxGeometryTotalOutputComponents), FEATURE(geometryShader), 0, 0, 0, 0.0f }, in validateFeatureLimits()
765 …{ PN(features.geometryShader), PN(limits.maxGeometryTotalOutputComponents), LIM_MI… in validateLimits12()
2407 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxGeometryTotalOutputComponents),
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c878 .maxGeometryTotalOutputComponents = 0, in v3dv_GetPhysicalDeviceProperties()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DInitialize.cpp7196 …"const int gl_MaxGeometryTotalOutputComponents = %d;", resources.maxGeometryTotalOutputComponents);
7404 …"const int gl_MaxGeometryTotalOutputComponents = %d;", resources.maxGeometryTotalOutputComponents);
/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp6892 …"const int gl_MaxGeometryTotalOutputComponents = %d;", resources.maxGeometryTotalOutputComponents);
7096 …"const int gl_MaxGeometryTotalOutputComponents = %d;", resources.maxGeometryTotalOutputComponents);
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1647 caps->maxGeometryTotalOutputComponents = in GenerateCaps()
/external/mesa3d/src/intel/vulkan/
Danv_device.c1566 .maxGeometryTotalOutputComponents = 1024, in anv_GetPhysicalDeviceProperties()

12