Lines Matching defs:target
77 static void clampFloatingPointTexture (tcu::Texture2D& target)
79 for (int level = 0; level < target.getNumLevels(); ++level)
80 if (!target.isLevelEmpty(level))
81 clampFloatingPointTexture(target.getLevel(level));
84 static void clampFloatingPointTexture (tcu::Texture2DArray& target)
86 for (int level = 0; level < target.getNumLevels(); ++level)
87 if (!target.isLevelEmpty(level))
88 clampFloatingPointTexture(target.getLevel(level));
91 static void clampFloatingPointTexture (tcu::TextureCube& target)
93 for (int level = 0; level < target.getNumLevels(); ++level)
95 clampFloatingPointTexture(target.getLevelFace(level, (tcu::CubeFace)face));
338 throw tcu::NotSupportedError("Too small render target", "", __FILE__, __LINE__);
609 throw tcu::NotSupportedError("Too small render target", DE_NULL, __FILE__, __LINE__);
904 throw tcu::NotSupportedError("Too small render target", "", __FILE__, __LINE__);