Home
last modified time | relevance | path

Searched refs:maxWorkGroupSize (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_HUAWEI_cluster_culling_shader.adoc106 uint32_t maxWorkGroupSize[3];
115 * `maxWorkGroupSize` is the maximum size of a local workgroup. These three value represent the maxi…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc4196 * pname:maxWorkGroupSize[3] is the maximum size of a local workgroup.
4842 pname:maxWorkGroupSize | `apiext:VK_HUAWEI_cluster_culling_shader`
5313 | pname:maxWorkGroupSize | - | (32,1,1) | min
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h16333 uint32_t maxWorkGroupSize[3]; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp6876 …N_HPP_HASH_COMBINE( seed, physicalDeviceClusterCullingShaderPropertiesHUAWEI.maxWorkGroupSize[i] ); in operator ()()