Searched refs:StructureBase (Results 1 – 4 of 4) sorted by relevance
632 struct StructureBase in findStructureInChain() struct638 const StructureBase *cur = reinterpret_cast<const StructureBase *>(first); in findStructureInChain()645 cur = reinterpret_cast<const StructureBase *>(cur->pNext); in findStructureInChain()658 struct StructureBase in appendStructurePtrToVulkanChain() struct666 StructureBase *ptr = (StructureBase *)(*chainHead); in appendStructurePtrToVulkanChain()
77 struct StructureBase in prepareDeviceGroupPatch() struct80 const StructureBase *pNext; in prepareDeviceGroupPatch() argument83 const StructureBase *prev = nullptr; in prepareDeviceGroupPatch()84 const StructureBase *curr = reinterpret_cast<const StructureBase *>(pCreateInfo); in prepareDeviceGroupPatch()95 curr = reinterpret_cast<const StructureBase *>(curr->pNext); in prepareDeviceGroupPatch()
1419 struct StructureBase in checkFeatures() struct1434 auto *structBase = reinterpret_cast<StructureBase *>(&structCopy); in checkFeatures()1435 … VkStructureType structureType = reinterpret_cast<const StructureBase *>(supportedFeatures)->sType; in checkFeatures()
2030 struct StructureBase in cleanVulkanStruct() struct2036 VkStructureType sType = ((StructureBase *)structPtr)->sType; in cleanVulkanStruct()2040 ((StructureBase *)structPtr)->sType = sType; in cleanVulkanStruct()