Searched refs:test_sgreaterthanequal (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTypeTests.cpp | 3149 static inline T test_sgreaterthanequal (T x, T y) in test_sgreaterthanequal() function in vkt::SpirVAssembly::TestMath 3159 return test_sgreaterthanequal(y, x); in test_slessthanequal() 3474 static inline deUint8 test_sgreaterthanequal (deUint8 x, deUint8 y) in test_sgreaterthanequal() function in vkt::SpirVAssembly::TestMathUint8 3488 return test_sgreaterthanequal(y, x); in test_slessthanequal() 3532 static inline deUint16 test_sgreaterthanequal (deUint16 x, deUint16 y) in test_sgreaterthanequal() function in vkt::SpirVAssembly::TestMathUint16 3546 return test_sgreaterthanequal(y, x); in test_slessthanequal() 3578 static inline deUint32 test_sgreaterthanequal (deUint32 x, deUint32 y) in test_sgreaterthanequal() function in vkt::SpirVAssembly::TestMathUint32 3592 return test_sgreaterthanequal(y, x); in test_slessthanequal() 3617 static inline deUint64 test_sgreaterthanequal (deUint64 x, deUint64 y) in test_sgreaterthanequal() function in vkt::SpirVAssembly::TestMathUint64 3631 return test_sgreaterthanequal(y, x); in test_slessthanequal()
|