Home
last modified time | relevance | path

Searched refs:nir_alu_instr_create (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_locals_to_regs.c163 nir_alu_instr *mul = nir_alu_instr_create(state->shader, nir_op_imul); in get_deref_reg_src()
181 nir_alu_instr *add = nir_alu_instr_create(state->shader, in get_deref_reg_src()
213 nir_alu_instr *mov = nir_alu_instr_create(state->shader, nir_op_imov); in lower_locals_to_regs_block()
240 nir_alu_instr *mov = nir_alu_instr_create(state->shader, nir_op_imov); in lower_locals_to_regs_block()
Dnir_lower_atomics.c130 nir_alu_instr *mul = nir_alu_instr_create(mem_ctx, nir_op_imul); in lower_instr()
138 nir_alu_instr *add = nir_alu_instr_create(mem_ctx, nir_op_iadd); in lower_instr()
Dnir_lower_phis_to_scalar.c206 nir_alu_instr *vec = nir_alu_instr_create(state->mem_ctx, vec_op); in lower_phis_to_scalar_block()
221 nir_alu_instr *mov = nir_alu_instr_create(state->mem_ctx, in lower_phis_to_scalar_block()
Dnir_from_ssa.c553 nir_alu_instr *mov = nir_alu_instr_create(b->shader, nir_op_imov); in emit_copy()
847 nir_alu_instr *mov = nir_alu_instr_create(shader, nir_op_imov); in place_phi_read()
884 nir_alu_instr *mov = nir_alu_instr_create(shader, nir_op_imov); in nir_lower_phis_to_regs_block()
965 nir_alu_instr *mov = nir_alu_instr_create(shader, nir_op_imov); in nir_lower_ssa_defs_to_regs_block()
Dnir_lower_alu_to_scalar.c50 nir_alu_instr *chan = nir_alu_instr_create(builder->shader, chan_op); in lower_reduction()
216 nir_alu_instr *lower = nir_alu_instr_create(b->shader, instr->op); in lower_alu_instr_scalar()
Dnir_builder.h179 nir_alu_instr *instr = nir_alu_instr_create(build->shader, op); in nir_build_alu()
269 nir_alu_instr *mov = nir_alu_instr_create(build->shader, nir_op_fmov); in nir_fmov_alu()
283 nir_alu_instr *mov = nir_alu_instr_create(build->shader, nir_op_imov); in nir_imov_alu()
Dnir_opt_peephole_select.c207 nir_alu_instr *sel = nir_alu_instr_create(shader, nir_op_bcsel); in nir_opt_peephole_select_block()
Dnir_search.c451 nir_alu_instr *alu = nir_alu_instr_create(mem_ctx, expr->opcode); in construct_value()
599 nir_alu_instr *mov = nir_alu_instr_create(mem_ctx, nir_op_imov); in nir_replace_instr()
Dnir_lower_vec_to_movs.c60 nir_alu_instr *mov = nir_alu_instr_create(shader, nir_op_imov); in insert_mov()
Dnir_lower_regs_to_ssa.c189 nir_alu_instr *vec = nir_alu_instr_create(state->shader, vecN_op); in rewrite_alu_instr()
Dnir_lower_vars_to_ssa.c521 nir_alu_instr *mov = nir_alu_instr_create(state->shader, in rename_variables()
Dnir_clone.c331 nir_alu_instr *nalu = nir_alu_instr_create(state->ns, alu->op); in clone_alu()
Dnir.h1933 nir_alu_instr *nir_alu_instr_create(nir_shader *shader, nir_op op);
Dnir.c448 nir_alu_instr_create(nir_shader *shader, nir_op op) in nir_alu_instr_create() function
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_nir_lower_if_else.c267 nir_alu_instr *sel = nir_alu_instr_create(mem_ctx, nir_op_bcsel); in lower_if_else_block()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_nir_opt_peephole_ffma.c237 nir_alu_instr *ffma = nir_alu_instr_create(b->shader, nir_op_ffma); in brw_nir_opt_peephole_ffma_block()
/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()
271 nir_alu_instr *instr = nir_alu_instr_create(b->shader, op); in ptn_alu()
288 nir_alu_instr *mov = nir_alu_instr_create(b->shader, nir_op_fmov); in ptn_move_dest_masked()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c834 nir_alu_instr *instr = nir_alu_instr_create(b->shader, op); in ttn_alu()
851 nir_alu_instr *mov = nir_alu_instr_create(b->shader, nir_op_imov); in ttn_move_dest_masked()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1742 nir_alu_instr *vec4 = nir_alu_instr_create(b->shader, nir_op_vec4); in vtn_handle_texture()
2199 nir_alu_instr *vec = nir_alu_instr_create(shader, op); in create_vec()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp986 nir_alu_instr_create(shader, nir_op_ine); in visit()