Home
last modified time | relevance | path

Searched refs:unop_horiz (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opcodes.py167 def unop_horiz(name, output_size, output_type, input_size, input_type, function
184 unop_horiz(name + "2", output_size, output_type, 2, input_type,
186 unop_horiz(name + "3", output_size, output_type, 3, input_type,
188 unop_horiz(name + "4", output_size, output_type, 4, input_type,
332 unop_horiz("pack_" + fmt + "_2x16", 1, tuint32, 2, tfloat32, """
338 unop_horiz("pack_" + fmt + "_4x8", 1, tuint32, 4, tfloat32, """
346 unop_horiz("unpack_" + fmt + "_2x16", 2, tfloat32, 1, tuint32, """
352 unop_horiz("unpack_" + fmt + "_4x8", 4, tfloat32, 1, tuint32, """
372 unop_horiz("pack_uint_2x16", 1, tuint32, 2, tuint32, """
378 unop_horiz("pack_sint_2x1
[all...]

Completed in 1 milliseconds