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

  /external/mesa3d/src/compiler/nir/
nir_lower_vec_to_movs.c 56 insert_mov(nir_alu_instr *vec, unsigned start_idx, nir_shader *shader) function
118 * can then call insert_mov as normal.
256 finished_write_mask |= insert_mov(vec, i, shader);
270 finished_write_mask |= insert_mov(vec, i, shader);
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_group.c 43 void (*insert_mov)(void *arr, int idx, struct ir3_instruction *instr); member in struct:group_ops
146 ops->insert_mov(arr, i, instr);

Completed in 277 milliseconds