Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp54631 struct PhysicalDeviceDescriptorIndexingFeatures struct
54633 using NativeType = VkPhysicalDeviceDescriptorIndexingFeatures;
54635 static const bool allowDuplicate = false;
54636 …_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceDescriptorIndexingFeatures;
54639 …P_CONSTEXPR PhysicalDeviceDescriptorIndexingFeatures( VULKAN_HPP_NAMESPACE::Bool32 shaderInputAtta… in PhysicalDeviceDescriptorIndexingFeatures() function
54686PhysicalDeviceDescriptorIndexingFeatures( VkPhysicalDeviceDescriptorIndexingFeatures const & rhs )… in PhysicalDeviceDescriptorIndexingFeatures() function
54696 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDescriptorIndexingFeatures const *>(… in operator =()
54701 …NSTEXPR_14 PhysicalDeviceDescriptorIndexingFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
54708 …xing( VULKAN_HPP_NAMESPACE::Bool32 shaderInputAttachmentArrayDynamicIndexing_ ) VULKAN_HPP_NOEXCEPT in setShaderInputAttachmentArrayDynamicIndexing()
54715 …g( VULKAN_HPP_NAMESPACE::Bool32 shaderUniformTexelBufferArrayDynamicIndexing_ ) VULKAN_HPP_NOEXCEPT in setShaderUniformTexelBufferArrayDynamicIndexing()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp51359 struct PhysicalDeviceDescriptorIndexingFeatures struct
51361 using NativeType = VkPhysicalDeviceDescriptorIndexingFeatures;
51363 static const bool allowDuplicate = false;
51364 …R_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceDescriptorIndexingFeatures;
51368PhysicalDeviceDescriptorIndexingFeatures(VULKAN_HPP_NAMESPACE::Bool32 shaderInputAttachmentArrayDy… in PhysicalDeviceDescriptorIndexingFeatures() argument
51374PhysicalDeviceDescriptorIndexingFeatures( VkPhysicalDeviceDescriptorIndexingFeatures const & rhs )… in PhysicalDeviceDescriptorIndexingFeatures() function
51384 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDescriptorIndexingFeatures const *>(… in operator =()
51389 …NSTEXPR_14 PhysicalDeviceDescriptorIndexingFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
51395 …amicIndexing( VULKAN_HPP_NAMESPACE::Bool32 shaderInputAttachmentArrayDynamicIndexing_ ) VULKAN_HPP… in setShaderInputAttachmentArrayDynamicIndexing()
51401 …DynamicIndexing( VULKAN_HPP_NAMESPACE::Bool32 shaderUniformTexelBufferArrayDynamicIndexing_ ) VULK… in setShaderUniformTexelBufferArrayDynamicIndexing()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp57115 struct PhysicalDeviceDescriptorIndexingFeatures struct
57117 using NativeType = VkPhysicalDeviceDescriptorIndexingFeatures;
57119 static const bool allowDuplicate = false;
57120 …_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceDescriptorIndexingFeatures;
57123 …P_CONSTEXPR PhysicalDeviceDescriptorIndexingFeatures( VULKAN_HPP_NAMESPACE::Bool32 shaderInputAtta… in PhysicalDeviceDescriptorIndexingFeatures() argument
57170PhysicalDeviceDescriptorIndexingFeatures( VkPhysicalDeviceDescriptorIndexingFeatures const & rhs )… in PhysicalDeviceDescriptorIndexingFeatures() function
57180 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDescriptorIndexingFeatures const *>(… in operator =()
57185 …NSTEXPR_14 PhysicalDeviceDescriptorIndexingFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
57192 …xing( VULKAN_HPP_NAMESPACE::Bool32 shaderInputAttachmentArrayDynamicIndexing_ ) VULKAN_HPP_NOEXCEPT in setShaderInputAttachmentArrayDynamicIndexing()
57199 …g( VULKAN_HPP_NAMESPACE::Bool32 shaderUniformTexelBufferArrayDynamicIndexing_ ) VULKAN_HPP_NOEXCEPT 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 { impl
26123 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDescriptorIndexingFeatures {} implementation
26125 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceDescriptorIndexingFeatures {} implementation
26307 pub fn build(self) -> PhysicalDeviceDescriptorIndexingFeatures { in build()