Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_mesh_limits_common.adoc28 sname:VkPhysicalDeviceMeshShaderPropertiesEXT::pname:maxTaskWorkGroupTotalCount
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_mesh_shader.adoc203 uint32_t maxTaskWorkGroupTotalCount;
236 …* `maxTaskWorkGroupTotalCount` indicates the total number of workgroups that can be launched for a…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc1799 * [[limits-maxTaskWorkGroupTotalCount]] pname:maxTaskWorkGroupTotalCount
1811 pname:maxTaskWorkGroupTotalCount.
4629 … | slink:VkPhysicalDeviceMeshShaderPropertiesEXT::pname:maxTaskWorkGroupTotalCount
5087 | slink:VkPhysicalDeviceMeshShaderPropertiesEXT::pname:maxTaskWorkGroupTotalCount |…
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h18015 uint32_t maxTaskWorkGroupTotalCount; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp8766 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupTotalCount ); in operator ()()