Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.hpp283 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()
DtcuTexture.cpp483 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()