Searched defs:alg_props (Results 1 – 1 of 1) sorted by relevance
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_opcodes.py | 562 def binop_convert(name, out_type, in_type, alg_props, const_expr): argument 566 def binop(name, ty, alg_props, const_expr): argument 569 def binop_compare(name, ty, alg_props, const_expr): argument 572 def binop_compare8(name, ty, alg_props, const_expr): argument 575 def binop_compare16(name, ty, alg_props, const_expr): argument 578 def binop_compare32(name, ty, alg_props, const_expr): argument 581 def binop_compare_all_sizes(name, ty, alg_props, const_expr): argument 961 def triop(name, ty, alg_props, const_expr): argument
|