HomeSort by relevance Sort by last modified time
    Searched refs:Indirect (Results 26 - 50 of 84) sorted by null

12 3 4

  /external/mesa3d/src/gallium/auxiliary/tgsi/
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...]
tgsi_scan.c 103 if (src->Register.Indirect) {
125 /* check for indirect register reads */
126 if (src->Register.Indirect) {
131 /* check for indirect register writes */
134 if (dst->Register.Indirect) {
tgsi_sanity.c 100 /*FIXME: right now we don't support indirect
118 /*FIXME: right now we don't support indirect
357 (boolean)inst->Src[i].Register.Indirect );
358 if (inst->Src[i].Register.Indirect) {
362 inst->Src[i].Indirect.File,
363 inst->Src[i].Indirect.Index);
367 "indirect",
tgsi_ureg.c 253 dst.Indirect = 0;
826 unsigned size = 1 + (src.Indirect ? 1 : 0) +
846 if (src.Indirect) {
847 out[0].src.Indirect = 1;
861 out[n].dim.Indirect = 1;
875 out[n].dim.Indirect = 0;
892 (dst.Indirect ? 1 : 0));
908 out[n].dst.Indirect = dst.Indirect;
912 if (dst.Indirect) {
    [all...]
  /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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_scan.c 103 if (src->Register.Indirect) {
125 /* check for indirect register reads */
126 if (src->Register.Indirect) {
131 /* check for indirect register writes */
134 if (dst->Register.Indirect) {
tgsi_sanity.c 100 /*FIXME: right now we don't support indirect
118 /*FIXME: right now we don't support indirect
357 (boolean)inst->Src[i].Register.Indirect );
358 if (inst->Src[i].Register.Indirect) {
362 inst->Src[i].Indirect.File,
363 inst->Src[i].Indirect.Index);
367 "indirect",
tgsi_ureg.c 253 dst.Indirect = 0;
826 unsigned size = 1 + (src.Indirect ? 1 : 0) +
846 if (src.Indirect) {
847 out[0].src.Indirect = 1;
861 out[n].dim.Indirect = 1;
875 out[n].dim.Indirect = 0;
892 (dst.Indirect ? 1 : 0));
908 out[n].dst.Indirect = dst.Indirect;
912 if (dst.Indirect) {
    [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 26 * - Desc - Defined, Reference, Common or Indirect
73 Indirect = 3,
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 89 bool Indirect = false);
277 bool Indirect /* = false */) {
283 MachineRelocation MR = Indirect
436 bool Indirect = gvNeedsNonLazyPtr(*RelocOp, TM);
438 Adj, Indirect);
526 // indirect register encoding, this handles addresses like [EAX]. The
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 66 if (!src->Indirect && !src->Absolute && !src->Negate) {
109 boolean indirect = FALSE; local
141 indirect = TRUE;
157 indirect = TRUE;
164 if (indirect) {
239 if (dst->Indirect) {
lp_bld_tgsi_soa.c 382 * Note that indirect addressing cannot be handled here.
404 * Note that indirect addressing cannot be handled here.
595 if (reg->Register.Indirect) {
599 &reg->Indirect);
602 if (reg->Register.Indirect) {
668 if (reg->Register.Indirect) {
672 &reg->Indirect);
675 if (reg->Register.Indirect) {
734 if (reg->Register.Indirect) {
738 &reg->Indirect);
    [all...]
lp_bld_tgsi_aos.c 114 assert(!reg->Register.Indirect);
194 assert(!reg->Register.Indirect);
210 assert(!reg->Register.Indirect);
258 assert(!reg->Register.Indirect);
270 ptr = bld->addr[reg->Indirect.Index];
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_tgsi_to_rc.c 193 if (src->Register.Indirect) {
209 dst->RelAddr = src->Register.Indirect;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 66 if (!src->Indirect && !src->Absolute && !src->Negate) {
109 boolean indirect = FALSE; local
141 indirect = TRUE;
157 indirect = TRUE;
164 if (indirect) {
239 if (dst->Indirect) {
lp_bld_tgsi_soa.c 382 * Note that indirect addressing cannot be handled here.
404 * Note that indirect addressing cannot be handled here.
595 if (reg->Register.Indirect) {
599 &reg->Indirect);
602 if (reg->Register.Indirect) {
668 if (reg->Register.Indirect) {
672 &reg->Indirect);
675 if (reg->Register.Indirect) {
734 if (reg->Register.Indirect) {
738 &reg->Indirect);
    [all...]
lp_bld_tgsi_aos.c 114 assert(!reg->Register.Indirect);
194 assert(!reg->Register.Indirect);
210 assert(!reg->Register.Indirect);
258 assert(!reg->Register.Indirect);
270 ptr = bld->addr[reg->Indirect.Index];
  /external/mesa3d/src/gallium/drivers/r300/
r300_tgsi_to_rc.c 193 if (src->Register.Indirect) {
209 dst->RelAddr = src->Register.Indirect;
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 413 bool Indirect) const;
CallingConvLower.h 42 Indirect // The location contains pointer to the value.
  /external/oprofile/events/i386/westmere/
unit_masks 30 0x04 indirect_non_call Indirect non call branches executed
32 0x08 return_near Indirect return branches executed
34 0x20 indirect_near_call Indirect call branches executed
45 0x04 indirect_non_call Mispredicted indirect non call branches executed
49 0x20 indirect_near_call Mispredicted indirect call branches executed
  /frameworks/compile/mclinker/unittests/
StaticResolverTest.cpp 339 sym->setDesc(ResolveInfo::Indirect);
350 ASSERT_TRUE( ResolveInfo::Indirect == sym->desc() );
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 263 const MachineLocation &Location, bool Indirect = false);

Completed in 278 milliseconds

12 3 4