Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/protocols/vulkan/xml/cereal/common/
Dvulkantypes.py763 def vulkanTypeNeedsTransform(structOrApi): argument
764 return structOrApi.deviceMemoryInfoParameterIndices != None
766 def vulkanTypeGetNeededTransformTypes(structOrApi): argument
768 if structOrApi.deviceMemoryInfoParameterIndices != None:
772 def vulkanTypeforEachSubType(structOrApi, f): argument
774 if type(structOrApi) == VulkanCompoundType:
775 toLoop = structOrApi.members
776 if type(structOrApi) == VulkanAPI:
777 toLoop = structOrApi.parameters