Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp504 struct StructureBase in findStructureInChain() struct
510 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() struct
538 StructureBase* ptr = (StructureBase*)(*chainHead); in appendStructurePtrToVulkanChain()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp1210 struct StructureBase in checkFeatures() struct
1225 auto* structBase = reinterpret_cast<StructureBase*>(&structCopy); in checkFeatures()
1226 VkStructureType structureType = reinterpret_cast<const StructureBase*>(supportedFeatures)->sType; in checkFeatures()
DvktApiFeatureInfo.cpp1566 struct StructureBase in cleanVulkanStruct() struct
1572 VkStructureType sType = ((StructureBase*)structPtr)->sType; in cleanVulkanStruct()
1576 ((StructureBase*)structPtr)->sType = sType; in cleanVulkanStruct()