Home
last modified time | relevance | path

Searched defs:WriteDescriptorSet (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/ash/src/extensions/khr/
Dpush_descriptor.rs35 descriptor_writes: &[vk::WriteDescriptorSet], in cmd_push_descriptor_set()
/external/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.cpp324 void DescriptorSetLayout::WriteDescriptorSet(Device *device, DescriptorSet *dstSet, VkDescriptorUpd… in WriteDescriptorSet() function in vk::DescriptorSetLayout
576 void DescriptorSetLayout::WriteDescriptorSet(Device *device, const VkWriteDescriptorSet &writeDescr… in WriteDescriptorSet() function in vk::DescriptorSetLayout
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc476 void CommandLineInterfaceTest::WriteDescriptorSet( in WriteDescriptorSet() function in google::protobuf::compiler::__anona453beb30111::CommandLineInterfaceTest
1308 TEST_F(CommandLineInterfaceTest, WriteDescriptorSet) { in TEST_F() argument
Dcommand_line_interface.cc2167 bool CommandLineInterface::WriteDescriptorSet( in WriteDescriptorSet() function in google::protobuf::compiler::CommandLineInterface
/external/rust/crates/ash/src/
Ddevice.rs775 descriptor_writes: &[vk::WriteDescriptorSet], in update_descriptor_sets()
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp97021 struct WriteDescriptorSet struct
97023 using NativeType = VkWriteDescriptorSet;
97025 static const bool allowDuplicate = false;
97026 …tic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eWriteDescriptorSet;
97029 VULKAN_HPP_CONSTEXPR WriteDescriptorSet(VULKAN_HPP_NAMESPACE::DescriptorSet dstSet_ = {}, in WriteDescriptorSet() function
97052WriteDescriptorSet(VkWriteDescriptorSet const &rhs) VULKAN_HPP_NOEXCEPT : WriteDescriptorSet(*rein… in WriteDescriptorSet() argument
97055 WriteDescriptorSet(VULKAN_HPP_NAMESPACE::DescriptorSet dstSet_, in WriteDescriptorSet() function
97092 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::WriteDescriptorSet const *>(&rhs); in operator =()
97097 VULKAN_HPP_CONSTEXPR_14 WriteDescriptorSet &setPNext(const void *pNext_) VULKAN_HPP_NOEXCEPT in setPNext()
97103 …R_14 WriteDescriptorSet &setDstSet(VULKAN_HPP_NAMESPACE::DescriptorSet dstSet_) VULKAN_HPP_NOEXCEPT in setDstSet()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp96874 struct WriteDescriptorSet struct
96876 using NativeType = VkWriteDescriptorSet;
96878 static const bool allowDuplicate = false;
96879 …ic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eWriteDescriptorSet;
96882 …VULKAN_HPP_CONSTEXPR WriteDescriptorSet( VULKAN_HPP_NAMESPACE::DescriptorSet dstSet_… in WriteDescriptorSet() argument
96905WriteDescriptorSet( VkWriteDescriptorSet const & rhs ) VULKAN_HPP_NOEXCEPT : WriteDescriptorSet( *… in WriteDescriptorSet() function
96908WriteDescriptorSet( VULKAN_HPP_NAMESPACE::DescriptorSet … in WriteDescriptorSet() argument
96945 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::WriteDescriptorSet const *>( &rhs ); in operator =()
96950 VULKAN_HPP_CONSTEXPR_14 WriteDescriptorSet & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
96956 …4 WriteDescriptorSet & setDstSet( VULKAN_HPP_NAMESPACE::DescriptorSet dstSet_ ) VULKAN_HPP_NOEXCEPT in setDstSet()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp101233 struct WriteDescriptorSet struct
101235 using NativeType = VkWriteDescriptorSet;
101237 static const bool allowDuplicate = false;
101238 …ic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eWriteDescriptorSet;
101241 VULKAN_HPP_CONSTEXPR WriteDescriptorSet( in WriteDescriptorSet() function
101262 WriteDescriptorSet( VkWriteDescriptorSet const & rhs ) VULKAN_HPP_NOEXCEPT in WriteDescriptorSet() function
101267 WriteDescriptorSet( in WriteDescriptorSet() function
101306 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::WriteDescriptorSet const *>( &rhs ); in operator =()
101311 VULKAN_HPP_CONSTEXPR_14 WriteDescriptorSet & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
101318 setDstSet( VULKAN_HPP_NAMESPACE::DescriptorSet dstSet_ ) VULKAN_HPP_NOEXCEPT in setDstSet()
[all …]
/external/rust/crates/ash/src/vk/
Dfeatures.rs1072 p_descriptor_writes: *const WriteDescriptorSet, constant
2731 _p_descriptor_writes: *const WriteDescriptorSet, in load()
4426 p_descriptor_writes: *const WriteDescriptorSet, in update_descriptor_sets()
Ddefinitions.rs2446 pub struct WriteDescriptorSet { struct
2458 impl ::std::default::Default for WriteDescriptorSet { argument
2474 impl WriteDescriptorSet { impl
2548 pub fn build(self) -> WriteDescriptorSet { in build()
Dextensions.rs6694 p_descriptor_writes: *const WriteDescriptorSet, constant
6724 _p_descriptor_writes: *const WriteDescriptorSet, in load()
6773 p_descriptor_writes: *const WriteDescriptorSet, in cmd_push_descriptor_set_khr()