Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.h142 ANGLE_NO_DISCARD bool computeBufferImageHeight(uint32_t height, uint32_t *resultOut) const;
Dformatutils.cpp1503 bool InternalFormat::computeBufferImageHeight(uint32_t height, uint32_t *resultOut) const in computeBufferImageHeight() function in gl::InternalFormat
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp5450 ANGLE_VK_CHECK_MATH(contextVk, storageFormatInfo.computeBufferImageHeight( in stageSubresourceUpdateImpl()