Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp47929 struct PhysicalDeviceDescriptorIndexingFeatures struct
47931 using NativeType = VkPhysicalDeviceDescriptorIndexingFeatures;
47933 static const bool allowDuplicate = false;
47934 …R_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceDescriptorIndexingFeatures;
47937 …AN_HPP_CONSTEXPR PhysicalDeviceDescriptorIndexingFeatures(VULKAN_HPP_NAMESPACE::Bool32 shaderInput… in PhysicalDeviceDescriptorIndexingFeatures() argument
47984PhysicalDeviceDescriptorIndexingFeatures(VkPhysicalDeviceDescriptorIndexingFeatures const &rhs) VU… in PhysicalDeviceDescriptorIndexingFeatures() function
47994 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDescriptorIndexingFeatures const *>(… in operator =()
47999 …P_CONSTEXPR_14 PhysicalDeviceDescriptorIndexingFeatures &setPNext(void *pNext_) VULKAN_HPP_NOEXCEPT in setPNext()
48006 …dexing(VULKAN_HPP_NAMESPACE::Bool32 shaderInputAttachmentArrayDynamicIndexing_) VULKAN_HPP_NOEXCEPT in setShaderInputAttachmentArrayDynamicIndexing()
48013 …ing(VULKAN_HPP_NAMESPACE::Bool32 shaderUniformTexelBufferArrayDynamicIndexing_) VULKAN_HPP_NOEXCEPT in setShaderUniformTexelBufferArrayDynamicIndexing()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp47835 struct PhysicalDeviceDescriptorIndexingFeatures struct
47837 using NativeType = VkPhysicalDeviceDescriptorIndexingFeatures;
47839 static const bool allowDuplicate = false;
47840 …_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceDescriptorIndexingFeatures;
47843 …P_CONSTEXPR PhysicalDeviceDescriptorIndexingFeatures( VULKAN_HPP_NAMESPACE::Bool32 shaderInputAtta… in PhysicalDeviceDescriptorIndexingFeatures() argument
47890PhysicalDeviceDescriptorIndexingFeatures( VkPhysicalDeviceDescriptorIndexingFeatures const & rhs )… in PhysicalDeviceDescriptorIndexingFeatures() function
47900 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDescriptorIndexingFeatures const *>(… in operator =()
47905 …NSTEXPR_14 PhysicalDeviceDescriptorIndexingFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
47912 …xing( VULKAN_HPP_NAMESPACE::Bool32 shaderInputAttachmentArrayDynamicIndexing_ ) VULKAN_HPP_NOEXCEPT in setShaderInputAttachmentArrayDynamicIndexing()
47919 …g( VULKAN_HPP_NAMESPACE::Bool32 shaderUniformTexelBufferArrayDynamicIndexing_ ) VULKAN_HPP_NOEXCEPT in setShaderUniformTexelBufferArrayDynamicIndexing()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp49605 struct PhysicalDeviceDescriptorIndexingFeatures struct
49607 using NativeType = VkPhysicalDeviceDescriptorIndexingFeatures;
49609 static const bool allowDuplicate = false;
49610 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =
49614 VULKAN_HPP_CONSTEXPR PhysicalDeviceDescriptorIndexingFeatures( in PhysicalDeviceDescriptorIndexingFeatures() function
49660PhysicalDeviceDescriptorIndexingFeatures( VkPhysicalDeviceDescriptorIndexingFeatures const & rhs ) in PhysicalDeviceDescriptorIndexingFeatures() function
49673 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDescriptorIndexingFeatures const *>(… in operator =()
49678 …NSTEXPR_14 PhysicalDeviceDescriptorIndexingFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
49684 …NSTEXPR_14 PhysicalDeviceDescriptorIndexingFeatures & setShaderInputAttachmentArrayDynamicIndexing( in setShaderInputAttachmentArrayDynamicIndexing()
49691 …EXPR_14 PhysicalDeviceDescriptorIndexingFeatures & setShaderUniformTexelBufferArrayDynamicIndexing( in setShaderUniformTexelBufferArrayDynamicIndexing()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs26057 pub struct PhysicalDeviceDescriptorIndexingFeatures { struct
26081 impl ::std::default::Default for PhysicalDeviceDescriptorIndexingFeatures { argument
26109 impl PhysicalDeviceDescriptorIndexingFeatures { implementation
26123 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDescriptorIndexingFeatures {} implementation
26125 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceDescriptorIndexingFeatures {} implementation
26307 pub fn build(self) -> PhysicalDeviceDescriptorIndexingFeatures { in build()