HomeSort by relevance Sort by last modified time
    Searched refs:nir_alu_instr_create (Results 1 - 20 of 20) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_lower_atomics.c 130 nir_alu_instr *mul = nir_alu_instr_create(mem_ctx, nir_op_imul);
138 nir_alu_instr *add = nir_alu_instr_create(mem_ctx, nir_op_iadd);
nir_lower_locals_to_regs.c 163 nir_alu_instr *mul = nir_alu_instr_create(state->shader, nir_op_imul);
181 nir_alu_instr *add = nir_alu_instr_create(state->shader,
213 nir_alu_instr *mov = nir_alu_instr_create(state->shader, nir_op_imov);
240 nir_alu_instr *mov = nir_alu_instr_create(state->shader, nir_op_imov);
nir_lower_phis_to_scalar.c 206 nir_alu_instr *vec = nir_alu_instr_create(state->mem_ctx, vec_op);
221 nir_alu_instr *mov = nir_alu_instr_create(state->mem_ctx,
nir_opt_peephole_select.c 207 nir_alu_instr *sel = nir_alu_instr_create(shader, nir_op_bcsel);
nir_lower_alu_to_scalar.c 50 nir_alu_instr *chan = nir_alu_instr_create(builder->shader, chan_op);
216 nir_alu_instr *lower = nir_alu_instr_create(b->shader, instr->op);
nir_builder.h 179 nir_alu_instr *instr = nir_alu_instr_create(build->shader, op);
269 nir_alu_instr *mov = nir_alu_instr_create(build->shader, nir_op_fmov);
283 nir_alu_instr *mov = nir_alu_instr_create(build->shader, nir_op_imov);
nir_from_ssa.c 553 nir_alu_instr *mov = nir_alu_instr_create(b->shader, nir_op_imov);
847 nir_alu_instr *mov = nir_alu_instr_create(shader, nir_op_imov);
884 nir_alu_instr *mov = nir_alu_instr_create(shader, nir_op_imov);
965 nir_alu_instr *mov = nir_alu_instr_create(shader, nir_op_imov);
nir_lower_regs_to_ssa.c 189 nir_alu_instr *vec = nir_alu_instr_create(state->shader, vecN_op);
nir_lower_vec_to_movs.c 60 nir_alu_instr *mov = nir_alu_instr_create(shader, nir_op_imov);
nir_search.c 451 nir_alu_instr *alu = nir_alu_instr_create(mem_ctx, expr->opcode);
599 nir_alu_instr *mov = nir_alu_instr_create(mem_ctx, nir_op_imov);
nir_lower_vars_to_ssa.c 521 nir_alu_instr *mov = nir_alu_instr_create(state->shader,
nir_clone.c 331 nir_alu_instr *nalu = nir_alu_instr_create(state->ns, alu->op);
nir.c 448 nir_alu_instr_create(nir_shader *shader, nir_op op) function
    [all...]
nir.h     [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_nir_lower_if_else.c 267 nir_alu_instr *sel = nir_alu_instr_create(mem_ctx, nir_op_bcsel);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir_opt_peephole_ffma.c 237 nir_alu_instr *ffma = nir_alu_instr_create(b->shader, nir_op_ffma);
  /external/mesa3d/src/mesa/program/
prog_to_nir.c 248 nir_alu_instr *mov = nir_alu_instr_create(b->shader, nir_op_fmov);
271 nir_alu_instr *instr = nir_alu_instr_create(b->shader, op);
288 nir_alu_instr *mov = nir_alu_instr_create(b->shader, nir_op_fmov);
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c 834 nir_alu_instr *instr = nir_alu_instr_create(b->shader, op);
851 nir_alu_instr *mov = nir_alu_instr_create(b->shader, nir_op_imov);
    [all...]
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c     [all...]
  /external/mesa3d/src/compiler/glsl/
glsl_to_nir.cpp 986 nir_alu_instr_create(shader, nir_op_ine)
    [all...]

Completed in 459 milliseconds