Searched defs:alg_props (Results 1 – 1 of 1) sorted by relevance
| /external/mesa3d/src/compiler/nir/ |
| D | nir_opcodes.py | 513 def binop_convert(name, out_type, in_type, alg_props, const_expr): argument 517 def binop(name, ty, alg_props, const_expr): argument 520 def binop_compare(name, ty, alg_props, const_expr): argument 523 def binop_compare8(name, ty, alg_props, const_expr): argument 526 def binop_compare16(name, ty, alg_props, const_expr): argument 529 def binop_compare32(name, ty, alg_props, const_expr): argument 532 def binop_compare_all_sizes(name, ty, alg_props, const_expr): argument 932 def triop(name, ty, alg_props, const_expr): argument
|