Home
last modified time | relevance | path

Searched refs:maxGeometryOutputVertices (Results 1 - 25 of 40) sorted by relevance

12

/third_party/glslang/glslang/Include/
H A DResourceLimits.h100 int maxGeometryOutputVertices; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_wrapper.cpp82 outResources->maxGeometryOutputVertices = resources.MaxGeometryOutputVertices; in GetBuiltInResources()
/third_party/glslang/glslang/ResourceLimits/
H A DResourceLimits.cpp211 << "MaxGeometryOutputVertices " << DefaultTBuiltInResource.maxGeometryOutputVertices << "\n" in GetDefaultTBuiltInResourceString()
401 resources->maxGeometryOutputVertices = value; in DecodeResourceLimits()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCaps.h323 GLint maxGeometryOutputVertices = 0; member
H A DCompiler.cpp237 mResources.MaxGeometryOutputVertices = caps.maxGeometryOutputVertices; in Compiler()
H A DCaps.cpp1148 caps.maxGeometryOutputVertices = 256; in GenerateMinimumCaps()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcSpirvUtils.cpp149 builtin->maxGeometryOutputVertices = 256; in getDefaultBuiltInResources()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkShaderToSpirV.cpp160 builtin->maxGeometryOutputVertices = 256; in getDefaultBuiltInResources()
H A DvkNullDriver.cpp1022 props->limits.maxGeometryOutputVertices = 256; in getPhysicalDeviceProperties()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp1000 mNativeCaps.maxGeometryOutputVertices = LimitToInt(limitsVk.maxGeometryOutputVertices); in ensureCapsInitialized()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.h414 Resources.maxGeometryOutputVertices = 256; in init_resources()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c710 .maxGeometryOutputVertices = 256, in panvk_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c920 .maxGeometryOutputVertices = 0, in pvr_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c308 .maxGeometryOutputVertices = device->pscreen->get_param(device->pscreen, PIPE_CAP_MAX_GEOMETRY_OUTPUT_VERTICES), in lvp_physical_device_init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp189 { LIMIT(maxGeometryOutputVertices), 256, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits()
289 { LIMIT(maxGeometryOutputVertices), FEATURE(geometryShader), 0, 0, 0, 0.0f }, in validateFeatureLimits()
794 { PN(features.geometryShader), PN(limits.maxGeometryOutputVertices), LIM_MIN_UINT32(256) }, in validateLimits12()
2800 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxGeometryOutputVertices),
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp189 { LIMIT(maxGeometryOutputVertices), 256, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits()
289 { LIMIT(maxGeometryOutputVertices), FEATURE(geometryShader), 0, 0, 0, 0.0f }, in validateFeatureLimits()
785 { PN(features.geometryShader), PN(limits.maxGeometryOutputVertices), LIM_MIN_UINT32(256) }, in validateLimits12()
2825 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxGeometryOutputVertices),
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c1163 .maxGeometryOutputVertices = 256, in tu_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1458 .maxGeometryOutputVertices = 256, in v3dv_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1454 .maxGeometryOutputVertices = 0, in dzn_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c673 return screen->info.props.limits.maxGeometryOutputVertices; in zink_get_param()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Drenderergl_utils.cpp1639 caps->maxGeometryOutputVertices = in GenerateCaps()
/third_party/glslang/glslang/MachineIndependent/
H A DInitialize.cpp7308 snprintf(builtInConstant, maxSize, "const int gl_MaxGeometryOutputVertices = %d;", resources.maxGeometryOutputVertices); in initialize()
7516 snprintf(builtInConstant, maxSize, "const int gl_MaxGeometryOutputVertices = %d;", resources.maxGeometryOutputVertices); in initialize()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1935 .maxGeometryOutputVertices = 256, in anv_GetPhysicalDeviceProperties()
/third_party/glfw/deps/glad/
H A Dvulkan.h3449 uint32_t maxGeometryOutputVertices; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c1964 .maxGeometryOutputVertices = 256, in radv_GetPhysicalDeviceProperties()

Completed in 115 milliseconds

12