Home
last modified time | relevance | path

Searched refs:texinst (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_atifragshader.c257 handle_pass_op(struct atifs_machine *machine, struct atifs_setupinst *texinst, in handle_pass_op() argument
260 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() argument
282 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() local
336 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 …]