Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_generated_commands/
Dgeneration.adoc56 * pname:maxSequencesCount is the maximum number of sequences that this
62 * [[VUID-VkGeneratedCommandsMemoryRequirementsInfoNV-maxSequencesCount-02907]]
63 pname:maxSequencesCount must: be less or equal to
340 slink:VkGeneratedCommandsMemoryRequirementsInfoNV::pname:maxSequencesCount
412 min(maxSequencesCount, sequencesCountBuffer.load_uint32(sequencesCountOffset) :
413 maxSequencesCount;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_device_generated_commands.adoc150 By lowering the `maxSequencesCount` the memory consumption can be reduced.
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14510 uint32_t maxSequencesCount; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp4689 VULKAN_HPP_HASH_COMBINE( seed, generatedCommandsMemoryRequirementsInfoNV.maxSequencesCount ); in operator ()()