Home | History | Annotate | Download | only in functional

Lines Matching refs:TextureCubeView

409 static tcu::TextureCubeView getOneLevelSubView (const tcu::TextureCubeView& view, int level)
416 return tcu::TextureCubeView(1, levels);
520 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4])
537 static Vec4 gatherOffsetsCompare (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord, const IVec2 (&offsets)[4])
545 static bool isGatherOffsetsResultValid (const tcu::TextureCubeView& texture,
558 static bool isGatherOffsetsCompareResultValid (const tcu::TextureCubeView& texture,
1978 return TextureGatherCase::verify(rendered, getOneLevelSubView(tcu::TextureCubeView(m_swizzledTexture), m_baseLevel), texCoords, m_iterations[iterationNdx].gatherArgs);