Searched refs:image_layout_ (Results 1 – 2 of 2) sorted by relevance
408 VkImageLayout GetImageLayout() const { return image_layout_; } in GetImageLayout()414 VkImageLayout image_layout_; variable425 VkImageLayout GetImageLayout() const { return image_layout_; } in GetImageLayout()430 VkImageLayout image_layout_; variable
1552 …: sampler_(VK_NULL_HANDLE), immutable_(false), image_view_(VK_NULL_HANDLE), image_layout_(VK_IMAGE… in ImageSamplerDescriptor()1568 image_layout_ = image_info.imageLayout; in WriteUpdate()1577 auto image_layout = static_cast<const ImageSamplerDescriptor *>(src)->image_layout_; in CopyUpdate()1580 image_layout_ = image_layout; in CopyUpdate()1593 dev_data->CallSetImageViewInitialLayoutCallback(cb_node, *iv_state, image_layout_); in UpdateDrawState()1598 : storage_(false), image_view_(VK_NULL_HANDLE), image_layout_(VK_IMAGE_LAYOUT_UNDEFINED) { in ImageDescriptor()1608 image_layout_ = image_info.imageLayout; in WriteUpdate()1613 auto image_layout = static_cast<const ImageDescriptor *>(src)->image_layout_; in CopyUpdate()1616 image_layout_ = image_layout; in CopyUpdate()1624 dev_data->CallSetImageViewInitialLayoutCallback(cb_node, *iv_state, image_layout_); in UpdateDrawState()