Searched refs:texinst (Results 1 – 1 of 1) sorted by relevance
257 handle_pass_op(struct atifs_machine *machine, struct atifs_setupinst *texinst, in handle_pass_op() argument260 GLuint swizzle = texinst->swizzle; in handle_pass_op()261 GLuint pass_tex = texinst->src; in handle_pass_op()278 struct atifs_setupinst *texinst, const SWspan *span, in handle_sample_op() argument282 GLuint swizzle = texinst->swizzle; in handle_sample_op()283 GLuint coord_source = texinst->src; in handle_sample_op()322 struct atifs_setupinst *texinst; in execute_shader() local336 texinst = &shader->SetupInst[pass][j]; in execute_shader()337 if (texinst->Opcode == ATI_FRAGMENT_SHADER_PASS_OP) in execute_shader()338 handle_pass_op(machine, texinst, span, column, j); in execute_shader()[all …]