Searched refs:test_ugreaterthanequal (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTypeTests.cpp | 2913 static inline T test_ugreaterthanequal (T x, T y) in test_ugreaterthanequal() function in vkt::SpirVAssembly::TestMath 2923 return test_ugreaterthanequal(y, x); in test_ulessthanequal() 3049 static inline deInt8 test_ugreaterthanequal (deInt8 x, deInt8 y) in test_ugreaterthanequal() function in vkt::SpirVAssembly::TestMathInt8 3063 return test_ugreaterthanequal(y, x); in test_ulessthanequal() 3109 static inline deInt16 test_ugreaterthanequal (deInt16 x, deInt16 y) in test_ugreaterthanequal() function in vkt::SpirVAssembly::TestMathInt16 3123 return test_ugreaterthanequal(y, x); in test_ulessthanequal() 3157 static inline deInt32 test_ugreaterthanequal (deInt32 x, deInt32 y) in test_ugreaterthanequal() function in vkt::SpirVAssembly::TestMathInt32 3171 return test_ugreaterthanequal(y, x); in test_ulessthanequal() 3195 static inline deInt64 test_ugreaterthanequal (deInt64 x, deInt64 y) in test_ugreaterthanequal() function in vkt::SpirVAssembly::TestMathInt64 3209 return test_ugreaterthanequal(y, x); in test_ulessthanequal()
|