Lines Matching defs:linst
2339 vec4_instruction *linst = new(mem_ctx) vec4_instruction(*inst);
2340 linst->exec_size = lowered_width;
2341 linst->group = channel_offset;
2342 linst->size_written = size_written;
2360 linst->dst = dst;
2364 if (linst->src[i].file == BAD_FILE)
2368 linst->src[i].file == ATTR &&
2372 if (!is_uniform(linst->src[i]) && !is_interleaved_attr)
2373 linst->src[i] = horiz_offset(linst->src[i], channel_offset);
2376 inst->insert_before(block, linst);