Searched refs:getDepthOrLayerCount (Results 1 – 3 of 3) sorted by relevance
93 int getDepthOrLayerCount(uint32_t mipLevel) const;
348 sampledImage[i].depth = imageView->getDepthOrLayerCount(0); in WriteDescriptorSet()419 int depth = imageView->getDepthOrLayerCount(level); in WriteDescriptorSet()445 storageImage[i].depth = imageView->getDepthOrLayerCount(0); in WriteDescriptorSet()
331 int ImageView::getDepthOrLayerCount(uint32_t mipLevel) const in getDepthOrLayerCount() function in vk::ImageView