Lines Matching refs:m_depth
4013 , m_depth (depth) in Texture3D()
4022 , m_depth (other.m_depth) in Texture3D()
4036 m_depth = other.m_depth; in operator =()
4052 const int depth = getMipPyramidLevelSize(m_depth, levelNdx); in allocLevel()
4106 , m_depth (depth) in TextureCubeArray()
4109 DE_ASSERT(m_depth % 6 == 0); in TextureCubeArray()
4115 , m_depth (other.m_depth) in TextureCubeArray()
4118 DE_ASSERT(m_depth % 6 == 0); in TextureCubeArray()
4129 m_depth = other.m_depth; in operator =()
4132 DE_ASSERT(m_depth % 6 == 0); in operator =()
4147 TextureLevelPyramid::allocLevel(levelNdx, size, size, m_depth); in allocLevel()