Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureShadowTests.cpp94 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
[all …]
/third_party/vk-gl-cts/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()