Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFeaturesForDefaultDeviceDefs.inl4 …get16BitStorageFeatures (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…
5 …et4444FormatsFeaturesEXT (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…
6 … get8BitStorageFeatures (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…
7 …elerationStructureFeatures (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…
8 …getASTCDecodeFeaturesEXT (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…
9 …perationAdvancedFeaturesEXT (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…
10 …derColorSwizzleFeaturesEXT (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…
11 …fferDeviceAddressFeatures (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…
12 …erDeviceAddressFeaturesEXT (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…
13 …CoherentMemoryFeaturesAMD (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevi…
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDeviceFeatures.hpp105 const FeatureType& getFeatureType (void) const;
128 const FeatureType& DeviceFeatures::getFeatureType(void) const in getFeatureType() function in vk::DeviceFeatures