Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/
Dvulkantypes.py481 if self.shouldSkip():
499 if self.shouldSkip():
575 def shouldSkip(self) -> bool: member in VulkanType
853 … self.parameters: List[VulkanType] = list(filter(lambda param: not param.shouldSkip(), parameters))
1149 if vulkanType.shouldSkip():