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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
atifragshader.c 182 GLuint optype, GLuint arg, GLuint argRep)
193 if ((arg == GL_SECONDARY_INTERPOLATOR_ATI) && (((optype == 0) && (argRep == GL_ALPHA)) ||
194 ((optype == 1) && ((arg == GL_ALPHA) || (argRep == GL_NONE))))) {
198 if ((arg == GL_SECONDARY_INTERPOLATOR_ATI) && (((optype == 0) && (argRep == GL_ALPHA)) ||
199 ((optype == 1) && ((arg == GL_ALPHA) || (argRep == GL_NONE))))) {
685 curI->SrcReg[optype][0].argRep = arg1Rep;
691 curI->SrcReg[optype][1].argRep = arg2Rep;
697 curI->SrcReg[optype][2].argRep = arg3Rep;
atifragshader.h 33 GLuint argRep;
  /external/mesa3d/src/mesa/main/
atifragshader.c 182 GLuint optype, GLuint arg, GLuint argRep)
193 if ((arg == GL_SECONDARY_INTERPOLATOR_ATI) && (((optype == 0) && (argRep == GL_ALPHA)) ||
194 ((optype == 1) && ((arg == GL_ALPHA) || (argRep == GL_NONE))))) {
198 if ((arg == GL_SECONDARY_INTERPOLATOR_ATI) && (((optype == 0) && (argRep == GL_ALPHA)) ||
199 ((optype == 1) && ((arg == GL_ALPHA) || (argRep == GL_NONE))))) {
685 curI->SrcReg[optype][0].argRep = arg1Rep;
691 curI->SrcReg[optype][1].argRep = arg2Rep;
697 curI->SrcReg[optype][2].argRep = arg3Rep;
atifragshader.h 33 GLuint argRep;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_fragshader.c 47 const GLuint srcrep = srcReg.argRep;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_atifragshader.c 374 apply_src_rep(optype, inst->SrcReg[optype][i].argRep,
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_fragshader.c 47 const GLuint srcrep = srcReg.argRep;
  /external/mesa3d/src/mesa/swrast/
s_atifragshader.c 374 apply_src_rep(optype, inst->SrcReg[optype][i].argRep,

Completed in 446 milliseconds