Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp5430 const gl::InternalFormat &storageFormatInfo = vkFormat.getInternalFormatInfo(type); in stageSubresourceUpdateImpl() local
5435 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()