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

/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atifs_to_nir.h40 st_translate_atifs_program(struct ati_fragment_shader *atifs,
H A Dst_atifs_to_nir.c43 struct ati_fragment_shader *atifs; member in struct:st_translate
156 if (t->atifs->LocalConstDef & (1 << index)) {
158 t->atifs->Constants[index][0],
159 t->atifs->Constants[index][1],
160 t->atifs->Constants[index][2],
161 t->atifs->Constants[index][3]);
443 st_translate_atifs_program(struct ati_fragment_shader *atifs, argument
451 .atifs = atifs,
470 for (unsigned pass = 0; pass < atifs
540 struct ati_fragment_shader *atifs = stfp->ati_fs; local in function:st_init_atifs_prog
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atifs_to_tgsi.h43 struct ati_fragment_shader *atifs,
H A Dst_atifs_to_tgsi.c40 struct ati_fragment_shader *atifs; member in struct:st_translate
424 struct ati_fragment_shader *atifs,
447 t->atifs = atifs;
512 for (pass = 0; pass < atifs->NumPasses; pass++) {
515 struct atifs_setupinst *texinst = &atifs->SetupInst[pass][r];
518 for (i = 0; i < atifs->numArithInstr[pass]; i++) {
519 struct atifs_instruction *inst = &atifs->Instructions[pass][i];
524 finalize_shader(t, atifs->NumPasses);
545 struct ati_fragment_shader *atifs local in function:st_init_atifs_prog
422 st_translate_atifs_program(struct ureg_program * ureg,struct ati_fragment_shader * atifs,struct gl_program * program,GLuint numInputs,const ubyte inputMapping[],const ubyte inputSemanticName[],const ubyte inputSemanticIndex[],const ubyte interpMode[],GLuint numOutputs,const ubyte outputMapping[],const ubyte outputSemanticName[],const ubyte outputSemanticIndex[]) argument
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst1148 - st/atifs: Use gl_varying_slot_name_for_stage()
1291 - st/atifs: Use sized types for nir_tex_instr::dest_type

Completed in 12 milliseconds