Searched refs:StructureBase (Results 1 – 3 of 3) 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()
1210 struct StructureBase in checkFeatures() struct1225 auto* structBase = reinterpret_cast<StructureBase*>(&structCopy); in checkFeatures()1226 VkStructureType structureType = reinterpret_cast<const StructureBase*>(supportedFeatures)->sType; in checkFeatures()
1566 struct StructureBase in cleanVulkanStruct() struct1572 VkStructureType sType = ((StructureBase*)structPtr)->sType; in cleanVulkanStruct()1576 ((StructureBase*)structPtr)->sType = sType; in cleanVulkanStruct()