/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_fragshader.c | 41 static void r200SetFragShaderArg( GLuint *afs_cmd, GLuint opnum, GLuint optype, 108 SET_INST(opnum, optype) |= reg0; 109 SET_INST_2(opnum, optype) |= reg2; 141 GLuint opnum = 0; local 147 SET_INST(opnum, 0) = 0; 148 SET_INST_2(opnum, 0) = 0; 149 SET_INST(opnum, 1) = 0; 150 SET_INST_2(opnum, 1) = 0; 166 SET_INST(opnum, optype) |= R200_TXC_NEG_ARG_C; 169 r200SetFragShaderArg(afs_cmd, opnum, optype [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_fragshader.c | 41 static void r200SetFragShaderArg( GLuint *afs_cmd, GLuint opnum, GLuint optype, 108 SET_INST(opnum, optype) |= reg0; 109 SET_INST_2(opnum, optype) |= reg2; 141 GLuint opnum = 0; local 147 SET_INST(opnum, 0) = 0; 148 SET_INST_2(opnum, 0) = 0; 149 SET_INST(opnum, 1) = 0; 150 SET_INST_2(opnum, 1) = 0; 166 SET_INST(opnum, optype) |= R200_TXC_NEG_ARG_C; 169 r200SetFragShaderArg(afs_cmd, opnum, optype [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
test4.c | 34 int opnum; /* Operation number */ member in struct:Thread 74 while( p->opnum<=p->completed ) sched_yield(); 82 while( p->opnum<=p->completed ) sched_yield(); 146 threadset[i].opnum = 1; 163 while( p->opnum>p->completed ) sched_yield(); 200 p->opnum++; 480 threadset[i].opnum++; 531 threadset[i].opnum++; 575 threadset[i].opnum++;
|
test7.c | 56 volatile int opnum; /* Operation number */ member in struct:Thread 96 while( p->opnum<=p->completed ) sched_yield(); 104 while( p->opnum<=p->completed ) sched_yield(); 168 threadset[i].opnum = 1; 186 while( p->opnum>p->completed ) sched_yield(); 223 p->opnum++; 511 threadset[i].opnum++; 562 threadset[i].opnum++; 606 threadset[i].opnum++; 650 threadset[i].opnum++ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
pyassem.py | 510 lnotab.addCode(self.opnum[opname]) 518 lnotab.addCode(self.opnum[opname], lo, hi) 521 print self.opnum[opname], lo, hi 525 opnum = {} variable in class:PyFlowGraph 527 opnum[dis.opname[num]] = num
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
pyassem.py | 510 lnotab.addCode(self.opnum[opname]) 518 lnotab.addCode(self.opnum[opname], lo, hi) 521 print self.opnum[opname], lo, hi 525 opnum = {} variable in class:PyFlowGraph 527 opnum[dis.opname[num]] = num
|