Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_packing.c106 alu_instr->op != nir_op_unpack_64_4x16 && in lower_pack_impl()
126 case nir_op_unpack_64_4x16: in lower_pack_impl()
Dnir_lower_alu_to_scalar.c241 case nir_op_unpack_64_4x16: in lower_alu_instr_scalar()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h372 nir_op_unpack_64_4x16, enumerator
Dnir_builder_opcodes.h1731 return nir_build_alu(build, nir_op_unpack_64_4x16, src0, NULL, NULL, NULL); in nir_unpack_64_4x16()
Dnir_constant_expressions.c47485 case nir_op_unpack_64_4x16: in nir_eval_const_opcode()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c566 case nir_op_unpack_64_4x16: in visit_alu()
1075 case nir_op_unpack_64_4x16: { in visit_alu()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp2648 case nir_op_unpack_64_4x16: in visit_alu_instr()
2650 emit_split_vector(ctx, dst, instr->op == nir_op_unpack_64_4x16 ? 4 : 2); in visit_alu_instr()