/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryInstancedRenderingTests.cpp | 400 …if (context.getDeviceProperties().limits.maxGeometryShaderInvocations < (deUint32)params.numInvoca… in checkSupport()
|
/external/angle/src/libANGLE/ |
D | Compiler.cpp | 240 mResources.MaxGeometryShaderInvocations = caps.maxGeometryShaderInvocations; in Compiler()
|
D | Caps.h | 975 GLint maxGeometryShaderInvocations = 0; member
|
D | Caps.cpp | 1383 caps.maxGeometryShaderInvocations = 32; in GenerateMinimumCaps()
|
D | Context.cpp | 1886 *params = mState.mCaps.maxGeometryShaderInvocations; in getIntegervImpl()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.cpp | 979 mNativeCaps.maxGeometryShaderInvocations = in ensureCapsInitialized() 980 LimitToInt(limitsVk.maxGeometryShaderInvocations); in ensureCapsInitialized()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_screen.c | 297 return screen->info.props.limits.maxGeometryShaderInvocations; in zink_get_param()
|
/external/deqp/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 4322 int maxGeometryShaderInvocations = 0; in init() local 4330 gl.getIntegerv(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, &maxGeometryShaderInvocations); in init() 4336 …estLog::Message << "GL_MAX_GEOMETRY_SHADER_INVOCATIONS = " << maxGeometryShaderInvocations << tcu:… in init() 4341 m_numInvocations = maxGeometryShaderInvocations; in init() 4342 else if (maxGeometryShaderInvocations < m_numInvocations) in init()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 1017 props->limits.maxGeometryShaderInvocations = 32; in getPhysicalDeviceProperties()
|
D | vkStructTypes.inl | 280 deUint32 maxGeometryShaderInvocations; member
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 450 ….maxGeometryShaderInvocations = pdevice->pscreen->get_param(pdevice->pscreen, PIPE_CAP… in lvp_GetPhysicalDeviceProperties()
|
/external/vulkan-validation-layers/layers/ |
D | shader_validation.cpp | 2537 if (invocations == 0 || invocations > phys_dev_props.limits.maxGeometryShaderInvocations) { in ValidateExecutionModes() 2544 invocations, phys_dev_props.limits.maxGeometryShaderInvocations); in ValidateExecutionModes()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 682 .maxGeometryShaderInvocations = 32, in tu_GetPhysicalDeviceProperties2()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 184 …{ LIMIT(maxGeometryShaderInvocations), 32, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_… in validateFeatureLimits() 284 { LIMIT(maxGeometryShaderInvocations), FEATURE(geometryShader), 0, 0, 0, 0.0f }, in validateFeatureLimits() 761 …{ PN(features.geometryShader), PN(limits.maxGeometryShaderInvocations), LIM_MIN_U… in validateLimits12() 2403 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxGeometryShaderInvocations),
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 874 .maxGeometryShaderInvocations = 0, in v3dv_GetPhysicalDeviceProperties()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | renderergl_utils.cpp | 1649 caps->maxGeometryShaderInvocations = in GenerateCaps()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 1562 .maxGeometryShaderInvocations = 32, in anv_GetPhysicalDeviceProperties()
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_pipeline_shader.cpp | 4209 std::to_string(m_device->props.limits.maxGeometryShaderInvocations + 1) + in TEST_F()
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 1798 uint32_t maxGeometryShaderInvocations; member
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 1798 uint32_t maxGeometryShaderInvocations; member
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 1570 .maxGeometryShaderInvocations = 127, in radv_GetPhysicalDeviceProperties()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 2276 uint32_t maxGeometryShaderInvocations; member
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 2280 uint32_t maxGeometryShaderInvocations; member
|
/external/mesa3d/include/vulkan/ |
D | vulkan_core.h | 2276 uint32_t maxGeometryShaderInvocations; member
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan_core.h | 2586 uint32_t maxGeometryShaderInvocations; member
|