Searched refs:LayerProperties (Results 1 – 3 of 3) sorted by relevance
273 uint32_t layer_count, vk::LayerProperties *layers) { in check_layers()761 std::unique_ptr<vk::LayerProperties[]> instance_layers( in init_vk()762 new vk::LayerProperties[instance_layer_count]); in init_vk()
2790 struct LayerProperties struct2797 bool operator==( LayerProperties const& rhs ) const in operator ==() argument2805 bool operator!=( LayerProperties const& rhs ) const in operator !=() argument2815 …static_assert( sizeof( LayerProperties ) == sizeof( VkLayerProperties ), "struct and wrapper have …17869 …Result enumerateDeviceLayerProperties( uint32_t* pPropertyCount, LayerProperties* pProperties ) co… in enumerateDeviceLayerProperties()17875 template <typename Allocator = std::allocator<LayerProperties>>17876 …typename ResultValueType<std::vector<LayerProperties,Allocator>>::type enumerateDeviceLayerPropert… in enumerateDeviceLayerProperties()17878 std::vector<LayerProperties,Allocator> properties; in enumerateDeviceLayerProperties()18650 …inline Result enumerateInstanceLayerProperties( uint32_t* pPropertyCount, LayerProperties* pProper… in enumerateInstanceLayerProperties()18656 template <typename Allocator = std::allocator<LayerProperties>>[all …]
784 - The loader will not call the ICD for vkEnumerate\*LayerProperties() as layer1253 | layer type | type | vkEnumerate*LayerProperties | see Note 1 |