Home
last modified time | relevance | path

Searched refs:bytesPerTexel (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkImage.cpp65 uint32_t bpp = bytesPerTexel(flags); in getSubresourceLayout()
78 int srcBytesPerTexel = bytesPerTexel(pRegion.srcSubresource.aspectMask); in copyTo()
79 ASSERT(srcBytesPerTexel == dst->bytesPerTexel(pRegion.dstSubresource.aspectMask)); in copyTo()
167 int imageBytesPerTexel = bytesPerTexel(region.imageSubresource.aspectMask); in copy()
272 offset.x * bytesPerTexel(flags); in texelOffsetBytesInStorage()
314 int Image::bytesPerTexel(const VkImageAspectFlags& flags) const in bytesPerTexel() function in vk::Image
DVkImage.hpp69 int bytesPerTexel(const VkImageAspectFlags& flags) const;