Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_mesh_limits_common.adoc12 sname:VkPhysicalDeviceMeshShaderPropertiesEXT::pname:maxTaskWorkGroupCount[0]
17 sname:VkPhysicalDeviceMeshShaderPropertiesEXT::pname:maxTaskWorkGroupCount[1]
22 sname:VkPhysicalDeviceMeshShaderPropertiesEXT::pname:maxTaskWorkGroupCount[2]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_mesh_shader.adoc204 uint32_t maxTaskWorkGroupCount[3];
237 …* `maxTaskWorkGroupCount` indicates the number of workgroups that can be launched for a task shade…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc1803 * [[limits-maxTaskWorkGroupCount]] pname:maxTaskWorkGroupCount[3] is the
4630 …:uint32_t | slink:VkPhysicalDeviceMeshShaderPropertiesEXT::pname:maxTaskWorkGroupCount
5088 | slink:VkPhysicalDeviceMeshShaderPropertiesEXT::pname:maxTaskWorkGroupCount |…
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h18016 uint32_t maxTaskWorkGroupCount[3]; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp8769 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupCount[i] ); in operator ()()