HomeSort by relevance Sort by last modified time
    Searched refs:atifs (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_atifs_to_tgsi.h 43 struct ati_fragment_shader *atifs,
st_atifs_to_tgsi.c 40 struct ati_fragment_shader *atifs; member in struct:st_translate
424 struct ati_fragment_shader *atifs,
447 t->atifs = atifs;
510 for (pass = 0; pass < atifs->NumPasses; pass++) {
513 struct atifs_setupinst *texinst = &atifs->SetupInst[pass][r];
516 for (i = 0; i < atifs->numArithInstr[pass]; i++) {
517 struct atifs_instruction *inst = &atifs->Instructions[pass][i];
522 finalize_shader(t, atifs->NumPasses);
543 struct ati_fragment_shader *atifs = stfp->ati_fs local
    [all...]

Completed in 100 milliseconds