Home
last modified time | relevance | path

Searched defs:PhysicalDeviceDescriptorIndexingFeatures (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp40728 struct PhysicalDeviceDescriptorIndexingFeatures struct
40730 using NativeType = VkPhysicalDeviceDescriptorIndexingFeatures;
40732 static const bool allowDuplicate = false;
40733 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =
40737 VULKAN_HPP_CONSTEXPR PhysicalDeviceDescriptorIndexingFeatures( in PhysicalDeviceDescriptorIndexingFeatures() argument
40783PhysicalDeviceDescriptorIndexingFeatures( VkPhysicalDeviceDescriptorIndexingFeatures const & rhs ) in PhysicalDeviceDescriptorIndexingFeatures() function
40796 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDescriptorIndexingFeatures const *>(… in operator =()
40801 PhysicalDeviceDescriptorIndexingFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
40807 PhysicalDeviceDescriptorIndexingFeatures & setShaderInputAttachmentArrayDynamicIndexing( in setShaderInputAttachmentArrayDynamicIndexing()
40814 PhysicalDeviceDescriptorIndexingFeatures & setShaderUniformTexelBufferArrayDynamicIndexing( in setShaderUniformTexelBufferArrayDynamicIndexing()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp61137 struct PhysicalDeviceDescriptorIndexingFeatures struct
61139 using NativeType = VkPhysicalDeviceDescriptorIndexingFeatures;
61141 static const bool allowDuplicate = false;
61142 …_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceDescriptorIndexingFeatures;
61145 …P_CONSTEXPR PhysicalDeviceDescriptorIndexingFeatures( VULKAN_HPP_NAMESPACE::Bool32 shaderInputAtta… in PhysicalDeviceDescriptorIndexingFeatures() function
61192PhysicalDeviceDescriptorIndexingFeatures( VkPhysicalDeviceDescriptorIndexingFeatures const & rhs )… in PhysicalDeviceDescriptorIndexingFeatures() function
61202 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDescriptorIndexingFeatures const *>(… in operator =()
61207 …NSTEXPR_14 PhysicalDeviceDescriptorIndexingFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
61214 …xing( VULKAN_HPP_NAMESPACE::Bool32 shaderInputAttachmentArrayDynamicIndexing_ ) VULKAN_HPP_NOEXCEPT in setShaderInputAttachmentArrayDynamicIndexing()
61221 …g( VULKAN_HPP_NAMESPACE::Bool32 shaderUniformTexelBufferArrayDynamicIndexing_ ) VULKAN_HPP_NOEXCEPT in setShaderUniformTexelBufferArrayDynamicIndexing()
[all …]