Home
last modified time | relevance | path

Searched refs:ati_fs (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_constbuf.c69 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() local
74 if (ati_fs->LocalConstDef & (1 << c)) in st_upload_constants()
76 ati_fs->Constants[c], sizeof(GLfloat) * 4); in st_upload_constants()
Dst_cb_program.c235 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()
Dst_atom_shader.c109 !stfp->ati_fs && /* ATI_fragment_shader always has multiple variants */ in st_update_fp()
131 if (stfp->ati_fs) { in st_update_fp()
Dst_program.h146 struct ati_fragment_shader *ati_fs; member
Dst_program.c683 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()
Dst_atifs_to_tgsi.c543 struct ati_fragment_shader *atifs = stfp->ati_fs; in st_init_atifs_prog()