Searched refs:emit_pack_64_2x32_split (Results 1 – 2 of 2) sorted by relevance
86 bool emit_pack_64_2x32_split(const nir_alu_instr& instr);
184 case nir_op_pack_64_2x32_split: return emit_pack_64_2x32_split(instr); in do_emit()544 bool EmitAluInstruction::emit_pack_64_2x32_split(const nir_alu_instr& instr) in emit_pack_64_2x32_split() function in r600::EmitAluInstruction