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

  /external/mesa3d/src/compiler/nir/
nir_lower_alu_to_scalar.c 52 nir_alu_src_copy(&chan->src[0], &instr->src[0], chan);
56 nir_alu_src_copy(&chan->src[1], &instr->src[1], chan);
225 nir_alu_src_copy(&lower->src[i], &instr->src[i], lower);
nir_opt_undef.c 54 /* We can't just use nir_alu_src_copy, because we need the def/use
59 nir_alu_src_copy(&instr->src[0], &instr->src[i == 1 ? 2 : 1],
nir_lower_vec_to_movs.c 61 nir_alu_src_copy(&mov->src[0], &vec->src[start_idx], mov);
nir_search.c 492 nir_alu_src_copy(&val, &state->variables[var->variable], mem_ctx);
nir.c 242 nir_alu_src_copy(nir_alu_src *dest, const nir_alu_src *src, function
    [all...]
nir.h 775 void nir_alu_src_copy(nir_alu_src *dest, const nir_alu_src *src,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir_opt_peephole_ffma.c 246 nir_alu_src_copy(&ffma->src[2], &add->src[1 - add_mul_src], ffma);

Completed in 56 milliseconds