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

  /external/mesa3d/src/mesa/state_tracker/
st_atom_constbuf.c 70 if (shader_type == PIPE_SHADER_FRAGMENT && st->fp->ati_fs) {
71 struct ati_fragment_shader *ati_fs = st->fp->ati_fs; local
75 if (ati_fs->LocalConstDef & (1 << c))
77 ati_fs->Constants[c], sizeof(GLfloat) * 4);
st_program.h 146 struct ati_fragment_shader *ati_fs; member in struct:st_fragment_program

Completed in 82 milliseconds