Lines Matching full:texinst
257 handle_pass_op(struct atifs_machine *machine, struct atifs_setupinst *texinst,
260 GLuint swizzle = texinst->swizzle;
261 GLuint pass_tex = texinst->src;
278 struct atifs_setupinst *texinst, const SWspan *span,
281 /* sample from unit idx using texinst->src as coords */
282 GLuint swizzle = texinst->swizzle;
283 GLuint coord_source = texinst->src;
322 struct atifs_setupinst *texinst;
336 texinst = &shader->SetupInst[pass][j];
337 if (texinst->Opcode == ATI_FRAGMENT_SHADER_PASS_OP)
338 handle_pass_op(machine, texinst, span, column, j);
339 else if (texinst->Opcode == ATI_FRAGMENT_SHADER_SAMPLE_OP)
340 handle_sample_op(ctx, machine, texinst, span, column, j);