Lines Matching refs:texinst
243 handle_pass_op(struct atifs_machine *machine, struct atifs_setupinst *texinst, in handle_pass_op() argument
246 GLuint swizzle = texinst->swizzle; in handle_pass_op()
247 GLuint pass_tex = texinst->src; in handle_pass_op()
264 struct atifs_setupinst *texinst, const SWspan *span, in handle_sample_op() argument
268 GLuint swizzle = texinst->swizzle; in handle_sample_op()
269 GLuint coord_source = texinst->src; in handle_sample_op()
308 struct atifs_setupinst *texinst; in execute_shader() local
322 texinst = &shader->SetupInst[pass][j]; in execute_shader()
323 if (texinst->Opcode == ATI_FRAGMENT_SHADER_PASS_OP) in execute_shader()
324 handle_pass_op(machine, texinst, span, column, j); in execute_shader()
325 else if (texinst->Opcode == ATI_FRAGMENT_SHADER_SAMPLE_OP) in execute_shader()
326 handle_sample_op(ctx, machine, texinst, span, column, j); in execute_shader()