Searched refs:imageLayerSize (Results 1 – 3 of 3) sorted by relevance
84 …Texture::Texture (const ImageType imageType, const tcu::IVec3& imageLayerSize, const int layers, c… in Texture() argument85 : m_layerSize (imageLayerSize) in Texture()
38 …Texture (const ImageType imageType, const tcu::IVec3& imageLayerSize, const int layers, const in…
622 VkDeviceSize imageLayerSize = getLayerSize(aspect); in copy() local623 VkDeviceSize srcLayerSize = bufferIsSource ? bufferSlicePitchBytes : imageLayerSize; in copy()624 VkDeviceSize dstLayerSize = bufferIsSource ? imageLayerSize : bufferSlicePitchBytes; in copy()