Home
last modified time | relevance | path

Searched refs:DescriptorSet (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_handles.hpp767 class DescriptorSet;
899 class UniqueHandleTraits<DescriptorSet, Dispatch>
904 using UniqueDescriptorSet = UniqueHandle<DescriptorSet, VULKAN_HPP_DEFAULT_DISPATCHER_TYPE>;
1608 class DescriptorSet class
1618 VULKAN_HPP_CONSTEXPR DescriptorSet() = default;
1619 VULKAN_HPP_CONSTEXPR DescriptorSet( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in DescriptorSet() function in VULKAN_HPP_NAMESPACE::DescriptorSet
1621 VULKAN_HPP_TYPESAFE_EXPLICIT DescriptorSet( VkDescriptorSet descriptorSet ) VULKAN_HPP_NOEXCEPT in DescriptorSet() function in VULKAN_HPP_NAMESPACE::DescriptorSet
1626 DescriptorSet & operator=(VkDescriptorSet descriptorSet) VULKAN_HPP_NOEXCEPT in operator =()
1633 DescriptorSet & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
1640 auto operator<=>( DescriptorSet const & ) const = default;
[all …]
Dvulkansc_shared.hpp529 class SharedHandleTraits<DescriptorSet>
533 using deleter = PoolFreeShared<DescriptorSet, DescriptorPool>;
535 using SharedDescriptorSet = SharedHandle<DescriptorSet>;
Dvulkan_shared.hpp561 class SharedHandleTraits<DescriptorSet>
565 using deleter = PoolFreeShared<DescriptorSet, DescriptorPool>;
567 using SharedDescriptorSet = SharedHandle<DescriptorSet>;
Dvulkansc_raii.hpp1015 class DescriptorSet;
1713 …VULKAN_HPP_NODISCARD std::vector<VULKAN_HPP_RAII_NAMESPACE::DescriptorSet> allocateDescriptorSets(…
2420 …irstSet, VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::DescriptorSet> const & descr…
3042 class DescriptorSet class
3046 using CppType = vk::DescriptorSet;
3053DescriptorSet( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkDescripto… in DescriptorSet() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DescriptorSet
3057 DescriptorSet( std::nullptr_t ) {} in DescriptorSet() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DescriptorSet
3059 ~DescriptorSet() in ~DescriptorSet()
3064 DescriptorSet() = delete;
3065 DescriptorSet( DescriptorSet const & ) = delete;
[all …]
Dvulkansc_funcs.hpp2456 …ACE::DescriptorSetAllocateInfo * pAllocateInfo, VULKAN_HPP_NAMESPACE::DescriptorSet * pDescriptorS… in allocateDescriptorSets()
2464 …HPP_INLINE typename ResultValueType<std::vector<VULKAN_HPP_NAMESPACE::DescriptorSet, DescriptorSet… in allocateDescriptorSets()
2469 …std::vector<VULKAN_HPP_NAMESPACE::DescriptorSet, DescriptorSetAllocator> descriptorSets( allocateI… in allocateDescriptorSets()
2476 …ame B0, typename std::enable_if<std::is_same<typename B0::value_type, DescriptorSet>::value, int>:…
2477 …HPP_INLINE typename ResultValueType<std::vector<VULKAN_HPP_NAMESPACE::DescriptorSet, DescriptorSet… in allocateDescriptorSets()
2482 …std::vector<VULKAN_HPP_NAMESPACE::DescriptorSet, DescriptorSetAllocator> descriptorSets( allocateI… in allocateDescriptorSets()
2491 …pename ResultValueType<std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::DescriptorSet, Dispatch>, De… in allocateDescriptorSetsUnique()
2496 …std::vector<VULKAN_HPP_NAMESPACE::DescriptorSet> descriptorSets( allocateInfo.descriptorSetCount ); in allocateDescriptorSetsUnique()
2499 …std::vector<UniqueHandle<VULKAN_HPP_NAMESPACE::DescriptorSet, Dispatch>, DescriptorSetAllocator> u… in allocateDescriptorSetsUnique()
2504 … uniqueDescriptorSets.push_back( UniqueHandle<DescriptorSet, Dispatch>( descriptorSet, deleter ) ); in allocateDescriptorSetsUnique()
[all …]
Dvulkan_raii.hpp2356 class DescriptorSet;
3355 …VULKAN_HPP_NODISCARD std::vector<VULKAN_HPP_RAII_NAMESPACE::DescriptorSet> allocateDescriptorSets(…
4852 …irstSet, VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::DescriptorSet> const & descr…
6374 class DescriptorSet class
6378 using CppType = vk::DescriptorSet;
6385DescriptorSet( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkDescripto… in DescriptorSet() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DescriptorSet
6389 DescriptorSet( std::nullptr_t ) {} in DescriptorSet() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DescriptorSet
6391 ~DescriptorSet() in ~DescriptorSet()
6396 DescriptorSet() = delete;
6397 DescriptorSet( DescriptorSet const & ) = delete;
[all …]
Dvulkansc_static_assertions.hpp377 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DescriptorSet ) == sizeof( VkDescriptorSet …
378 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::DescriptorSet>::…
Dvulkan_static_assertions.hpp413 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DescriptorSet ) == sizeof( VkDescriptorSet …
414 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::DescriptorSet>::…
Dvulkansc_hash.hpp189 template <> struct hash<VULKAN_HPP_NAMESPACE::DescriptorSet>
191 …std::size_t operator()(VULKAN_HPP_NAMESPACE::DescriptorSet const & descriptorSet) const VULKAN_HPP… in operator ()()
Dvulkan_hash.hpp189 template <> struct hash<VULKAN_HPP_NAMESPACE::DescriptorSet>
191 …std::size_t operator()(VULKAN_HPP_NAMESPACE::DescriptorSet const & descriptorSet) const VULKAN_HPP… in operator ()()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc628 code:Uniform {StorageClass} must: be decorated with code:DescriptorSet
633 * [[VUID-{refpage}-DescriptorSet-06491]]
634 If a variable is decorated by code:DescriptorSet or code:Binding, the
1181 * [[VUID-{refpage}-DescriptorSet-06323]]
1182 code:DescriptorSet and code:Binding decorations must: obey the
1184 <<interfaces-resources-setandbinding,DescriptorSet and Binding
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dinterfaces.adoc701 These variables must: have code:DescriptorSet and code:Binding decorations
704 <<interfaces-resources-setandbinding,DescriptorSet and Binding Assignment>>.
999 In addition to code:DescriptorSet and code:Binding.
1003 === DescriptorSet and Binding Assignment
1005 A variable decorated with a code:DescriptorSet decoration of [eq]#s# and a
1011 code:DescriptorSet decoration values must: be between zero and
1059 However, if a variable assigned to a given code:DescriptorSet and
Ddescriptorsets.adoc1475 OpDecorate %9 DescriptorSet 0
1477 OpDecorate %14 DescriptorSet 0
1482 OpDecorate %20 DescriptorSet 1
Dlimits.adoc137 All code:DescriptorSet decorations in shader modules must: have a value
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_descriptor_buffer.adoc91 The shader compiler looks at `VkPipelineLayout` and based on the `DescriptorSet` and `Binding` deco…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc4805 * Correct the <<interfaces-resources-setandbinding, DescriptorSet and
9288 <<interfaces-resources-setandbinding, DescriptorSet and Binding
9309 * Add a NOTE to the <<interfaces-resources-setandbinding, DescriptorSet
9523 DescriptorSet and Binding Assignment>> section that only interface