Lines Matching refs:image_view_
884 …: 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()
960 auto iv_state = getImageViewState(dev_data, image_view_); in BindCommandBuffer()