Lines Matching defs:linst
1990 vec4_instruction *linst = new(mem_ctx) vec4_instruction(*inst);
1991 linst->exec_size = lowered_width;
1992 linst->group = channel_offset;
1993 linst->size_written = size_written;
2011 linst->dst = dst;
2015 if (linst->src[i].file == BAD_FILE)
2019 linst->src[i].file == ATTR &&
2023 if (!is_uniform(linst->src[i]) && !is_interleaved_attr)
2024 linst->src[i] = horiz_offset(linst->src[i], channel_offset);
2027 inst->insert_before(block, linst);