Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.hpp142 const tcu::IVec3& getBitPitch (void) const { return m_bitPitch; } in getBitPitch()
158 const tcu::IVec3 m_bitPitch; member in vkt::ycbcr::ChannelAccess
DvktYCbCrUtil.cpp754 , m_bitPitch (bitPitch) in ChannelAccess()
767 const deInt32 bitOffset (m_bitOffset + tcu::dot(m_bitPitch, pos)); in getChannelUint()
785 const deInt32 bitOffset (m_bitOffset + tcu::dot(m_bitPitch, pos)); in setChannel()