Searched refs:calculatePackedPitch (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexture.hpp | 283 IVec3 calculatePackedPitch (const TextureFormat& format, const IVec3& size); 403 …getAccess (void) { return PixelBufferAccess(m_format, m_size, calculatePackedPitch(m_format, m… in getAccess() 404 … (void) const { return ConstPixelBufferAccess(m_format, m_size, calculatePackedPitch(m_format, m… in getAccess()
|
D | tcuTexture.cpp | 483 IVec3 calculatePackedPitch (const TextureFormat& format, const IVec3& size) in calculatePackedPitch() function 545 , m_pitch (calculatePackedPitch(m_format, m_size)) in ConstPixelBufferAccess() 553 , m_pitch (calculatePackedPitch(m_format, m_size)) in ConstPixelBufferAccess() 578 , m_pitch (calculatePackedPitch(m_format, m_size)) in ConstPixelBufferAccess()
|