Searched defs:alg_props (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_opcodes.py | 558 def binop_convert(name, out_type, in_type1, alg_props, const_expr, description="", in_type2=None): argument 564 def binop(name, ty, alg_props, const_expr, description = ""): argument 567 def binop_compare(name, ty, alg_props, const_expr, description = "", ty2=None): argument 570 def binop_compare8(name, ty, alg_props, const_expr, description = "", ty2=None): argument 573 def binop_compare16(name, ty, alg_props, const_expr, description = "", ty2=None): argument 576 def binop_compare32(name, ty, alg_props, const_expr, description = "", ty2=None): argument 579 def binop_compare_all_sizes(name, ty, alg_props, const_expr, description = "", ty2=None): argument 1011 def triop(name, ty, alg_props, const_expr, description = ""): argument
|