Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp2241 const gl::Extents &glExtents, in init2DWeakReference() argument
2247 gl_vk::GetExtent(glExtents, &mExtents); in init2DWeakReference()
2261 const gl::Extents &glExtents, in init2DStaging() argument
2268 gl_vk::GetExtent(glExtents, &mExtents); in init2DStaging()
2636 const gl::Extents &glExtents, in stageSubresourceUpdateImpl() argument
2667 gl::Extents(glExtents.width, 1, 1), &rowPitch)); in stageSubresourceUpdateImpl()
2670 gl::Extents(glExtents.width, glExtents.height, 1), &depthPitch)); in stageSubresourceUpdateImpl()
2673 storageFormatInfo.computeCompressedImageSize(glExtents, &totalSize)); in stageSubresourceUpdateImpl()
2679 rx::CheckedRoundUp<uint32_t>(glExtents.width, storageFormatInfo.compressedBlockWidth); in stageSubresourceUpdateImpl()
2681 rx::CheckedRoundUp<uint32_t>(glExtents.height, storageFormatInfo.compressedBlockHeight); in stageSubresourceUpdateImpl()
[all …]
Dvk_helpers.h790 const gl::Extents &glExtents,
808 const gl::Extents &glExtents,
865 const gl::Extents &glExtents,
878 const gl::Extents &glExtents,
889 const gl::Extents &glExtents,
914 const gl::Extents &glExtents,
1021 const gl::Extents &glExtents,