Lines Matching defs:linst
2308 vec4_instruction *linst = new(mem_ctx) vec4_instruction(*inst);
2309 linst->exec_size = lowered_width;
2310 linst->group = channel_offset;
2311 linst->size_written = size_written;
2329 linst->dst = dst;
2333 if (linst->src[i].file == BAD_FILE)
2337 linst->src[i].file == ATTR &&
2341 if (!is_uniform(linst->src[i]) && !is_interleaved_attr)
2342 linst->src[i] = horiz_offset(linst->src[i], channel_offset);
2345 inst->insert_before(block, linst);