Home
last modified time | relevance | path

Searched refs:IND (Results 1 – 25 of 55) sorted by relevance

123

/external/e2fsprogs/tests/d_fallocate_blkmap/
Dexpect26 (0-1):1312-1313, (2-11):8000-8009, (IND):8010, (12-39):8011-8038
38IND):10012, (12-267):10013-10268, (DIND):10269, (IND):10270, (268-523):10271-10526, (IND):10527, (…
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_maos_verts.c62 #define DO_W (IND & RADEON_CP_VC_FRMT_W0)
63 #define DO_RGBA (IND & RADEON_CP_VC_FRMT_PKCOLOR)
64 #define DO_SPEC_OR_FOG (IND & RADEON_CP_VC_FRMT_PKSPEC)
65 #define DO_SPEC ((IND & RADEON_CP_VC_FRMT_PKSPEC) && \
67 #define DO_FOG ((IND & RADEON_CP_VC_FRMT_PKSPEC) && ctx->Fog.Enabled && \
69 #define DO_TEX0 ((IND & RADEON_CP_VC_FRMT_ST0) != 0)
70 #define DO_TEX1 ((IND & RADEON_CP_VC_FRMT_ST1) != 0)
71 #define DO_TEX2 ((IND & RADEON_CP_VC_FRMT_ST2) != 0)
72 #define DO_PTEX ((IND & RADEON_CP_VC_FRMT_Q0) != 0)
73 #define DO_NORM ((IND & RADEON_CP_VC_FRMT_N0) != 0)
[all …]
Dradeon_swtcl.c534 #define DO_UNFILLED ((IND & RADEON_UNFILLED_BIT) != 0)
535 #define DO_TWOSIDE ((IND & RADEON_TWOSIDE_BIT) != 0)
616 #undef IND
624 #define IND (0) macro
628 #define IND (RADEON_TWOSIDE_BIT) macro
632 #define IND (RADEON_UNFILLED_BIT) macro
636 #define IND (RADEON_TWOSIDE_BIT|RADEON_UNFILLED_BIT) macro
/external/mesa3d/src/mesa/swrast_setup/
Dss_tritmp.h51 if (IND & (SS_TWOSIDE_BIT | SS_OFFSET_BIT | SS_UNFILLED_BIT)) in TAG()
59 if (IND & (SS_TWOSIDE_BIT | SS_UNFILLED_BIT)) in TAG()
63 if (IND & SS_UNFILLED_BIT) in TAG()
67 if (IND & SS_TWOSIDE_BIT) { in TAG()
131 if (IND & SS_OFFSET_BIT) { in TAG()
157 if ((IND & SS_OFFSET_BIT) && ctx->Polygon.OffsetPoint) { in TAG()
164 if ((IND & SS_OFFSET_BIT) && ctx->Polygon.OffsetLine) { in TAG()
171 if ((IND & SS_OFFSET_BIT) && ctx->Polygon.OffsetFill) { in TAG()
182 if (IND & SS_OFFSET_BIT) { in TAG()
188 if (IND & SS_TWOSIDE_BIT) { in TAG()
[all …]
Dss_triangle.c167 #define IND (0) macro
171 #define IND (SS_OFFSET_BIT) macro
175 #define IND (SS_TWOSIDE_BIT) macro
179 #define IND (SS_OFFSET_BIT|SS_TWOSIDE_BIT) macro
183 #define IND (SS_UNFILLED_BIT) macro
187 #define IND (SS_OFFSET_BIT|SS_UNFILLED_BIT) macro
191 #define IND (SS_TWOSIDE_BIT|SS_UNFILLED_BIT) macro
195 #define IND (SS_OFFSET_BIT|SS_TWOSIDE_BIT|SS_UNFILLED_BIT) macro
/external/llvm/test/Transforms/LoopVectorize/
Dinduction.ll2 … -force-vector-interleave=1 -force-vector-width=2 -instcombine -S | FileCheck %s --check-prefix=IND
39 ; IND-LABEL: scalar_use
41 ; IND: br label %vector.body
42 ; IND: vector.body:
44 ; IND-NOT: insertelement <2 x i64>
45 ; IND-NOT: shufflevector <2 x i64>
46 ; IND: br {{.*}}, label %vector.body
97 ; IND-LABEL: @scalarize_induction_variable_01(
98 ; IND: vector.body:
99 ; IND: %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ]
[all …]
/external/llvm-project/llvm/test/Transforms/LoopVectorize/
Dinduction.ll2 … -force-vector-interleave=1 -force-vector-width=2 -instcombine -S | FileCheck %s --check-prefix=IND
47 ; IND-LABEL: scalar_use
49 ; IND: br label %vector.body
50 ; IND: vector.body:
52 ; IND-NOT: insertelement <2 x i64>
53 ; IND-NOT: shufflevector <2 x i64>
54 ; IND: br {{.*}}, label %vector.body
99 ; IND-LABEL: @scalarize_induction_variable_01(
100 ; IND: vector.body:
101 ; IND: %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ]
[all …]
/external/llvm-project/llvm/test/MC/X86/
Dalign-branch-single.s3 …align-branch=indirect %s | llvm-objdump -d --no-show-raw-insn - | FileCheck %s --check-prefixes=IND
20 # IND: 1e: jne
32 # IND: 5e: jmp
44 # IND: a0: jmpq *%rax
57 # IND: de: callq *%rax
70 # IND: 11e: retq
85 # IND: 15d: cmpq %rax, %rbp
86 # IND: 160: je
/external/llvm/test/Transforms/CodeGenPrepare/X86/
Dfcmp-sinking.ll19 %IND = phi i32 [ 0, %entry ], [ %IND.new, %body1 ]
20 %CMP = icmp slt i32 %IND, 1250
25 %IND.new = add i32 %IND, 1
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/X86/
Dfcmp-sinking.ll19 %IND = phi i32 [ 0, %entry ], [ %IND.new, %body1 ]
20 %CMP = icmp slt i32 %IND, 1250
25 %IND.new = add i32 %IND, 1
/external/llvm-project/llvm/test/Transforms/JumpThreading/
Dheader-succ.ll15 ; CHECK-NEXT: [[IND:%.*]] = phi i32 [ 0, [[TOP:%.*]] ], [ [[NEXTIND:%.*]], [[LATCH:%.*]] ]
16 ; CHECK-NEXT: [[NEXTIND]] = add i32 [[IND]], 1
17 ; CHECK-NEXT: [[CMP:%.*]] = icmp ule i32 [[IND]], 10
60 ; CHECK-NEXT: [[IND:%.*]] = phi i32 [ 0, [[TOP:%.*]] ], [ [[NEXTIND:%.*]], [[LATCH:%.*]] ]
61 ; CHECK-NEXT: [[NEXTIND]] = add i32 [[IND]], 1
62 ; CHECK-NEXT: [[CMP:%.*]] = icmp ule i32 [[IND]], 10
103 ; CHECK-NEXT: [[IND:%.*]] = phi i32 [ 0, [[TOP:%.*]] ], [ [[NEXTIND:%.*]], [[LATCH:%.*]] ]
104 ; CHECK-NEXT: [[NEXTIND]] = add i32 [[IND]], 1
105 ; CHECK-NEXT: [[CMP:%.*]] = icmp ule i32 [[IND]], 10
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c602 #define DO_FALLBACK ((IND & INTEL_FALLBACK_BIT) != 0)
603 #define DO_OFFSET ((IND & INTEL_OFFSET_BIT) != 0)
604 #define DO_UNFILLED ((IND & INTEL_UNFILLED_BIT) != 0)
605 #define DO_TWOSIDE ((IND & INTEL_TWOSIDE_BIT) != 0)
685 #define IND INTEL_FALLBACK_BIT macro
687 #undef IND
693 #define IND (0) macro
697 #define IND (INTEL_OFFSET_BIT) macro
701 #define IND (INTEL_TWOSIDE_BIT) macro
705 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT) macro
[all …]
/external/llvm/test/Transforms/LICM/
Dhoist-round.ll28 %IND = phi i32 [ 0, %entry ], [ %IND.new, %for.body ]
29 %CMP = icmp slt i32 %IND, 10
44 %IND.new = add i32 %IND, 1
/external/llvm-project/llvm/test/Transforms/LICM/
Dhoist-round.ll31 %IND = phi i32 [ 0, %entry ], [ %IND.new, %for.body ]
32 %CMP = icmp slt i32 %IND, 10
51 %IND.new = add i32 %IND, 1
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Daix-xcoff-externL.ll27 ; XCOFF32: Index: [[#IND:]]{{.*}}{{[[:space:]] *}}Name: .Lb
34 ; XCOFF32-NEXT: Index: [[#IND+1]]
46 ; XCOFF32-NEXT: Index: [[#IND+2]]
54 ; XCOFF32-NEXT: Index: [[#IND+3]]
/external/llvm-project/llvm/test/Transforms/LoopDistribute/
Dconvergent-no-cross-partition-checks.ll32 ; CHECK-NEXT: [[IND:%.*]] = phi i64 [ 0, [[ENTRY_SPLIT]] ], [ [[ADD:%.*]], [[FOR_BODY]] ]
33 ; CHECK-NEXT: [[ADD]] = add nuw nsw i64 [[IND]], 1
34 ; CHECK-NEXT: [[ARRAYIDXD:%.*]] = getelementptr inbounds i32, i32* [[D:%.*]], i64 [[IND]]
37 ; CHECK-NEXT: [[ARRAYIDXE:%.*]] = getelementptr inbounds i32, i32* [[E:%.*]], i64 [[IND]]
40 ; CHECK-NEXT: [[ARRAYIDXC:%.*]] = getelementptr inbounds i32, i32* [[C:%.*]], i64 [[IND]]
/external/rust/crates/csv/examples/data/bench/
Dnfl.csv149 20120909_IND@CHI,1,0,0,IND,CHI,,,65,P.McAfee kicks 67 yards from IND 35 to CHI -2. D.Hester to CHI …
150 20120909_IND@CHI,1,59,56,CHI,IND,1,10,84,(14:56) J.Cutler sacked at CHI 4 for -12 yards (R.Mathis).…
151 20120909_IND@CHI,1,59,22,CHI,IND,2,22,96,(14:22) PENALTY on CHI-G.Carimi False Start 2 yards enforc…
152 20120909_IND@CHI,1,59,1,CHI,IND,2,24,98,(14:01) M.Forte left guard to CHI 5 for 3 yards (J.King; M.…
153 20120909_IND@CHI,1,58,21,CHI,IND,3,21,95,(13:21) (Shotgun) J.Cutler pass incomplete short right to …
154 20120909_IND@CHI,1,58,15,CHI,IND,4,21,95,(13:15) (Punt formation) A.Podlesh punts 45 yards to 50 Ce…
155 20120909_IND@CHI,1,58,8,IND,CHI,1,10,50,(13:08) A.Luck pass short right to D.Jones to CHI 42 for 8 …
156 20120909_IND@CHI,1,57,28,IND,CHI,2,2,42,(12:28) D.Brown right tackle to CHI 44 for -2 yards (I.Idon…
157 20120909_IND@CHI,1,56,45,IND,CHI,3,4,44,(11:45) (Shotgun) A.Luck pass incomplete short left to R.Wa…
158 20120909_IND@CHI,1,56,40,IND,CHI,4,4,44,(11:40) (Punt formation) P.McAfee punts 41 yards to CHI 3 C…
[all …]
/external/e2fsprogs/tests/f_convert_bmap/
Dexpect.114 (0-11):1025-1036, (IND):24, (12-267):1037-1292, (DIND):25, (IND):41, (268-511):1293-1536
/external/e2fsprogs/tests/f_convert_bmap_and_extent/
Dexpect.114 (0-11):1025-1036, (IND):24, (12-267):1037-1292, (DIND):25, (IND):41, (268-511):1293-1536
/external/wpa_supplicant_8/hostapd/
Dhlr_auc_gw.txt27 [-D<DB file>] [-i<IND len in bits>]
37 -i<IND len in bits> = IND length for SQN (default: 5)
/external/e2fsprogs/tests/f_itable_collision/
Dname1 collision between IND/extent tree blocks and inode table
/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_tritmp.h660 TAB[IND].quad = TAG(quadr); in TAG()
663 TAB[IND].triangle = TAG(triangle); in TAG()
666 TAB[IND].line = TAG(line); in TAG()
669 TAB[IND].points = TAG(points); in TAG()
673 #undef IND
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c412 #define DO_UNFILLED ((IND & R200_UNFILLED_BIT) != 0)
413 #define DO_TWOSIDE ((IND & R200_TWOSIDE_BIT) != 0)
495 #undef IND
503 #define IND (0) macro
507 #define IND (R200_TWOSIDE_BIT) macro
511 #define IND (R200_UNFILLED_BIT) macro
515 #define IND (R200_TWOSIDE_BIT|R200_UNFILLED_BIT) macro
/external/e2fsprogs/tests/f_convert_bmap_sparse/
Dexpect.112 (0):513, (4-8):514-518, (IND):58, (20):2005
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.inf.vert.out46 0:10 1.#IND
104 0:10 1.#IND

123