Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImage.cpp67 pLayout->size = getMipLevelSize(flags, pSubresource->mipLevel); in getSubresourceLayout()
387 offset += getMipLevelSize(flags, i); in getMemoryOffset()
397 VkDeviceSize Image::getMipLevelSize(const VkImageAspectFlags& flags, uint32_t mipLevel) const in getMipLevelSize() function in vk::Image
429 layerSize += getMipLevelSize(flags, mipLevel); in getLayerSize()
DVkImage.hpp60 VkDeviceSize getMipLevelSize(const VkImageAspectFlags& flags, uint32_t mipLevel) const;
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp109 inline int getMipLevelSize (int baseLevelSize, int levelNdx) in getMipLevelSize() function
4764 const int expectedW = getMipLevelSize(w, levelNdx); in isComplete()
4862 const int expectedW = getMipLevelSize(w, levelNdx); in isComplete()
4863 const int expectedH = getMipLevelSize(h, levelNdx); in isComplete()
4968 const int levelW = getMipLevelSize(width, levelNdx); in isComplete()
4969 const int levelH = getMipLevelSize(height, levelNdx); in isComplete()
5095 const int expectedW = getMipLevelSize(w, levelNdx); in isComplete()
5096 const int expectedH = getMipLevelSize(h, levelNdx); in isComplete()
5201 const int expectedW = getMipLevelSize(w, levelNdx); in isComplete()
5202 const int expectedH = getMipLevelSize(h, levelNdx); in isComplete()
[all …]