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

  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
ConversionRepeater.java 171 long tempReg = newInsnThere.insn.vregA;
173 newInsnThere.insn.vregB = tempReg;
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_emit.c 220 uint tempReg;
223 tempReg = UREG(REG_TYPE_R, temp); /* make i915 register */
226 tempReg, A0_DEST_CHANNEL_ALL, /* dest reg, writemask */
230 /* new src texcoord is tempReg */
231 coord = tempReg;
  /external/mesa3d/src/mesa/program/
program.c 805 GLint tempReg = _mesa_find_free_register(usedTemps, MAX_PROGRAM_TEMPS,
807 if (tempReg < 0) {
810 tempReg = 31;
812 firstTemp = tempReg + 1;
814 /* replace writes to result.color[0] with tempReg */
817 PROGRAM_TEMPORARY, tempReg);
818 /* replace reads from the input color with tempReg */
821 PROGRAM_TEMPORARY, tempReg /* replace with */ );
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1026 milliseconds