Searched refs:calculatePackedPitch (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexture.hpp | 335 IVec3 calculatePackedPitch (const TextureFormat& format, const IVec3& size); 464 PixelBufferAccess getAccess (void) { return isEmpty() ? PixelBufferAccess() : PixelBufferAccess(m_format, m_size, calculatePackedPitch(m_format, m_size), getPtr()); } in getAccess() 465 ConstPixelBufferAccess getAccess (void) const { return isEmpty() ? ConstPixelBufferAccess() : ConstPixelBufferAccess(m_format, m_size, calculatePackedPitch(m_format, m_size), getPtr()); } in getAccess()
|
H A D | tcuTexture.cpp | 968 IVec3 calculatePackedPitch (const TextureFormat& format, const IVec3& size) in calculatePackedPitch() function 988 , m_pitch (calculatePackedPitch(m_format, m_size)) in ConstPixelBufferAccess() 998 , m_pitch (calculatePackedPitch(m_format, m_size)) in ConstPixelBufferAccess() 1040 , m_pitch (calculatePackedPitch(m_format, m_size)) in ConstPixelBufferAccess()
|
Completed in 11 milliseconds