Home
last modified time | relevance | path

Searched defs:snorm (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureTexelBufferTests.cpp135 …tcu::TestCaseGroup* const snorm = new tcu::TestCaseGroup(testCtx, "snorm", "Test uniform texel bu… in createUniformTexelBufferTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTexelBufferTests.cpp135 …tcu::TestCaseGroup* const snorm = new tcu::TestCaseGroup(testCtx, "snorm", "Test uniform texel bu… in createUniformTexelBufferTests() local
/third_party/skia/third_party/externals/swiftshader/src/System/
DMath.hpp242 inline int snorm(float x) in snorm() function
/third_party/skia/third_party/externals/swiftshader/src/Common/
DMath.hpp274 inline int snorm(float x) in snorm() function
/third_party/mesa3d/src/util/tests/format/
Du_format_test.c699 #define FORMAT_CASE(format, unorm, snorm) \ in test_format_norm_flags() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp1186 const deUint8 snorm = (deUint8)tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT; in getCorePlanarFormatDescription() local