Home
last modified time | relevance | path

Searched refs:nir_op_fmov (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_to_source_mods.c59 if (parent->op != nir_op_fmov) in nir_lower_to_source_mods_block()
98 alu->op = nir_op_fmov; in nir_lower_to_source_mods_block()
106 alu->op = nir_op_fmov; in nir_lower_to_source_mods_block()
115 alu->op = nir_op_fmov; in nir_lower_to_source_mods_block()
154 !(child_alu->op == nir_op_fmov && child_alu->dest.saturate)) { in nir_lower_to_source_mods_block()
169 child_alu->op = nir_op_fmov; in nir_lower_to_source_mods_block()
Dnir_opt_copy_propagate.c37 if (instr->op != nir_op_fmov && in is_move()
164 if (alu_instr->op == nir_op_fmov || in copy_prop_alu_src()
Dnir_opt_remove_phis.c38 return (alu->op == nir_op_imov || alu->op == nir_op_fmov) ? alu : NULL; in get_parent_mov()
Dnir_opt_undef.c83 alu->op != nir_op_fmov && in opt_undef_vecN()
Dnir_opt_peephole_select.c98 case nir_op_fmov: in block_check_for_allowed_instrs()
Dnir_builder.h269 nir_alu_instr *mov = nir_alu_instr_create(build->shader, nir_op_fmov); in nir_fmov_alu()
Dnir.c1970 return (src_base_type == nir_type_float) ? nir_op_fmov : nir_op_imov; in nir_type_conversion_op()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_nir_opt_peephole_ffma.c54 case nir_op_fmov: in are_all_uses_fadd()
95 case nir_op_fmov: in get_mul_for_src()
Dbrw_fs_nir.cpp577 case nir_op_fmov: in nir_emit_alu()
596 if (instr->op == nir_op_imov || instr->op == nir_op_fmov) { in nir_emit_alu()
Dbrw_vec4_nir.cpp1282 case nir_op_fmov: in nir_emit_alu()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h104 nir_op_fmov, enumerator
Dnir_builder_opcodes.h391 return nir_build_alu(build, nir_op_fmov, src0, NULL, NULL, NULL); in nir_fmov()
Dnir_constant_expressions.c10111 case nir_op_fmov: in nir_eval_const_opcode()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c248 nir_alu_instr *mov = nir_alu_instr_create(b->shader, nir_op_fmov); in ptn_get_src()
288 nir_alu_instr *mov = nir_alu_instr_create(b->shader, nir_op_fmov); in ptn_move_dest_masked()
676 [OPCODE_MOV] = nir_op_fmov,
826 ptn_alu(b, nir_op_fmov, dest, src); in ptn_emit_instruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1522 [TGSI_OPCODE_MOV] = nir_op_fmov,
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c740 case nir_op_fmov: in emit_alu()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2192 case 1: op = nir_op_fmov; break; in create_vec()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1128 case nir_op_fmov: in ntq_emit_alu()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c1218 case nir_op_fmov: in visit_alu()