Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.h177 [[nodiscard]] bool computeBufferRowLength(uint32_t width, uint32_t *resultOut) const;
Dformatutils.cpp1703 bool InternalFormat::computeBufferRowLength(uint32_t width, uint32_t *resultOut) const in computeBufferRowLength() function in gl::InternalFormat
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp8921 contextVk, storageFormatInfo.computeBufferRowLength(glExtents.width, &bufferRowLength)); in stageSubresourceUpdateImpl()