Searched refs:ati_fs (Results 1 – 6 of 6) sorted by relevance
69 if (shader_type == PIPE_SHADER_FRAGMENT && st->fp->ati_fs) { in st_upload_constants()70 struct ati_fragment_shader *ati_fs = st->fp->ati_fs; in st_upload_constants() local74 if (ati_fs->LocalConstDef & (1 << c)) in st_upload_constants()76 ati_fs->Constants[c], sizeof(GLfloat) * 4); in st_upload_constants()
235 assert(stfp->ati_fs); in st_program_string_notify()236 assert(stfp->ati_fs->Program == prog); in st_program_string_notify()265 stfp->ati_fs = curProg; in st_new_ati_fs()
109 !stfp->ati_fs && /* ATI_fragment_shader always has multiple variants */ in st_update_fp()131 if (stfp->ati_fs) { in st_update_fp()
146 struct ati_fragment_shader *ati_fs; member
683 if (stfp->ati_fs) { in st_translate_fragment_program()962 } else if (stfp->ati_fs) in st_translate_fragment_program()964 stfp->ati_fs, in st_translate_fragment_program()1111 if (stfp->ati_fs) { in st_create_fp_variant()
543 struct ati_fragment_shader *atifs = stfp->ati_fs; in st_init_atifs_prog()