Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dvaliditygenerator.py1071 def conditionallyRemoveQueueType(self, queues, queuetype, condition): argument
1073 if queuetype in queues and condition:
1074 queues.remove(queuetype)