Home | History | Annotate | Download | only in simplereference

Lines Matching refs:m_view

4750 	, m_view	(0, DE_NULL)
4802 return m_view.sample(getSampler(), s, 0.0f, lod);
4807 const int texWidth = m_view.getWidth();
4838 m_view = tcu::Texture2DView(numLevels, m_levels.getLevels() + baseLevel);
4841 m_view = tcu::Texture2DView(0, DE_NULL);
4846 , m_view (0, DE_NULL)
4911 m_view = tcu::Texture2DView(numLevels, m_levels.getLevels() + baseLevel);
4914 m_view = tcu::Texture2DView(0, DE_NULL);
4919 return m_view.sample(getSampler(), s, t, lod);
4924 const int texWidth = m_view.getWidth();
4925 const int texHeight = m_view.getHeight();
5026 m_view = tcu::TextureCubeView(numLevels, faces);
5029 m_view = tcu::TextureCubeView(0, faces);
5034 return m_view.sample(getSampler(), s, t, p, lod);
5039 const int cubeSide = m_view.getSize();
5074 , m_view (0, DE_NULL)
5140 m_view = tcu::Texture2DArrayView(numLevels, m_levels.getLevels() + baseLevel);
5143 m_view = tcu::Texture2DArrayView(0, DE_NULL);
5148 return m_view.sample(getSampler(), s, t, r, lod);
5153 const int texWidth = m_view.getWidth();
5154 const int texHeight = m_view.getHeight();
5178 , m_view (0, DE_NULL)
5245 m_view = tcu::TextureCubeArrayView(numLevels, m_levels.getLevels() + baseLevel);
5248 m_view = tcu::TextureCubeArrayView(0, DE_NULL);
5253 return m_view.sample(getSampler(), s, t, r, q, lod);
5258 const int cubeSide = m_view.getSize();
5298 , m_view (0, DE_NULL)
5356 return m_view.sample(getSampler(), s, t, r, lod);
5361 const int texWidth = m_view.getWidth();
5362 const int texHeight = m_view.getHeight();
5363 const int texDepth = m_view.getDepth();
5398 m_view = tcu::Texture3DView(numLevels, m_levels.getLevels() + baseLevel);
5401 m_view = tcu::Texture3DView(0, DE_NULL);