Home
last modified time | relevance | path

Searched refs:maxOutputClusterCount (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_HUAWEI_cluster_culling_shader.adoc107 uint32_t maxOutputClusterCount;
116 * `maxOutputClusterCount` is the maximum number of output clusters that a single workgroup may emit.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc4206 * pname:maxOutputClusterCount is the maximum number of output cluster a
4844 pname:maxOutputClusterCount | `apiext:VK_HUAWEI_cluster_culling_shader`
5314 | pname:maxOutputClusterCount | - | 1024 | min
Dinterfaces.adoc304 | cluster culling output | pname:maxOutputClusterCount
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h16334 uint32_t maxOutputClusterCount; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp6878 …HPP_HASH_COMBINE( seed, physicalDeviceClusterCullingShaderPropertiesHUAWEI.maxOutputClusterCount ); in operator ()()