Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDeviceProperties.cpp105 for (const auto& propertyStructCreationData : propertyStructCreationArray) in DeviceProperties() local
107 const char* propertyName = propertyStructCreationData.name; in DeviceProperties()
112 PropertyStructWrapperBase* p = (*propertyStructCreationData.creatorFunction)(); in DeviceProperties()