Searched refs:StructureBase (Results 1 – 2 of 2) sorted by relevance
504 struct StructureBase in findStructureInChain() struct510 const StructureBase* cur = reinterpret_cast<const StructureBase*>(first); in findStructureInChain()517 cur = reinterpret_cast<const StructureBase*>(cur->pNext); in findStructureInChain()530 struct StructureBase in appendStructurePtrToVulkanChain() struct538 StructureBase* ptr = (StructureBase*)(*chainHead); in appendStructurePtrToVulkanChain()
1556 struct StructureBase in cleanVulkanStruct() struct1562 VkStructureType sType = ((StructureBase*)structPtr)->sType; in cleanVulkanStruct()1566 ((StructureBase*)structPtr)->sType = sType; in cleanVulkanStruct()