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

  /external/mesa3d/src/mesa/state_tracker/
st_atom_constbuf.c 69 if (shader_type == PIPE_SHADER_FRAGMENT && st->fp->ati_fs) {
70 struct ati_fragment_shader *ati_fs = st->fp->ati_fs; local
74 if (ati_fs->LocalConstDef & (1 << c))
76 ati_fs->Constants[c], sizeof(GLfloat) * 4);
st_cb_program.c 235 assert(stfp->ati_fs);
236 assert(stfp->ati_fs->Program == prog);
265 stfp->ati_fs = curProg;
st_atom_shader.c 109 !stfp->ati_fs && /* ATI_fragment_shader always has multiple variants */
131 if (stfp->ati_fs) {
st_program.h 146 struct ati_fragment_shader *ati_fs; member in struct:st_fragment_program
st_program.c 683 if (stfp->ati_fs) {
684 /* Just set them for ATI_fs unconditionally. */
962 } else if (stfp->ati_fs)
964 stfp->ati_fs,
    [all...]
st_atifs_to_tgsi.c 543 struct ati_fragment_shader *atifs = stfp->ati_fs;
601 /* we always have the ATI_fs constants, and the fog params */

Completed in 168 milliseconds