Searched refs:unop_horiz (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_opcodes.py | 119 def unop_horiz(name, output_size, output_type, input_size, input_type, function 136 unop_horiz(name + "2", output_size, output_type, 2, input_type, 138 unop_horiz(name + "3", output_size, output_type, 3, input_type, 140 unop_horiz(name + "4", output_size, output_type, 4, input_type, 232 unop_horiz("pack_" + fmt + "_2x16", 1, tuint32, 2, tfloat32, """ 238 unop_horiz("pack_" + fmt + "_4x8", 1, tuint32, 4, tfloat32, """ 246 unop_horiz("unpack_" + fmt + "_2x16", 2, tfloat32, 1, tuint32, """ 252 unop_horiz("unpack_" + fmt + "_4x8", 4, tfloat32, 1, tuint32, """ 271 unop_horiz("pack_uvec2_to_uint", 1, tuint32, 2, tuint32, """ 275 unop_horiz("pack_uvec4_to_uint", 1, tuint32, 4, tuint32, """ [all …]
|