Lines Matching refs:m_view

4770 	, m_view	(0, DE_NULL)
4822 return m_view.sample(getSampler(), s, 0.0f, lod);
4827 const float texWidth = (float)m_view.getWidth();
4859 m_view = tcu::Texture2DView(numLevels, m_levels.getEffectiveLevels() + baseLevel);
4862 m_view = tcu::Texture2DView(0, DE_NULL);
4867 , m_view (0, DE_NULL, es2)
4933 m_view = tcu::Texture2DView(numLevels, m_levels.getEffectiveLevels() + baseLevel);
4936 m_view = tcu::Texture2DView(0, DE_NULL);
4941 return m_view.sample(getSampler(), s, t, lod);
4946 const float texWidth = (float)m_view.getWidth();
4947 const float texHeight = (float)m_view.getHeight();
5051 m_view = tcu::TextureCubeView(numLevels, faces);
5054 m_view = tcu::TextureCubeView(0, faces);
5059 return m_view.sample(getSampler(), s, t, p, lod);
5064 const float cubeSide = (float)m_view.getSize();
5099 , m_view (0, DE_NULL)
5166 m_view = tcu::Texture2DArrayView(numLevels, m_levels.getEffectiveLevels() + baseLevel);
5169 m_view = tcu::Texture2DArrayView(0, DE_NULL);
5174 return m_view.sample(getSampler(), s, t, r, lod);
5179 const float texWidth = (float)m_view.getWidth();
5180 const float texHeight = (float)m_view.getHeight();
5204 , m_view (0, DE_NULL)
5272 m_view = tcu::TextureCubeArrayView(numLevels, m_levels.getEffectiveLevels() + baseLevel);
5275 m_view = tcu::TextureCubeArrayView(0, DE_NULL);
5280 return m_view.sample(getSampler(), s, t, r, q, lod);
5285 const float cubeSide = (float)m_view.getSize();
5325 , m_view (0, DE_NULL)
5383 return m_view.sample(getSampler(), s, t, r, lod);
5388 const float texWidth = (float)m_view.getWidth();
5389 const float texHeight = (float)m_view.getHeight();
5390 const float texDepth = (float)m_view.getDepth();
5426 m_view = tcu::Texture3DView(numLevels, m_levels.getEffectiveLevels() + baseLevel);
5429 m_view = tcu::Texture3DView(0, DE_NULL);