Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.h141 ANGLE_NO_DISCARD bool computeBufferRowLength(uint32_t width, uint32_t *resultOut) const;
Dformatutils.cpp1488 bool InternalFormat::computeBufferRowLength(uint32_t width, uint32_t *resultOut) const in computeBufferRowLength() function in gl::InternalFormat
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp5449 contextVk, storageFormatInfo.computeBufferRowLength(glExtents.width, &bufferRowLength)); in stageSubresourceUpdateImpl()