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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dnegative_equal_tests.cpp114 #define compare_with_negation(full_type) \ macro
122 compare_with_negation(nir_type_float16)
123 compare_with_negation(nir_type_float32)
124 compare_with_negation(nir_type_float64)
125 compare_with_negation(nir_type_int8)
126 compare_with_negation(nir_type_uint8)
127 compare_with_negation(nir_type_int16)
128 compare_with_negation(nir_type_uint16)
129 compare_with_negation(nir_type_int32)
130 compare_with_negation(nir_type_uint3
241 #define compare_with_negation macro
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
H A Dnegative_equal_tests.cpp107 #define compare_with_negation(base_type, bits) \ macro
117 compare_with_negation(nir_type_float, 16)
118 compare_with_negation(nir_type_float, 32)
119 compare_with_negation(nir_type_float, 64)
120 compare_with_negation(nir_type_int, 8)
121 compare_with_negation(nir_type_uint, 8)
122 compare_with_negation(nir_type_int, 16)
123 compare_with_negation(nir_type_uint, 16)
124 compare_with_negation(nir_type_int, 32)
125 compare_with_negation(nir_type_uin
[all...]

Completed in 2 milliseconds