Home
last modified time | relevance | path

Searched refs:clampFloatingPointTexture (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureShadowTests.cpp96 void clampFloatingPointTexture (const tcu::PixelBufferAccess& access) in clampFloatingPointTexture() function
106 void clampFloatingPointTexture (tcu::Texture2D& target) in clampFloatingPointTexture() function
110 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture()
113 static void clampFloatingPointTexture (tcu::Texture2DArray& target) in clampFloatingPointTexture() function
117 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture()
120 void clampFloatingPointTexture (tcu::TextureCube& target) in clampFloatingPointTexture() function
124 clampFloatingPointTexture(target.getLevelFace(level, (tcu::CubeFace)face)); in clampFloatingPointTexture()
127 void clampFloatingPointTexture (tcu::Texture1D& target) in clampFloatingPointTexture() function
131 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture()
134 static void clampFloatingPointTexture (tc function
141 void clampFloatingPointTexture (tcu::TextureCubeArray& target) clampFloatingPointTexture() function
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureShadowTests.cpp95 void clampFloatingPointTexture (const tcu::PixelBufferAccess& access) in clampFloatingPointTexture() function
105 void clampFloatingPointTexture (tcu::Texture2D& target) in clampFloatingPointTexture() function
109 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture()
112 static void clampFloatingPointTexture (tcu::Texture2DArray& target) in clampFloatingPointTexture() function
116 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture()
119 void clampFloatingPointTexture (tcu::TextureCube& target) in clampFloatingPointTexture() function
123 clampFloatingPointTexture(target.getLevelFace(level, (tcu::CubeFace)face)); in clampFloatingPointTexture()
126 void clampFloatingPointTexture (tcu::Texture1D& target) in clampFloatingPointTexture() function
130 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture()
133 static void clampFloatingPointTexture (tc function
140 void clampFloatingPointTexture (tcu::TextureCubeArray& target) clampFloatingPointTexture() function
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureShadowTests.cpp67 static void clampFloatingPointTexture (const tcu::PixelBufferAccess& access) in clampFloatingPointTexture() function
77 static void clampFloatingPointTexture (tcu::Texture2D& target) in clampFloatingPointTexture() function
81 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture()
84 static void clampFloatingPointTexture (tcu::Texture2DArray& target) in clampFloatingPointTexture() function
88 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture()
91 static void clampFloatingPointTexture (tcu::TextureCube& target) in clampFloatingPointTexture() function
95 clampFloatingPointTexture(target.getLevelFace(level, (tcu::CubeFace)face)); in clampFloatingPointTexture()
124 clampFloatingPointTexture(clampedSource); in verifyTexCompareResult()

Completed in 6 milliseconds