Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDeviceProperties.cpp91 propertyFilledFromBlob = isPartOfBlobProperties(p->getPropertyDesc().sType); in DeviceProperties()
139 if (deStringEqual(f->getPropertyDesc().name, property.c_str())) in contains()
153 if (f->getPropertyDesc().sType == sType) in isDevicePropertyInitialized()
DvkDeviceProperties.hpp60 virtual PropertyDesc getPropertyDesc (void) const = 0;
136 if (sType == property->getPropertyDesc().sType) in getPropertyType()
170 PropertyDesc getPropertyDesc (void) const { return m_propertyDesc; } in getPropertyDesc() function in vk::PropertyStructWrapper