Searched refs:emit_pack_32_2x16_split (Results 1 – 2 of 2) sorted by relevance
100 bool emit_pack_32_2x16_split(const nir_alu_instr& instr);
185 case nir_op_pack_half_2x16_split: return emit_pack_32_2x16_split(instr); in do_emit()1447 bool EmitAluInstruction::emit_pack_32_2x16_split(const nir_alu_instr& instr) in emit_pack_32_2x16_split() function in r600::EmitAluInstruction