Home
last modified time | relevance | path

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

/external/mesa3d/src/gfxstream/codegen/scripts/cereal/common/
Dvulkantypes.py892 def vulkanTypeNeedsTransform(structOrApi): argument
893 return structOrApi.deviceMemoryInfoParameterIndices != None
895 def vulkanTypeGetNeededTransformTypes(structOrApi): argument
897 if structOrApi.deviceMemoryInfoParameterIndices != None:
901 def vulkanTypeforEachSubType(structOrApi, f): argument
903 if type(structOrApi) == VulkanCompoundType:
904 toLoop = structOrApi.members
905 if type(structOrApi) == VulkanAPI:
906 toLoop = structOrApi.parameters