Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_mesh_shader.adoc225 uint32_t maxPreferredTaskWorkGroupInvocations;
268 …* `maxPreferredTaskWorkGroupInvocations` indicates the maximum preferred number of task shader inv…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc1923 * [[limits-maxPreferredTaskWorkGroupInvocations]]
1924 pname:maxPreferredTaskWorkGroupInvocations is the maximum number of task
4651 … | slink:VkPhysicalDeviceMeshShaderPropertiesEXT::pname:maxPreferredTaskWorkGroupInvocations
5109 | slink:VkPhysicalDeviceMeshShaderPropertiesEXT::pname:maxPreferredTaskWorkGroupInvocations |…
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h18037 uint32_t maxPreferredTaskWorkGroupInvocations; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp8800 …P_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesEXT.maxPreferredTaskWorkGroupInvocations ); in operator ()()