/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Caps.h | 325 GLint maxGeometryShaderInvocations = 0; member
|
H A D | Compiler.cpp | 245 mResources.MaxGeometryShaderInvocations = caps.maxGeometryShaderInvocations; in Compiler()
|
H A D | Caps.cpp | 1154 caps.maxGeometryShaderInvocations = 32; in GenerateMinimumCaps()
|
H A D | Context.cpp | 1938 *params = mState.mCaps.maxGeometryShaderInvocations; in getIntegervImpl()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryInstancedRenderingTests.cpp | 400 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 D | vktGeometryInstancedRenderingTests.cpp | 400 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 D | vk_caps_utils.cpp | 1007 mNativeCaps.maxGeometryShaderInvocations = in ensureCapsInitialized() 1008 LimitToInt(limitsVk.maxGeometryShaderInvocations); in ensureCapsInitialized()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 707 .maxGeometryShaderInvocations = 127, in panvk_GetPhysicalDeviceProperties2()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fGeometryShaderTests.cpp | 4392 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 D | pvr_device.c | 917 .maxGeometryShaderInvocations = 0, in pvr_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 305 .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 D | vkNullDriver.cpp | 1019 props->limits.maxGeometryShaderInvocations = 32; in getPhysicalDeviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 186 { 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 D | vktApiFeatureInfo.cpp | 186 { 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 D | tu_device.c | 1160 .maxGeometryShaderInvocations = 32, in tu_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1455 .maxGeometryShaderInvocations = 32, in v3dv_GetPhysicalDeviceProperties()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1451 .maxGeometryShaderInvocations = 0, in dzn_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.c | 755 return screen->info.props.limits.maxGeometryShaderInvocations; in zink_get_param()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | renderergl_utils.cpp | 1643 caps->maxGeometryShaderInvocations = in GenerateCaps()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 1932 .maxGeometryShaderInvocations = 32, in anv_GetPhysicalDeviceProperties()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3446 uint32_t maxGeometryShaderInvocations; member
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 1961 .maxGeometryShaderInvocations = 127, in radv_GetPhysicalDeviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 1859 uint32_t maxGeometryShaderInvocations; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 68 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 D | vulkan_core.h | 2586 uint32_t maxGeometryShaderInvocations; member
|