Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.h200 VkImageView GetImageView() const { return image_view_; } in GetImageView()
206 VkImageView image_view_; variable
217 VkImageView GetImageView() const { return image_view_; } in GetImageView()
222 VkImageView image_view_; 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()
904 image_view_ = image_info.imageView; in WriteUpdate()
913 auto image_view = static_cast<const ImageSamplerDescriptor *>(src)->image_view_; in CopyUpdate()
916 image_view_ = image_view; in CopyUpdate()
929 auto iv_state = getImageViewState(dev_data, image_view_); in BindCommandBuffer()
936 : storage_(false), image_view_(VK_NULL_HANDLE), image_layout_(VK_IMAGE_LAYOUT_UNDEFINED) { in ImageDescriptor()
946 image_view_ = image_info.imageView; in WriteUpdate()
951 auto image_view = static_cast<const ImageDescriptor *>(src)->image_view_; in CopyUpdate()
954 image_view_ = image_view; in CopyUpdate()
[all …]