Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp2900 static inline T test_sgreaterthan (T x, T y) in test_sgreaterthan() function in vkt::SpirVAssembly::TestMath
2910 return test_sgreaterthan(y, x); in test_slessthan()
3236 static inline deUint8 test_sgreaterthan (deUint8 x, deUint8 y) in test_sgreaterthan() function in vkt::SpirVAssembly::TestMathUint8
3250 return test_sgreaterthan(y, x); in test_slessthan()
3294 static inline deUint16 test_sgreaterthan (deUint16 x, deUint16 y) in test_sgreaterthan() function in vkt::SpirVAssembly::TestMathUint16
3308 return test_sgreaterthan(y, x); in test_slessthan()
3340 static inline deUint32 test_sgreaterthan (deUint32 x, deUint32 y) in test_sgreaterthan() function in vkt::SpirVAssembly::TestMathUint32
3354 return test_sgreaterthan(y, x); in test_slessthan()
3379 static inline deUint64 test_sgreaterthan (deUint64 x, deUint64 y) in test_sgreaterthan() function in vkt::SpirVAssembly::TestMathUint64
3393 return test_sgreaterthan(y, x); in test_slessthan()