Lines Matching defs:clampFloatingPointTexture
96 void clampFloatingPointTexture (const tcu::PixelBufferAccess& access)
106 void clampFloatingPointTexture (tcu::Texture2D& target)
110 clampFloatingPointTexture(target.getLevel(level));
113 static void clampFloatingPointTexture (tcu::Texture2DArray& target)
117 clampFloatingPointTexture(target.getLevel(level));
120 void clampFloatingPointTexture (tcu::TextureCube& target)
124 clampFloatingPointTexture(target.getLevelFace(level, (tcu::CubeFace)face));
127 void clampFloatingPointTexture (tcu::Texture1D& target)
131 clampFloatingPointTexture(target.getLevel(level));
134 static void clampFloatingPointTexture (tcu::Texture1DArray& target)
138 clampFloatingPointTexture(target.getLevel(level));
141 void clampFloatingPointTexture (tcu::TextureCubeArray& target)
144 clampFloatingPointTexture(target.getLevel(level)); // face and layer are inside level's depth
179 clampFloatingPointTexture(clampedSource);