Home
last modified time | relevance | path

Searched refs:image_layout_ (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.h201 VkImageLayout GetImageLayout() const { return image_layout_; } in GetImageLayout()
207 VkImageLayout image_layout_; variable
218 VkImageLayout GetImageLayout() const { return image_layout_; } in GetImageLayout()
223 VkImageLayout image_layout_; variable
Ddescriptor_sets.cpp884 …: sampler_(VK_NULL_HANDLE), immutable_(false), image_view_(VK_NULL_HANDLE), image_layout_(VK_IMAGE… in ImageSamplerDescriptor()
890 …: sampler_(VK_NULL_HANDLE), immutable_(true), image_view_(VK_NULL_HANDLE), image_layout_(VK_IMAGE_… in ImageSamplerDescriptor()
905 image_layout_ = image_info.imageLayout; in WriteUpdate()
914 auto image_layout = static_cast<const ImageSamplerDescriptor *>(src)->image_layout_; in CopyUpdate()
917 image_layout_ = image_layout; in CopyUpdate()
936 : storage_(false), image_view_(VK_NULL_HANDLE), image_layout_(VK_IMAGE_LAYOUT_UNDEFINED) { in ImageDescriptor()
947 image_layout_ = image_info.imageLayout; in WriteUpdate()
952 auto image_layout = static_cast<const ImageDescriptor *>(src)->image_layout_; in CopyUpdate()
955 image_layout_ = image_layout; in CopyUpdate()