Home
last modified time | relevance | path

Searched refs:RET_ICONV_CASE (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_search.c216 #define RET_ICONV_CASE(op) \ in nir_op_for_search_op() macro
238 RET_ICONV_CASE(f2u) in nir_op_for_search_op()
239 RET_ICONV_CASE(f2i) in nir_op_for_search_op()
240 RET_ICONV_CASE(u2u) in nir_op_for_search_op()
241 RET_ICONV_CASE(i2i) in nir_op_for_search_op()
243 RET_ICONV_CASE(b2i) in nir_op_for_search_op()
251 #undef RET_ICONV_CASE in nir_op_for_search_op()