Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.hpp322 IVec3 calculatePackedPitch (const TextureFormat& format, const IVec3& size);
442 …pty() ? PixelBufferAccess() : PixelBufferAccess(m_format, m_size, calculatePackedPitch(m_format, m… in getAccess()
443 …nstPixelBufferAccess() : ConstPixelBufferAccess(m_format, m_size, calculatePackedPitch(m_format, m… in getAccess()
DtcuTexture.cpp875 IVec3 calculatePackedPitch (const TextureFormat& format, const IVec3& size) in calculatePackedPitch() function
894 , m_pitch (calculatePackedPitch(m_format, m_size)) in ConstPixelBufferAccess()
903 , m_pitch (calculatePackedPitch(m_format, m_size)) in ConstPixelBufferAccess()
931 , m_pitch (calculatePackedPitch(m_format, m_size)) in ConstPixelBufferAccess()