Home
last modified time | relevance | path

Searched refs:maxGeometryOutputVertices (Results 1 – 25 of 46) sorted by relevance

12

/third_party/glslang/glslang/Include/
DResourceLimits.h100 int maxGeometryOutputVertices; member
/third_party/glslang/StandAlone/
DResourceLimits.cpp202 …ometryOutputVertices " << DefaultTBuiltInResource.maxGeometryOutputVertices << "\n" in GetDefaultTBuiltInResourceString()
383 resources->maxGeometryOutputVertices = value; in DecodeResourceLimits()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_wrapper.cpp82 outResources->maxGeometryOutputVertices = resources.MaxGeometryOutputVertices; in GetBuiltInResources()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h323 GLint maxGeometryOutputVertices = 0; member
DCompiler.cpp237 mResources.MaxGeometryOutputVertices = caps.maxGeometryOutputVertices; in Compiler()
DCaps.cpp1148 caps.maxGeometryOutputVertices = 256; in GenerateMinimumCaps()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DCompiler.cpp176 mResources.MaxGeometryOutputVertices = caps.maxGeometryOutputVertices; in Compiler()
DCaps.h729 GLuint maxGeometryOutputVertices = 0; member
DCaps.cpp1101 caps.maxGeometryOutputVertices = 256; in GenerateMinimumCaps()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp149 builtin->maxGeometryOutputVertices = 256; in getDefaultBuiltInResources()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp160 builtin->maxGeometryOutputVertices = 256; in getDefaultBuiltInResources()
DvkNullDriver.cpp1041 props->limits.maxGeometryOutputVertices = 256; in getPhysicalDeviceProperties()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DGlslangWrapper.cpp88 outBuiltInResources->maxGeometryOutputVertices = caps.maxGeometryOutputVertices; in GetBuiltInResourcesFromCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp1000 mNativeCaps.maxGeometryOutputVertices = LimitToInt(limitsVk.maxGeometryOutputVertices); in ensureCapsInitialized()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h414 Resources.maxGeometryOutputVertices = 256; in init_resources()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h414 Resources.maxGeometryOutputVertices = 256; in init_resources()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkphysicaldevice.c583 DEBUG_UINT32 ("limit", limits, maxGeometryOutputVertices); in dump_limits()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c771 .maxGeometryOutputVertices = 256, in panvk_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp188 …{ LIMIT(maxGeometryOutputVertices), 256, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_M… in validateFeatureLimits()
288 { LIMIT(maxGeometryOutputVertices), FEATURE(geometryShader), 0, 0, 0, 0.0f }, in validateFeatureLimits()
774 …{ PN(features.geometryShader), PN(limits.maxGeometryOutputVertices), LIM_MIN_UIN… in validateLimits12()
2424 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxGeometryOutputVertices),
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c561 return screen->info.props.limits.maxGeometryOutputVertices; in zink_get_param()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1343 .maxGeometryOutputVertices = 256, in v3dv_GetPhysicalDeviceProperties()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1357 caps->maxGeometryOutputVertices = in GenerateCaps()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c935 .maxGeometryOutputVertices = 256, in tu_GetPhysicalDeviceProperties2()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp6813 …ant, maxSize, "const int gl_MaxGeometryOutputVertices = %d;", resources.maxGeometryOutputVertices);
7017 …ant, maxSize, "const int gl_MaxGeometryOutputVertices = %d;", resources.maxGeometryOutputVertices);
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c749 ….maxGeometryOutputVertices = pdevice->pscreen->get_param(pdevice->pscreen, PIPE_CAP… in lvp_GetPhysicalDeviceProperties()

12