Searched refs:calculatePackedPitch (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexture.hpp | 322 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()
|
D | tcuTexture.cpp | 875 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()
|