Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atifs_to_nir.c320 const struct atifs_setupinst *texinst) in compile_setupinst()
322 if (!texinst->Opcode) in compile_setupinst()
325 GLuint pass_tex = texinst->src; in compile_setupinst()
345 coord = apply_swizzle(t, coord, texinst->swizzle); in compile_setupinst()
347 if (texinst->Opcode == ATI_FRAGMENT_SHADER_SAMPLE_OP) { in compile_setupinst()
383 } else if (texinst->Opcode == ATI_FRAGMENT_SHADER_PASS_OP) { in compile_setupinst()
474 struct atifs_setupinst *texinst = &atifs->SetupInst[pass][r]; in st_translate_atifs_program() local
475 compile_setupinst(t, r, texinst); in st_translate_atifs_program()
557 struct atifs_setupinst *texinst = &atifs->SetupInst[pass][r]; in st_init_atifs_prog() local
558 GLuint pass_tex = texinst in st_init_atifs_prog()
318 compile_setupinst(struct st_translate *t, const unsigned r, const struct atifs_setupinst *texinst) compile_setupinst() argument
[all...]

Completed in 1 milliseconds