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

  /external/llvm/test/MC/X86/
x86-32.s 912 lods %ds:(%esi), %al
913 lods (%esi), %al
923 lods %ds:(%esi), %ax
924 lods (%esi), %ax
934 lods %ds:(%esi), %eax
935 lods (%esi), %eax
x86-64.s 1127 lods %ds:(%rsi), %al
1128 lods (%rsi), %al
1138 lods %ds:(%rsi), %ax
1139 lods (%rsi), %ax
1149 lods %ds:(%rsi), %eax
1150 lods (%rsi), %eax
1160 lods %ds:(%rsi), %rax
1161 lods (%rsi), %rax
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
GeometryBatchFactory.java 248 VertexBuffer[] lods = new VertexBuffer[lodLevels]; local
269 lods[i] = new VertexBuffer(Type.Index);
270 lods[i].setupData(Usage.Dynamic, 1, Format.UnsignedInt, BufferUtils.createIntBuffer(lodData[i]));
272 System.out.println(lods.length);
273 outMesh.setLodLevels(lods);
304 // lods
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 517 #define LODS_L CHOICE(lodsl, lodsl, _LTOG lods)
518 #define LODS_W CHOICE(lodsw, lodsw, _WTOG lods)
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 517 #define LODS_L CHOICE(lodsl, lodsl, _LTOG lods)
518 #define LODS_W CHOICE(lodsw, lodsw, _WTOG lods)
    [all...]
  /external/qemu/target-i386/
translate.c     [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]

Completed in 948 milliseconds