Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_atifragshader.c243 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()
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_tgsi.c303 const struct atifs_setupinst *texinst) in compile_setupinst() argument
308 if (!texinst->Opcode) in compile_setupinst()
313 GLuint pass_tex = texinst->src; in compile_setupinst()
329 src[0] = apply_swizzle(t, src[0], texinst->swizzle); in compile_setupinst()
331 if (texinst->Opcode == ATI_FRAGMENT_SHADER_SAMPLE_OP) { in compile_setupinst()
337 } else if (texinst->Opcode == ATI_FRAGMENT_SHADER_PASS_OP) { in compile_setupinst()
513 struct atifs_setupinst *texinst = &atifs->SetupInst[pass][r]; in st_translate_atifs_program() local
514 compile_setupinst(t, r, texinst); in st_translate_atifs_program()
560 struct atifs_setupinst *texinst = &atifs->SetupInst[pass][r]; in st_init_atifs_prog() local
561 GLuint pass_tex = texinst->src; in st_init_atifs_prog()
[all …]