Home
last modified time | relevance | path

Searched refs:emit_pack_32_2x16_split (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.h100 bool emit_pack_32_2x16_split(const nir_alu_instr& instr);
Dsfn_emitaluinstruction.cpp185 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