Searched refs:conditionallyRemoveQueueType (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | validitygenerator.py | 1071 def conditionallyRemoveQueueType(self, queues, queuetype, condition): member in ValidityOutputGenerator 1084 …self.conditionallyRemoveQueueType(queues, 'sparse_binding', self.conventions.xml_api_name == "vulk… 1085 …self.conditionallyRemoveQueueType(queues, 'decode', 'VK_KHR_video_decode_queue' not in sel… 1086 …self.conditionallyRemoveQueueType(queues, 'encode', 'VK_KHR_video_encode_queue' not in sel… 1087 …self.conditionallyRemoveQueueType(queues, 'opticalflow', 'VK_NV_optical_flow' not in self.regis…
|