Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_mesh_shader.adoc206 uint32_t maxTaskWorkGroupSize[3];
239 …* `maxTaskWorkGroupSize` indicates the maximum number of invocations for a task shader in each dim…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc1728 * pname:maxTaskWorkGroupSize[3] is the maximum size of a local task
1820 * [[limits-maxTaskWorkGroupSize]] pname:maxTaskWorkGroupSize[3] is the
4616 …e:uint32_t | slink:VkPhysicalDeviceMeshShaderPropertiesNV::pname:maxTaskWorkGroupSize
4632 …:uint32_t | slink:VkPhysicalDeviceMeshShaderPropertiesEXT::pname:maxTaskWorkGroupSize
5074 | slink:VkPhysicalDeviceMeshShaderPropertiesNV::pname:maxTaskWorkGroupSize | - | (3…
5090 | slink:VkPhysicalDeviceMeshShaderPropertiesEXT::pname:maxTaskWorkGroupSize |…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc1235 slink:VkPhysicalDeviceMeshShaderPropertiesEXT::pname:maxTaskWorkGroupSize[0]
1239 slink:VkPhysicalDeviceMeshShaderPropertiesEXT::pname:maxTaskWorkGroupSize[1]
1243 slink:VkPhysicalDeviceMeshShaderPropertiesEXT::pname:maxTaskWorkGroupSize[2]
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h13169 uint32_t maxTaskWorkGroupSize[3]; member
18018 uint32_t maxTaskWorkGroupSize[3]; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp8774 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupSize[i] ); in operator ()()
8821 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesNV.maxTaskWorkGroupSize[i] ); in operator ()()