Home
last modified time | relevance | path

Searched refs:ati_fs (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_constbuf.c88 if (shader_type == PIPE_SHADER_FRAGMENT && st->fp->ati_fs) { in st_upload_constants()
89 struct ati_fragment_shader *ati_fs = st->fp->ati_fs; in st_upload_constants() local
94 if (ati_fs->LocalConstDef & (1 << c)) in st_upload_constants()
96 ati_fs->Constants[c], sizeof(GLfloat) * 4); in st_upload_constants()
H A Dst_program.c841 if (fp->ati_fs) { in st_translate_fragment_program()
853 if (!fp->ati_fs) { in st_translate_fragment_program()
893 if (fp->ati_fs) { in st_create_fp_variant()
897 nir_shader *s = st_translate_atifs_program(fp->ati_fs, key, fp, options); in st_create_fp_variant()
1290 if (prog->ati_fs) { in st_precompile_shader_variant()
1362 assert(prog->ati_fs); in st_program_string_notify()
1363 assert(prog->ati_fs->Program == prog); in st_program_string_notify()
H A Dst_atom_shader.c124 !fp->ati_fs && /* ATI_fragment_shader always has multiple variants */ in st_update_fp()
164 if (fp->ati_fs) { in st_update_fp()
H A Dst_atifs_to_nir.c540 struct ati_fragment_shader *atifs = prog->ati_fs; in st_init_atifs_prog()
H A Dst_context.c205 if (fp->ExternalSamplersUsed || fp->ati_fs) in st_invalidate_state()
/third_party/mesa3d/src/mesa/main/
H A Dshader_types.h557 struct ati_fragment_shader *ati_fs; member
H A Datifragshader.c67 prog->ati_fs = curProg; in new_ati_fs()

Completed in 8 milliseconds