Home | History | Annotate | Download | only in functional

Lines Matching refs:Texture2DView

399 static tcu::Texture2DView getOneLevelSubView (const tcu::Texture2DView& view, int level)
401 return tcu::Texture2DView(1, view.getLevels() + level);
508 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::Texture2DView& texture, const tcu::Sampler& sampler, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4])
527 Texture2DView& texture, const tcu::Sampler& sampler, float refZ, const Vec2& coord, const IVec2 (&offsets)[4])
1704 return TextureGatherCase::verify(rendered, getOneLevelSubView(tcu::Texture2DView(m_swizzledTexture), m_baseLevel), texCoords, m_iterations[iterationNdx]);