Searched refs:storageFormatInfo (Results 1 – 1 of 1) sorted by relevance
5430 const gl::InternalFormat &storageFormatInfo = vkFormat.getInternalFormatInfo(type); in stageSubresourceUpdateImpl() local5435 ANGLE_VK_CHECK_MATH(contextVk, storageFormatInfo.computeCompressedImageSize( in stageSubresourceUpdateImpl()5438 storageFormatInfo.computeCompressedImageSize( in stageSubresourceUpdateImpl()5442 storageFormatInfo.computeCompressedImageSize(glExtents, &totalSize)); in stageSubresourceUpdateImpl()5449 contextVk, storageFormatInfo.computeBufferRowLength(glExtents.width, &bufferRowLength)); in stageSubresourceUpdateImpl()5450 ANGLE_VK_CHECK_MATH(contextVk, storageFormatInfo.computeBufferImageHeight( in stageSubresourceUpdateImpl()