Searched refs:bytesPerTexel (Results 1 – 2 of 2) sorted by relevance
65 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
69 int bytesPerTexel(const VkImageAspectFlags& flags) const;