Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp632 struct StructureBase in findStructureInChain() struct
638 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() struct
666 StructureBase *ptr = (StructureBase *)(*chainHead); in appendStructurePtrToVulkanChain()
DvkPlatform.cpp77 struct StructureBase in prepareDeviceGroupPatch() struct
80 const StructureBase *pNext; in prepareDeviceGroupPatch() argument
83 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()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp1419 struct StructureBase in checkFeatures() struct
1434 auto *structBase = reinterpret_cast<StructureBase *>(&structCopy); in checkFeatures()
1435 … VkStructureType structureType = reinterpret_cast<const StructureBase *>(supportedFeatures)->sType; in checkFeatures()
DvktApiFeatureInfo.cpp2030 struct StructureBase in cleanVulkanStruct() struct
2036 VkStructureType sType = ((StructureBase *)structPtr)->sType; in cleanVulkanStruct()
2040 ((StructureBase *)structPtr)->sType = sType; in cleanVulkanStruct()