Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_search.c215 #define RET_ICONV_CASE(op) \ in nir_op_for_search_op() macro
237 RET_ICONV_CASE(f2u) in nir_op_for_search_op()
238 RET_ICONV_CASE(f2i) in nir_op_for_search_op()
239 RET_ICONV_CASE(u2u) in nir_op_for_search_op()
240 RET_ICONV_CASE(i2i) in nir_op_for_search_op()
242 RET_ICONV_CASE(b2i) in nir_op_for_search_op()
250 #undef RET_ICONV_CASE in nir_op_for_search_op()