HomeSort by relevance Sort by last modified time
    Searched refs:m_bitPitch (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrUtil.hpp 142 const tcu::IVec3& getBitPitch (void) const { return m_bitPitch; }
158 const tcu::IVec3 m_bitPitch;
vktYCbCrUtil.cpp 754 , m_bitPitch (bitPitch)
767 const deInt32 bitOffset (m_bitOffset + tcu::dot(m_bitPitch, pos));
785 const deInt32 bitOffset (m_bitOffset + tcu::dot(m_bitPitch, pos));
    [all...]

Completed in 749 milliseconds