Home
last modified time | relevance | path

Searched refs:maxMeshOutputVertices (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_mesh_shader/
Dmesh.adoc114 sname:VkPhysicalDeviceMeshShaderPropertiesNV::pname:maxMeshOutputVertices.
121 sname:VkPhysicalDeviceMeshShaderPropertiesEXT::pname:maxMeshOutputVertices.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_mesh_shader.adoc219 uint32_t maxMeshOutputVertices;
255 * `maxMeshOutputVertices` is the maximum number of vertices a mesh shader can emit.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc1761 * pname:maxMeshOutputVertices is the maximum number of vertices a mesh
1895 * [[limits-maxMeshOutputVertices]] pname:maxMeshOutputVertices is the
4622 … | slink:VkPhysicalDeviceMeshShaderPropertiesNV::pname:maxMeshOutputVertices
4645 … | slink:VkPhysicalDeviceMeshShaderPropertiesEXT::pname:maxMeshOutputVertices
5080 | slink:VkPhysicalDeviceMeshShaderPropertiesNV::pname:maxMeshOutputVertices | - | 25…
5103 | slink:VkPhysicalDeviceMeshShaderPropertiesEXT::pname:maxMeshOutputVertices |…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc1199 slink:VkPhysicalDeviceMeshShaderPropertiesNV::pname:maxMeshOutputVertices
1210 slink:VkPhysicalDeviceMeshShaderPropertiesEXT::pname:maxMeshOutputVertices
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h13175 uint32_t maxMeshOutputVertices; member
18031 uint32_t maxMeshOutputVertices; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp8794 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesEXT.maxMeshOutputVertices ); in operator ()()
8831 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesNV.maxMeshOutputVertices ); in operator ()()