HomeSort by relevance Sort by last modified time
    Searched defs:Indirect (Results 1 - 16 of 16) sorted by null

  /art/test/065-mismatched-implements/src/
Indirect.java 23 public class Indirect {
Main.java 23 Indirect.main();
  /art/test/066-mismatched-super/src/
Indirect.java 23 public class Indirect {
Main.java 23 Indirect.main();
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_parse.h 47 struct tgsi_src_register Indirect;
55 struct tgsi_src_register Indirect;
tgsi_ureg.h 43 * flag from the _ext token. Indirect flag always implies ADDR[0].
52 unsigned Indirect : 1; /* BOOL */
76 unsigned Indirect : 1; /* BOOL */
    [all...]
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 87 enum LocationType { Unprocessed, Register, Direct, Indirect, Constant,
CallingConvLower.h 43 Indirect // The location contains pointer to the value.
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.h 47 struct tgsi_src_register Indirect;
55 struct tgsi_src_register Indirect;
tgsi_ureg.h 43 * flag from the _ext token. Indirect flag always implies ADDR[0].
52 unsigned Indirect : 1; /* BOOL */
76 unsigned Indirect : 1; /* BOOL */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc.h 249 unsigned Indirect : 1; /* BOOL */
268 unsigned Indirect : 1; /* BOOL */
279 struct tgsi_src_register Indirect;
289 struct tgsi_src_register Indirect;
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc.h 249 unsigned Indirect : 1; /* BOOL */
268 unsigned Indirect : 1; /* BOOL */
279 struct tgsi_src_register Indirect;
289 struct tgsi_src_register Indirect;
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 24 * - Desc - Defined, Reference, Common or Indirect
71 Indirect = 3,
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_shader_tokens.h 555 * If Indirect is TRUE, Index should be offset by the X component of a source
569 unsigned Indirect : 1; /* BOOL */
583 * Then, if tgsi_src_register::Indirect is TRUE, another tgsi_src_register
592 unsigned Indirect : 1; /* BOOL */
602 unsigned Indirect : 1; /* BOOL */
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 555 * If Indirect is TRUE, Index should be offset by the X component of a source
569 unsigned Indirect : 1; /* BOOL */
583 * Then, if tgsi_src_register::Indirect is TRUE, another tgsi_src_register
592 unsigned Indirect : 1; /* BOOL */
602 unsigned Indirect : 1; /* BOOL */
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 5934 milliseconds