Home
last modified time | relevance | path

Searched refs:maxGeometryShaderInvocations (Results 1 - 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCaps.h325 GLint maxGeometryShaderInvocations = 0; member
H A DCompiler.cpp245 mResources.MaxGeometryShaderInvocations = caps.maxGeometryShaderInvocations; in Compiler()
H A DCaps.cpp1154 caps.maxGeometryShaderInvocations = 32; in GenerateMinimumCaps()
H A DContext.cpp1938 *params = mState.mCaps.maxGeometryShaderInvocations; in getIntegervImpl()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp400 if (context.getDeviceProperties().limits.maxGeometryShaderInvocations < (deUint32)params.numInvocations) in checkSupport()
401 TCU_THROW(NotSupportedError, (std::string("Unsupported limit: maxGeometryShaderInvocations < ") + de::toString(params.numInvocations)).c_str()); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp400 if (context.getDeviceProperties().limits.maxGeometryShaderInvocations < (deUint32)params.numInvocations) in checkSupport()
401 TCU_THROW(NotSupportedError, (std::string("Unsupported limit: maxGeometryShaderInvocations < ") + de::toString(params.numInvocations)).c_str()); in checkSupport()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp1007 mNativeCaps.maxGeometryShaderInvocations = in ensureCapsInitialized()
1008 LimitToInt(limitsVk.maxGeometryShaderInvocations); in ensureCapsInitialized()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c707 .maxGeometryShaderInvocations = 127, in panvk_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp4392 int maxGeometryShaderInvocations = 0;
4400 gl.getIntegerv(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, &maxGeometryShaderInvocations);
4406 m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_GEOMETRY_SHADER_INVOCATIONS = " << maxGeometryShaderInvocations << tcu::TestLog::EndMessage;
4411 m_numInvocations = maxGeometryShaderInvocations;
4412 else if (maxGeometryShaderInvocations < m_numInvocations)
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c917 .maxGeometryShaderInvocations = 0, in pvr_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c305 .maxGeometryShaderInvocations = device->pscreen->get_param(device->pscreen, PIPE_CAP_MAX_GS_INVOCATIONS), in lvp_physical_device_init()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp1019 props->limits.maxGeometryShaderInvocations = 32; in getPhysicalDeviceProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp186 { LIMIT(maxGeometryShaderInvocations), 32, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits()
286 { LIMIT(maxGeometryShaderInvocations), FEATURE(geometryShader), 0, 0, 0, 0.0f }, in validateFeatureLimits()
791 { PN(features.geometryShader), PN(limits.maxGeometryShaderInvocations), LIM_MIN_UINT32(32) }, in validateLimits12()
2797 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxGeometryShaderInvocations),
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp186 { LIMIT(maxGeometryShaderInvocations), 32, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits()
286 { LIMIT(maxGeometryShaderInvocations), FEATURE(geometryShader), 0, 0, 0, 0.0f }, in validateFeatureLimits()
782 { PN(features.geometryShader), PN(limits.maxGeometryShaderInvocations), LIM_MIN_UINT32(32) }, in validateLimits12()
2822 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxGeometryShaderInvocations),
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c1160 .maxGeometryShaderInvocations = 32, in tu_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1455 .maxGeometryShaderInvocations = 32, in v3dv_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1451 .maxGeometryShaderInvocations = 0, in dzn_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c755 return screen->info.props.limits.maxGeometryShaderInvocations; in zink_get_param()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Drenderergl_utils.cpp1643 caps->maxGeometryShaderInvocations = in GenerateCaps()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1932 .maxGeometryShaderInvocations = 32, in anv_GetPhysicalDeviceProperties()
/third_party/glfw/deps/glad/
H A Dvulkan.h3446 uint32_t maxGeometryShaderInvocations; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c1961 .maxGeometryShaderInvocations = 127, in radv_GetPhysicalDeviceProperties()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h1859 uint32_t maxGeometryShaderInvocations; member
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h68 size += vn_sizeof_uint32_t(&val->maxGeometryShaderInvocations); in vn_sizeof_VkPhysicalDeviceLimits()
186 vn_decode_uint32_t(dec, &val->maxGeometryShaderInvocations); in vn_decode_VkPhysicalDeviceLimits()
316 /* skip val->maxGeometryShaderInvocations */ in vn_sizeof_VkPhysicalDeviceLimits_partial()
428 /* skip val->maxGeometryShaderInvocations */ in vn_encode_VkPhysicalDeviceLimits_partial()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h2586 uint32_t maxGeometryShaderInvocations; member

Completed in 234 milliseconds

12