Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/
Dvulkantypes.py906 def vulkanTypeNeedsTransform(structOrApi): argument
907 return structOrApi.deviceMemoryInfoParameterIndices != None
909 def vulkanTypeGetNeededTransformTypes(structOrApi): argument
911 if structOrApi.deviceMemoryInfoParameterIndices != None:
915 def vulkanTypeforEachSubType(structOrApi, f): argument
917 if type(structOrApi) == VulkanCompoundType:
918 toLoop = structOrApi.members
919 if type(structOrApi) == VulkanAPI:
920 toLoop = structOrApi.parameters