Home
last modified time | relevance | path

Searched refs:clampFloatingPointTexture (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureShadowTests.cpp93 void clampFloatingPointTexture (const tcu::PixelBufferAccess& access) in clampFloatingPointTexture() function
103 void clampFloatingPointTexture (tcu::Texture2D& target) in clampFloatingPointTexture() function
107 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture()
110 static void clampFloatingPointTexture (tcu::Texture2DArray& target) in clampFloatingPointTexture() function
114 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture()
117 void clampFloatingPointTexture (tcu::TextureCube& target) in clampFloatingPointTexture() function
121 clampFloatingPointTexture(target.getLevelFace(level, (tcu::CubeFace)face)); in clampFloatingPointTexture()
155 clampFloatingPointTexture(clampedSource); in verifyTexCompareResult()
/external/deqp/modules/gles3/functional/
Des3fTextureShadowTests.cpp66 static void clampFloatingPointTexture (const tcu::PixelBufferAccess& access) in clampFloatingPointTexture() function
76 static void clampFloatingPointTexture (tcu::Texture2D& target) in clampFloatingPointTexture() function
80 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture()
83 static void clampFloatingPointTexture (tcu::Texture2DArray& target) in clampFloatingPointTexture() function
87 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture()
90 static void clampFloatingPointTexture (tcu::TextureCube& target) in clampFloatingPointTexture() function
94 clampFloatingPointTexture(target.getLevelFace(level, (tcu::CubeFace)face)); in clampFloatingPointTexture()
122 clampFloatingPointTexture(clampedSource); in verifyTexCompareResult()