Lines Matching refs:clampFloatingPointTexture
94 void clampFloatingPointTexture (const tcu::PixelBufferAccess& access) in clampFloatingPointTexture() function
104 void clampFloatingPointTexture (tcu::Texture2D& target) in clampFloatingPointTexture() function
108 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture()
111 static void clampFloatingPointTexture (tcu::Texture2DArray& target) in clampFloatingPointTexture() function
115 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture()
118 void clampFloatingPointTexture (tcu::TextureCube& target) in clampFloatingPointTexture() function
122 clampFloatingPointTexture(target.getLevelFace(level, (tcu::CubeFace)face)); in clampFloatingPointTexture()
125 void clampFloatingPointTexture (tcu::Texture1D& target) in clampFloatingPointTexture() function
129 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture()
132 static void clampFloatingPointTexture (tcu::Texture1DArray& target) in clampFloatingPointTexture() function
136 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture()
139 void clampFloatingPointTexture (tcu::TextureCubeArray& target) in clampFloatingPointTexture() function
142 clampFloatingPointTexture(target.getLevel(level)); // face and layer are inside level's depth in clampFloatingPointTexture()
176 clampFloatingPointTexture(clampedSource); in verifyTexCompareResult()