Searched refs:test_ugreaterthanequal (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTypeTests.cpp | 3136 static inline T test_ugreaterthanequal (T x, T y) in test_ugreaterthanequal() function in vkt::SpirVAssembly::TestMath 3146 return test_ugreaterthanequal(y, x); in test_ulessthanequal() 3270 static inline deInt8 test_ugreaterthanequal (deInt8 x, deInt8 y) in test_ugreaterthanequal() function in vkt::SpirVAssembly::TestMathInt8 3284 return test_ugreaterthanequal(y, x); in test_ulessthanequal() 3330 static inline deInt16 test_ugreaterthanequal (deInt16 x, deInt16 y) in test_ugreaterthanequal() function in vkt::SpirVAssembly::TestMathInt16 3344 return test_ugreaterthanequal(y, x); in test_ulessthanequal() 3378 static inline deInt32 test_ugreaterthanequal (deInt32 x, deInt32 y) in test_ugreaterthanequal() function in vkt::SpirVAssembly::TestMathInt32 3392 return test_ugreaterthanequal(y, x); in test_ulessthanequal() 3416 static inline deInt64 test_ugreaterthanequal (deInt64 x, deInt64 y) in test_ugreaterthanequal() function in vkt::SpirVAssembly::TestMathInt64 3430 return test_ugreaterthanequal(y, x); in test_ulessthanequal()
|