Searched refs:compare_with_self (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dnegative_equal_tests.cpp92 #define compare_with_self(full_type) \ macro
99 compare_with_self(nir_type_float16)
100 compare_with_self(nir_type_float32) function in typeref:typename:nir_type_float16
101 compare_with_self(nir_type_float64)
102 compare_with_self(nir_type_int8)
103 compare_with_self(nir_type_uint8)
104 compare_with_self(nir_type_int16)
105 compare_with_self(nir_type_uint16)
106 compare_with_self(nir_type_int32)
107 compare_with_self(nir_type_uint3
206 #define compare_with_self macro
228 compare_with_self(nir_type_float32) function in typeref:typename:nir_type_float16
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
H A Dnegative_equal_tests.cpp84 #define compare_with_self(base_type, bits) \ macro
93 compare_with_self(nir_type_float, 16)
94 compare_with_self(nir_type_float, 32)
95 compare_with_self(nir_type_float, 64)
96 compare_with_self(nir_type_int, 8)
97 compare_with_self(nir_type_uint, 8)
98 compare_with_self(nir_type_int, 16)
99 compare_with_self(nir_type_uint, 16)
100 compare_with_self(nir_type_int, 32)
101 compare_with_self(nir_type_uin
[all...]

Completed in 4 milliseconds