HomeSort by: relevance | last modified time | path
    Searched refs:ati_fs (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_cb_program.c 116 assert(stp->ati_fs);
117 assert(stp->ati_fs->Program == prog);
146 stfp->ati_fs = curProg;
st_atom_constbuf.c 88 if (shader_type == PIPE_SHADER_FRAGMENT && st->fp->ati_fs) {
89 struct ati_fragment_shader *ati_fs = st->fp->ati_fs; local
94 if (ati_fs->LocalConstDef & (1 << c))
96 ati_fs->Constants[c], sizeof(GLfloat) * 4);
st_atom_shader.c 131 !stfp->ati_fs && /* ATI_fragment_shader always has multiple variants */
176 if (stfp->ati_fs) {
st_program.h 267 struct ati_fragment_shader *ati_fs; member in struct:st_program
st_program.c 1028 if (stfp->ati_fs) {
1029 /* Just set them for ATI_fs unconditionally. */
1039 /* Translate to NIR. ATI_fs translates at variant time. */
1040 if (!stfp->ati_fs) {
1354 /* Translate ATI_fs to NIR at variant time because that's when we have the
1357 if (stfp->ati_fs) {
1361 nir_shader *s = st_translate_atifs_program(stfp->ati_fs, key, &stfp->Base, options);
1690 /* skipped ATI_fs targets */
1994 if (p->ati_fs) {
st_atifs_to_nir.c 86 /* From the ATI_fs spec:
277 unreachable("Unknown ATI_fs opcode");
448 nir_builder b = nir_builder_init_simple_shader(MESA_SHADER_FRAGMENT, options, "ATI_fs");
540 struct ati_fragment_shader *atifs = stfp->ati_fs;
598 /* we always have the ATI_fs constants, and the fog params */
st_context.c 285 if (stfp->Base.ExternalSamplersUsed || stfp->ati_fs)
  /xsrc/external/mit/MesaLib.old/dist/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
76 if (ati_fs->LocalConstDef & (1 << c))
78 ati_fs->Constants[c], sizeof(GLfloat) * 4);
st_cb_program.c 236 assert(stfp->ati_fs);
237 assert(stfp->ati_fs->Program == prog);
266 stfp->ati_fs = curProg;
st_atom_shader.c 108 !stfp->ati_fs && /* ATI_fragment_shader always has multiple variants */
134 if (stfp->ati_fs) {
st_program.h 146 struct ati_fragment_shader *ati_fs; member in struct:st_fragment_program
st_program.c 790 if (stfp->ati_fs) {
791 /* Just set them for ATI_fs unconditionally. */
808 if (use_nir && !stfp->ati_fs) {
1083 } else if (stfp->ati_fs)
1085 stfp->ati_fs,
1235 /* Fix texture targets and add fog for ATI_fs */
1236 if (stfp->ati_fs) {
1242 fprintf(stderr, "mesa: cannot post-process ATI_fs\n");
st_atifs_to_tgsi.c 545 struct ati_fragment_shader *atifs = stfp->ati_fs;
603 /* we always have the ATI_fs constants, and the fog params */

Completed in 15 milliseconds