Home
last modified time | relevance | path

Searched refs:DescriptorImageInfo (Results 1 – 5 of 5) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvkrenderframework.h329 const VkDescriptorImageInfo &DescriptorImageInfo() const { return m_descriptorImageInfo; } in DescriptorImageInfo() function
Dvkrenderframework.cpp733 VkDescriptorImageInfo tmp = texture->DescriptorImageInfo(); in AppendSamplerTexture()
Dlayer_validation_tests.cpp2437 image_info[i] = texture.DescriptorImageInfo(); in TEST_F()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp23262 struct DescriptorImageInfo struct
23264 DescriptorImageInfo( Sampler sampler_ = Sampler(), in DescriptorImageInfo() argument
23272 DescriptorImageInfo( VkDescriptorImageInfo const & rhs ) in DescriptorImageInfo() argument
23274 memcpy( this, &rhs, sizeof( DescriptorImageInfo ) ); in DescriptorImageInfo()
23277 DescriptorImageInfo& operator=( VkDescriptorImageInfo const & rhs ) in operator =() argument
23279 memcpy( this, &rhs, sizeof( DescriptorImageInfo ) ); in operator =()
23283 DescriptorImageInfo & setSampler( Sampler sampler_ ) in setSampler() argument
23289 DescriptorImageInfo & setImageView( ImageView imageView_ ) in setImageView() argument
23295 DescriptorImageInfo & setImageLayout( ImageLayout imageLayout_ ) in setImageLayout() argument
23311 bool operator==( DescriptorImageInfo const& rhs ) const in operator ==() argument
[all …]
/external/swiftshader/include/vulkan/
Dvulkan.hpp7920 struct DescriptorImageInfo struct
7922 DescriptorImageInfo( Sampler sampler_ = Sampler(), in DescriptorImageInfo() argument
7931 DescriptorImageInfo( VkDescriptorImageInfo const & rhs ) in DescriptorImageInfo() argument
7933 memcpy( this, &rhs, sizeof( DescriptorImageInfo ) ); in DescriptorImageInfo()
7936 DescriptorImageInfo& operator=( VkDescriptorImageInfo const & rhs ) in operator =() argument
7938 memcpy( this, &rhs, sizeof( DescriptorImageInfo ) ); in operator =()
7941 DescriptorImageInfo& setSampler( Sampler sampler_ ) in setSampler() argument
7947 DescriptorImageInfo& setImageView( ImageView imageView_ ) in setImageView() argument
7953 DescriptorImageInfo& setImageLayout( ImageLayout imageLayout_ ) in setImageLayout() argument
7969 bool operator==( DescriptorImageInfo const& rhs ) const in operator ==() argument
[all …]