Home
last modified time | relevance | path

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

/external/deqp/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()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1556 struct StructureBase in cleanVulkanStruct() struct
1562 VkStructureType sType = ((StructureBase*)structPtr)->sType; in cleanVulkanStruct()
1566 ((StructureBase*)structPtr)->sType = sType; in cleanVulkanStruct()