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.c70 if (shader_type == PIPE_SHADER_FRAGMENT && st->fp->ati_fs) { in st_upload_constants()
71 struct ati_fragment_shader *ati_fs = st->fp->ati_fs; in st_upload_constants() local
75 if (ati_fs->LocalConstDef & (1 << c)) in st_upload_constants()
77 ati_fs->Constants[c], sizeof(GLfloat) * 4); in st_upload_constants()
Dst_cb_program.c266 assert(stfp->ati_fs); in st_program_string_notify()
267 assert(stfp->ati_fs->Program == prog); in st_program_string_notify()
296 stfp->ati_fs = curProg; in st_new_ati_fs()
Dst_program.h146 struct ati_fragment_shader *ati_fs; member
Dst_atom_shader.c134 if (stfp->ati_fs) { in update_fp()
Dst_program.c603 if (stfp->ati_fs) { in st_translate_fragment_program()
892 } else if (stfp->ati_fs) in st_translate_fragment_program()
894 stfp->ati_fs, in st_translate_fragment_program()
1035 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()