Home
last modified time | relevance | path

Searched refs:nir_op_unpack_32_2x16 (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_packing.c108 alu_instr->op != nir_op_unpack_32_2x16) in lower_pack_impl()
132 case nir_op_unpack_32_2x16: in lower_pack_impl()
Dnir_lower_alu_to_scalar.c242 case nir_op_unpack_32_2x16: in lower_alu_instr_scalar()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h365 nir_op_unpack_32_2x16, enumerator
Dnir_builder_opcodes.h1696 return nir_build_alu(build, nir_op_unpack_32_2x16, src0, NULL, NULL, NULL); in nir_unpack_32_2x16()
Dnir_constant_expressions.c47464 case nir_op_unpack_32_2x16: in nir_eval_const_opcode()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c818 case nir_op_unpack_32_2x16: in emit_alu()
979 } else if (instr->op == nir_op_unpack_32_2x16) { in emit_alu()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c564 case nir_op_unpack_32_2x16: in visit_alu()
1124 case nir_op_unpack_32_2x16: { in visit_alu()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp2647 case nir_op_unpack_32_2x16: in visit_alu_instr()