Home
last modified time | relevance | path

Searched defs:PhysicalDevicePipelineCreationCacheControlFeatures (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp72828 struct PhysicalDevicePipelineCreationCacheControlFeatures struct
72830 using NativeType = VkPhysicalDevicePipelineCreationCacheControlFeatures;
72832 static const bool allowDuplicate = false;
72833 … StructureType structureType = StructureType::ePhysicalDevicePipelineCreationCacheControlFeatures;
72836 …VULKAN_HPP_CONSTEXPR PhysicalDevicePipelineCreationCacheControlFeatures( VULKAN_HPP_NAMESPACE::Boo… in PhysicalDevicePipelineCreationCacheControlFeatures() function
72846PhysicalDevicePipelineCreationCacheControlFeatures( VkPhysicalDevicePipelineCreationCacheControlFe… in PhysicalDevicePipelineCreationCacheControlFeatures() function
72857 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevicePipelineCreationCacheControlFeatures in operator =()
72862 … PhysicalDevicePipelineCreationCacheControlFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
72869 …ationCacheControl( VULKAN_HPP_NAMESPACE::Bool32 pipelineCreationCacheControl_ ) VULKAN_HPP_NOEXCEPT in setPipelineCreationCacheControl()
72876 … operator VkPhysicalDevicePipelineCreationCacheControlFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePipelineCreationCacheControlFeatures const&()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp75272 struct PhysicalDevicePipelineCreationCacheControlFeatures struct
75274 using NativeType = VkPhysicalDevicePipelineCreationCacheControlFeatures;
75276 static const bool allowDuplicate = false;
75277 … StructureType structureType = StructureType::ePhysicalDevicePipelineCreationCacheControlFeatures;
75280 …VULKAN_HPP_CONSTEXPR PhysicalDevicePipelineCreationCacheControlFeatures( VULKAN_HPP_NAMESPACE::Boo… in PhysicalDevicePipelineCreationCacheControlFeatures() function
75290PhysicalDevicePipelineCreationCacheControlFeatures( VkPhysicalDevicePipelineCreationCacheControlFe… in PhysicalDevicePipelineCreationCacheControlFeatures() function
75301 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevicePipelineCreationCacheControlFeatures in operator =()
75306 … PhysicalDevicePipelineCreationCacheControlFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
75313 …ationCacheControl( VULKAN_HPP_NAMESPACE::Bool32 pipelineCreationCacheControl_ ) VULKAN_HPP_NOEXCEPT in setPipelineCreationCacheControl()
75320 … operator VkPhysicalDevicePipelineCreationCacheControlFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePipelineCreationCacheControlFeatures const&()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp76071 struct PhysicalDevicePipelineCreationCacheControlFeatures struct
76073 using NativeType = VkPhysicalDevicePipelineCreationCacheControlFeatures;
76075 static const bool allowDuplicate = false;
76076 … StructureType structureType = StructureType::ePhysicalDevicePipelineCreationCacheControlFeatures;
76079 …VULKAN_HPP_CONSTEXPR PhysicalDevicePipelineCreationCacheControlFeatures( VULKAN_HPP_NAMESPACE::Boo… in PhysicalDevicePipelineCreationCacheControlFeatures() function
76089PhysicalDevicePipelineCreationCacheControlFeatures( VkPhysicalDevicePipelineCreationCacheControlFe… in PhysicalDevicePipelineCreationCacheControlFeatures() function
76100 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevicePipelineCreationCacheControlFeatures in operator =()
76105 … PhysicalDevicePipelineCreationCacheControlFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
76112 …ationCacheControl( VULKAN_HPP_NAMESPACE::Bool32 pipelineCreationCacheControl_ ) VULKAN_HPP_NOEXCEPT in setPipelineCreationCacheControl()
76119 … operator VkPhysicalDevicePipelineCreationCacheControlFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePipelineCreationCacheControlFeatures const&()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs45169 pub struct PhysicalDevicePipelineCreationCacheControlFeatures { struct
45174 impl ::std::default::Default for PhysicalDevicePipelineCreationCacheControlFeatures { implementation
45184 unsafe impl TaggedStructure for PhysicalDevicePipelineCreationCacheControlFeatures { implementation
45188 impl PhysicalDevicePipelineCreationCacheControlFeatures { implementation
45205 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevicePipelineCreationCacheControlFeatures {} implementation
45210 unsafe impl ExtendsDeviceCreateInfo for PhysicalDevicePipelineCreationCacheControlFeatures {} implementation
45234 pub fn build(self) -> PhysicalDevicePipelineCreationCacheControlFeatures { in build()