Home
last modified time | relevance | path

Searched refs:pTokens (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_generated_commands/
Dindirectcommands.adoc62 * pname:pTokens is an array describing each command token in detail.
122 * [[VUID-VkIndirectCommandsLayoutCreateInfoNV-pTokens-02932]]
123 If pname:pTokens contains an entry of
127 * [[VUID-VkIndirectCommandsLayoutCreateInfoNV-pTokens-02933]]
128 If pname:pTokens contains an entry of
131 * [[VUID-VkIndirectCommandsLayoutCreateInfoNV-pTokens-02934]]
132 All state tokens in pname:pTokens must: occur before any work provoking
141 * [[VUID-VkIndirectCommandsLayoutCreateInfoNV-pTokens-02935]]
142 The content of pname:pTokens must: include one single work provoking
160 the state tokens in pname:pTokens must: only include
[all …]
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14481 const VkIndirectCommandsLayoutTokenNV* pTokens; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp5816 VULKAN_HPP_HASH_COMBINE( seed, indirectCommandsLayoutCreateInfoNV.pTokens ); in operator ()()