Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_generated_commands/
Dgeneration.adoc263 * pname:streamCount defines the number of input streams
264 * pname:pStreams is a pointer to an array of pname:streamCount
311 * [[VUID-VkGeneratedCommandsInfoNV-streamCount-02916]]
312 pname:streamCount must: match the pname:indirectCommandsLayout's
313 pname:streamCount
Dindirectcommands.adoc65 * pname:streamCount is the number of streams used to provide the token
144 * [[VUID-VkIndirectCommandsLayoutCreateInfoNV-streamCount-02936]]
145 pname:streamCount must: be greater than `0` and less or equal to
567 sname:VkIndirectCommandsLayoutCreateInfoNV::pname:streamCount
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14482 uint32_t streamCount; member
14492 uint32_t streamCount; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp4665 VULKAN_HPP_HASH_COMBINE( seed, generatedCommandsInfoNV.streamCount ); in operator ()()
5817 VULKAN_HPP_HASH_COMBINE( seed, indirectCommandsLayoutCreateInfoNV.streamCount ); in operator ()()