Searched refs:genStreamCall (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/ |
D | marshaling.py | 95 def genStreamCall(self, vulkanType, toStreamExpr, sizeExpr): member in VulkanMarshalingCodegen 146 self.genStreamCall(vulkanType, access, "8 * %s" % lenAccess) 153 self.genStreamCall(handle64VarType, handle64VarAccess, handle64Bytes) 155 self.genStreamCall(handle64VarType, handle64VarAccess, handle64Bytes) 483 self.genStreamCall(vulkanType, access, finalLenExpr) 530 self.genStreamCall(vulkanType, access, "sizeof(VkStructureType)") 579 self.genStreamCall(vulkanType, access, finalLenExpr) 600 self.genStreamCall(vulkanType, access, self.cgen.sizeofExpr(vulkanType))
|
D | reservedmarshaling.py | 137 def genStreamCall(self, vulkanType, toStreamExpr, sizeExpr): member in VulkanReservedMarshalingCodegen 190 self.genStreamCall(vulkanType, access, "8 * %s" % lenAccess) 203 self.genStreamCall(handle64VarType, handle64VarAccess, handle64Bytes) 216 self.genStreamCall(handle64VarType, handle64VarAccess, handle64Bytes) 582 self.genStreamCall(vulkanType, access, finalLenExpr) 629 self.genStreamCall(vulkanType, access, "sizeof(VkStructureType)") 678 self.genStreamCall(vulkanType, access, finalLenExpr) 699 self.genStreamCall(vulkanType, access, self.cgen.sizeofExpr(vulkanType))
|