lower_mat_op_to_vec.cpp | 50 ir_dereference *get_column(ir_dereference *val, int col); 106 val = get_column(val, col); 112 ir_mat_op_to_vec_visitor::get_column(ir_dereference *val, int row) function in class:ir_mat_op_to_vec_visitor 136 get_column(a, 0), 144 get_column(a, i), 151 assign = new(mem_ctx) ir_assignment(get_column(result, b_col), expr); 167 get_column(a, 0), 175 get_column(a, i), 202 get_column(b, i)); 222 get_column(a, i) [all...] |