Searched refs:clampFloatingPointTexture (Results 1 – 2 of 2) sorted by relevance
94 void clampFloatingPointTexture (const tcu::PixelBufferAccess& access) in clampFloatingPointTexture() function104 void clampFloatingPointTexture (tcu::Texture2D& target) in clampFloatingPointTexture() function108 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture()111 static void clampFloatingPointTexture (tcu::Texture2DArray& target) in clampFloatingPointTexture() function115 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture()118 void clampFloatingPointTexture (tcu::TextureCube& target) in clampFloatingPointTexture() function122 clampFloatingPointTexture(target.getLevelFace(level, (tcu::CubeFace)face)); in clampFloatingPointTexture()125 void clampFloatingPointTexture (tcu::Texture1D& target) in clampFloatingPointTexture() function129 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture()132 static void clampFloatingPointTexture (tcu::Texture1DArray& target) in clampFloatingPointTexture() function[all …]
66 static void clampFloatingPointTexture (const tcu::PixelBufferAccess& access) in clampFloatingPointTexture() function76 static void clampFloatingPointTexture (tcu::Texture2D& target) in clampFloatingPointTexture() function80 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture()83 static void clampFloatingPointTexture (tcu::Texture2DArray& target) in clampFloatingPointTexture() function87 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture()90 static void clampFloatingPointTexture (tcu::TextureCube& target) in clampFloatingPointTexture() function94 clampFloatingPointTexture(target.getLevelFace(level, (tcu::CubeFace)face)); in clampFloatingPointTexture()122 clampFloatingPointTexture(clampedSource); in verifyTexCompareResult()