Lines Matching full:texinst
243 handle_pass_op(struct atifs_machine *machine, struct atifs_setupinst *texinst,
246 GLuint swizzle = texinst->swizzle;
247 GLuint pass_tex = texinst->src;
264 struct atifs_setupinst *texinst, const SWspan *span,
267 /* sample from unit idx using texinst->src as coords */
268 GLuint swizzle = texinst->swizzle;
269 GLuint coord_source = texinst->src;
308 struct atifs_setupinst *texinst;
322 texinst = &shader->SetupInst[pass][j];
323 if (texinst->Opcode == ATI_FRAGMENT_SHADER_PASS_OP)
324 handle_pass_op(machine, texinst, span, column, j);
325 else if (texinst->Opcode == ATI_FRAGMENT_SHADER_SAMPLE_OP)
326 handle_sample_op(ctx, machine, texinst, span, column, j);