Searched refs:layerPropertiesAllocator (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_handles.hpp | 12315 enumerateDeviceLayerProperties( LayerPropertiesAllocator & layerPropertiesAllocator, 14490 enumerateInstanceLayerProperties( LayerPropertiesAllocator & layerPropertiesAllocator,
|
H A D | vulkan_funcs.hpp | 673 enumerateInstanceLayerProperties( LayerPropertiesAllocator & layerPropertiesAllocator, Dispatch const & d ) in enumerateInstanceLayerProperties() argument 676 std::vector<LayerProperties, LayerPropertiesAllocator> properties( layerPropertiesAllocator ); in enumerateInstanceLayerProperties() 744 PhysicalDevice::enumerateDeviceLayerProperties( LayerPropertiesAllocator & layerPropertiesAllocator, in enumerateDeviceLayerProperties() argument 748 std::vector<LayerProperties, LayerPropertiesAllocator> properties( layerPropertiesAllocator ); in enumerateDeviceLayerProperties() [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_funcs.hpp | 652 enumerateInstanceLayerProperties( LayerPropertiesAllocator & layerPropertiesAllocator, Dispatch const & d ) in enumerateInstanceLayerProperties() argument 656 std::vector<VULKAN_HPP_NAMESPACE::LayerProperties, LayerPropertiesAllocator> properties( layerPropertiesAllocator ); in enumerateInstanceLayerProperties() 722 PhysicalDevice::enumerateDeviceLayerProperties( LayerPropertiesAllocator & layerPropertiesAllocator, Dispatch const & d ) const in enumerateDeviceLayerProperties() argument 726 std::vector<VULKAN_HPP_NAMESPACE::LayerProperties, LayerPropertiesAllocator> properties( layerPropertiesAllocator ); in enumerateDeviceLayerProperties() [all...] |
H A D | vulkan_handles.hpp | 14196 enumerateDeviceLayerProperties( LayerPropertiesAllocator & layerPropertiesAllocator, Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) const; 16185 enumerateInstanceLayerProperties( LayerPropertiesAllocator & layerPropertiesAllocator, Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT );
|
Completed in 97 milliseconds