Home
last modified time | relevance | path

Searched refs:getDepthOrLayerCount (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkImageView.hpp93 int getDepthOrLayerCount(uint32_t mipLevel) const;
DVkDescriptorSetLayout.cpp348 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()
DVkImageView.cpp331 int ImageView::getDepthOrLayerCount(uint32_t mipLevel) const in getDepthOrLayerCount() function in vk::ImageView