Lines Matching defs:inst
61 foreach_block_and_inst(block, vec4_instruction, inst, cfg) {
63 if (inst->src[i].file != ATTR)
66 unsigned slot = inst->src[i].nr + inst->src[i].offset / 16;
69 grf.swizzle = inst->src[i].swizzle;
70 grf.type = inst->src[i].type;
71 grf.abs = inst->src[i].abs;
72 grf.negate = inst->src[i].negate;
73 inst->src[i] = grf;
106 vec4_instruction *inst = emit(VEC4_VS_OPCODE_URB_WRITE);
107 inst->urb_write_flags = complete ?
110 return inst;