Searched refs:tuint16 (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opcodes.py | 104 tuint16 = "uint16" variable 293 unop_numeric_convert("f2ump", tuint16, tfloat32, opcodes["f2u16"].const_expr) 397 unop_horiz("pack_32_2x16", 1, tuint32, 2, tuint16, 403 unop_horiz("pack_64_4x16", 1, tuint64, 4, tuint16, 409 unop_horiz("unpack_64_4x16", 4, tuint16, 1, tuint64, 412 unop_horiz("unpack_32_2x16", 2, tuint16, 1, tuint32, 435 unop_convert("unpack_32_2x16_split_x", tuint16, tuint32, "src0") 436 unop_convert("unpack_32_2x16_split_y", tuint16, tuint32, "src0 >> 16") 918 binop_convert("pack_32_2x16_split", tuint32, tuint16, "",
|
Completed in 3 milliseconds