Lines Matching refs:m_view

4731 	, m_view	(0, DE_NULL)  in Texture1D()
4783 return m_view.sample(getSampler(), s, 0.0f, lod); in sample()
4788 const int texWidth = m_view.getWidth(); in sample4()
4820 m_view = tcu::Texture2DView(numLevels, m_levels.getEffectiveLevels() + baseLevel); in updateView()
4823 m_view = tcu::Texture2DView(0, DE_NULL); in updateView()
4828 , m_view (0, DE_NULL) in Texture2D()
4894 m_view = tcu::Texture2DView(numLevels, m_levels.getEffectiveLevels() + baseLevel); in updateView()
4897 m_view = tcu::Texture2DView(0, DE_NULL); in updateView()
4902 return m_view.sample(getSampler(), s, t, lod); in sample()
4907 const int texWidth = m_view.getWidth(); in sample4()
4908 const int texHeight = m_view.getHeight(); in sample4()
5012 m_view = tcu::TextureCubeView(numLevels, faces); in updateView()
5015 m_view = tcu::TextureCubeView(0, faces); in updateView()
5020 return m_view.sample(getSampler(), s, t, p, lod); in sample()
5025 const int cubeSide = m_view.getSize(); in sample4()
5060 , m_view (0, DE_NULL) in Texture2DArray()
5127 m_view = tcu::Texture2DArrayView(numLevels, m_levels.getEffectiveLevels() + baseLevel); in updateView()
5130 m_view = tcu::Texture2DArrayView(0, DE_NULL); in updateView()
5135 return m_view.sample(getSampler(), s, t, r, lod); in sample()
5140 const int texWidth = m_view.getWidth(); in sample4()
5141 const int texHeight = m_view.getHeight(); in sample4()
5165 , m_view (0, DE_NULL) in TextureCubeArray()
5233 m_view = tcu::TextureCubeArrayView(numLevels, m_levels.getEffectiveLevels() + baseLevel); in updateView()
5236 m_view = tcu::TextureCubeArrayView(0, DE_NULL); in updateView()
5241 return m_view.sample(getSampler(), s, t, r, q, lod); in sample()
5246 const int cubeSide = m_view.getSize(); in sample4()
5286 , m_view (0, DE_NULL) in Texture3D()
5344 return m_view.sample(getSampler(), s, t, r, lod); in sample()
5349 const int texWidth = m_view.getWidth(); in sample4()
5350 const int texHeight = m_view.getHeight(); in sample4()
5351 const int texDepth = m_view.getDepth(); in sample4()
5387 m_view = tcu::Texture3DView(numLevels, m_levels.getEffectiveLevels() + baseLevel); in updateView()
5390 m_view = tcu::Texture3DView(0, DE_NULL); in updateView()