Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/
Dvulkantypes.py464 return typeInfo.categoryOf(self.typeName) == "enum"
467 return typeInfo.categoryOf(self.typeName) == "enum"
959 def categoryOf(self, name): member in VulkanTypeInfo
1086 isUnion = self.categoryOf(typeName) == "union",
1267 self.origTypeCategory = typeInfo.categoryOf(vulkanType.typeName)
1277 if typeInfo.categoryOf(vulkanType.typeName) in ["enum", "bitmask"]:
1280 if typeInfo.categoryOf(vulkanType.typeName) in ["funcpointer", "handle", "define"]:
1283 if typeInfo.categoryOf(vulkanType.typeName) in ["basetype"]:
1292 if typeInfo.categoryOf(vulkanType.typeName) == None:
Dcodegen.py922 category = self.typeInfo.categoryOf(name)
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/
Dunbox.py47 category = self.typeInfo.categoryOf(name)
Dhandlemap.py210 category = self.typeInfo.categoryOf(name)
Dtransform.py277 category = self.typeInfo.categoryOf(name)
Dtesting.py345 category = self.typeInfo.categoryOf(name)
Ddeepcopy.py312 category = self.typeInfo.categoryOf(name)
Dcounting.py543 category = self.typeInfo.categoryOf(name)
Dmarshaling.py696 category = self.typeInfo.categoryOf(name)
Dreservedmarshaling.py793 category = self.typeInfo.categoryOf(name)