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

  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_atom_constbuf.c 94 if (ati_fs->LocalConstDef & (1 << c))
st_atifs_to_nir.c 156 if (t->atifs->LocalConstDef & (1 << index)) {
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_atom_constbuf.c 76 if (ati_fs->LocalConstDef & (1 << c))
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
atifragshader.c 343 ctx->ATIFragmentShader.Current->LocalConstDef = 0;
815 curProg->LocalConstDef |= 1 << dstindex;
mtypes.h 2465 GLbitfield LocalConstDef; /**< Indicates which constants have been set */
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
atifragshader.c 339 ctx->ATIFragmentShader.Current->LocalConstDef = 0;
793 curProg->LocalConstDef |= 1 << dstindex;
mtypes.h 2400 GLbitfield LocalConstDef; /**< Indicates which constants have been set */
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
r200_fragshader.c 515 if ((shader->LocalConstDef >> i) & 1) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_atifragshader.c 341 if (shader->LocalConstDef & (1 << (index - GL_CON_0_ATI))) {
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
r200_fragshader.c 513 if ((shader->LocalConstDef >> i) & 1) {
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_atifragshader.c 341 if (shader->LocalConstDef & (1 << (index - GL_CON_0_ATI))) {

Completed in 18 milliseconds