Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py355 def binop_convert(name, out_type, in_type, alg_props, const_expr): argument
356 opcode(name, 0, out_type, [0, 0], [in_type, in_type], alg_props, const_expr)
358 def binop(name, ty, alg_props, const_expr): argument
359 binop_convert(name, ty, ty, alg_props, const_expr)
361 def binop_compare(name, ty, alg_props, const_expr): argument
362 binop_convert(name, tbool, ty, alg_props, const_expr)