/third_party/glslang/glslang/Include/ |
D | ResourceLimits.h | 100 int maxGeometryOutputVertices; member
|
/third_party/glslang/StandAlone/ |
D | ResourceLimits.cpp | 202 …ometryOutputVertices " << DefaultTBuiltInResource.maxGeometryOutputVertices << "\n" in GetDefaultTBuiltInResourceString() 383 resources->maxGeometryOutputVertices = value; in DecodeResourceLimits()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_wrapper.cpp | 82 outResources->maxGeometryOutputVertices = resources.MaxGeometryOutputVertices; in GetBuiltInResources()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Caps.h | 323 GLint maxGeometryOutputVertices = 0; member
|
D | Compiler.cpp | 237 mResources.MaxGeometryOutputVertices = caps.maxGeometryOutputVertices; in Compiler()
|
D | Caps.cpp | 1148 caps.maxGeometryOutputVertices = 256; in GenerateMinimumCaps()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Compiler.cpp | 176 mResources.MaxGeometryOutputVertices = caps.maxGeometryOutputVertices; in Compiler()
|
D | Caps.h | 729 GLuint maxGeometryOutputVertices = 0; member
|
D | Caps.cpp | 1101 caps.maxGeometryOutputVertices = 256; in GenerateMinimumCaps()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcSpirvUtils.cpp | 149 builtin->maxGeometryOutputVertices = 256; in getDefaultBuiltInResources()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkShaderToSpirV.cpp | 160 builtin->maxGeometryOutputVertices = 256; in getDefaultBuiltInResources()
|
D | vkNullDriver.cpp | 1041 props->limits.maxGeometryOutputVertices = 256; in getPhysicalDeviceProperties()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | GlslangWrapper.cpp | 88 outBuiltInResources->maxGeometryOutputVertices = caps.maxGeometryOutputVertices; in GetBuiltInResourcesFromCaps()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.cpp | 1000 mNativeCaps.maxGeometryOutputVertices = LimitToInt(limitsVk.maxGeometryOutputVertices); in ensureCapsInitialized()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.h | 414 Resources.maxGeometryOutputVertices = 256; in init_resources()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.h | 414 Resources.maxGeometryOutputVertices = 256; in init_resources()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkphysicaldevice.c | 583 DEBUG_UINT32 ("limit", limits, maxGeometryOutputVertices); in dump_limits()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_device.c | 771 .maxGeometryOutputVertices = 256, in panvk_GetPhysicalDeviceProperties2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 188 …{ 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/ |
D | zink_screen.c | 561 return screen->info.props.limits.maxGeometryOutputVertices; in zink_get_param()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 1343 .maxGeometryOutputVertices = 256, in v3dv_GetPhysicalDeviceProperties()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | renderergl_utils.cpp | 1357 caps->maxGeometryOutputVertices = in GenerateCaps()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 935 .maxGeometryOutputVertices = 256, in tu_GetPhysicalDeviceProperties2()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 6813 …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/ |
D | lvp_device.c | 749 ….maxGeometryOutputVertices = pdevice->pscreen->get_param(pdevice->pscreen, PIPE_CAP… in lvp_GetPhysicalDeviceProperties()
|