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