Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuTexture.hpp335 IVec3 calculatePackedPitch (const TextureFormat& format, const IVec3& size);
461 …pty() ? PixelBufferAccess() : PixelBufferAccess(m_format, m_size, calculatePackedPitch(m_format, m… in getAccess()
462 …nstPixelBufferAccess() : ConstPixelBufferAccess(m_format, m_size, calculatePackedPitch(m_format, m… in getAccess()
DtcuTexture.cpp927 IVec3 calculatePackedPitch (const TextureFormat& format, const IVec3& size) in calculatePackedPitch() function
947 , m_pitch (calculatePackedPitch(m_format, m_size)) in ConstPixelBufferAccess()
957 , m_pitch (calculatePackedPitch(m_format, m_size)) in ConstPixelBufferAccess()
999 , m_pitch (calculatePackedPitch(m_format, m_size)) in ConstPixelBufferAccess()