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

  /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...]
  /dalvik/vm/mterp/mips/
alt_stub.S 10 la rBIX, dvmAsmInstructionStart + (${opnum} * 128)
  /dalvik/vm/mterp/armv5te/
alt_stub.S 10 adrl lr, dvmAsmInstructionStart + (${opnum} * 64)
  /dalvik/vm/mterp/x86/
alt_stub.S 22 jmp *dvmAsmInstructionStart+(${opnum}*4)
  /external/chromium_org/third_party/sqlite/src/src/
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...]
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++;
  /external/llvm/utils/PerfectShuffle/
PerfectShuffle.cpp 106 unsigned short OpNum;
110 Operator(unsigned short shufflemask, const char *name, unsigned opnum,
112 : ShuffleMask(shufflemask), OpNum(opnum), Name(name), Cost(cost) {
303 for (unsigned opnum = 0, e = TheOperators.size(); opnum != e; ++opnum) {
304 Operator *Op = TheOperators[opnum];
394 unsigned OpNum = ShufTab[i].Op ? ShufTab[i].Op->OpNum : 0
    [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

Completed in 346 milliseconds