/external/deqp-deps/glslang/Test/baseResults/ |
D | dce.frag.out | 17 0:10 Pre-Increment ( temp int) 20 0:12 Pre-Increment ( temp int) 27 0:14 Pre-Increment ( temp int) 30 0:14 Pre-Increment ( temp int) 41 0:18 Pre-Increment ( temp int) 44 0:20 Pre-Increment ( temp int) 51 0:23 Pre-Increment ( temp int) 69 0:29 Pre-Increment ( temp int) 72 0:28 Pre-Increment ( temp int) 97 0:34 Pre-Increment ( temp int) [all …]
|
D | prepost.frag.out | 24 0:13 Pre-Increment ( temp float) 30 0:13 Pre-Decrement ( temp int) 60 0:17 Pre-Decrement ( temp float) 66 0:17 Pre-Decrement ( temp int) 78 0:20 Pre-Increment ( temp float) 80 0:21 Pre-Decrement ( temp float) 91 0:27 Pre-Increment ( temp float) 123 0:35 Pre-Decrement ( temp float) 161 0:13 Pre-Increment ( temp float) 167 0:13 Pre-Decrement ( temp int) [all …]
|
D | hlsl.forLoop.frag.out | 14 0:4 Pre-Increment ( temp 4-component vector of float) 40 0:7 Pre-Decrement ( temp 4-component vector of float) 109 0:11 Pre-Increment ( temp int) 111 0:12 Pre-Decrement ( temp float) 169 0:15 Pre-Increment ( temp float) 177 0:16 Pre-Decrement ( temp float) 179 0:16 Pre-Decrement ( temp float) 181 0:16 Pre-Decrement ( temp float) 217 0:4 Pre-Increment ( temp 4-component vector of float) 243 0:7 Pre-Decrement ( temp 4-component vector of float) [all …]
|
D | hlsl.switch.frag.out | 29 0:14 Pre-Increment ( temp 4-component vector of float) 36 0:17 Pre-Decrement ( temp 4-component vector of float) 48 0:23 Pre-Increment ( temp 4-component vector of float) 110 0:47 Pre-Increment ( temp 4-component vector of float) 120 0:51 Pre-Decrement ( temp 4-component vector of float) 179 0:14 Pre-Increment ( temp 4-component vector of float) 186 0:17 Pre-Decrement ( temp 4-component vector of float) 198 0:23 Pre-Increment ( temp 4-component vector of float) 260 0:47 Pre-Increment ( temp 4-component vector of float) 270 0:51 Pre-Decrement ( temp 4-component vector of float)
|
D | hlsl.loopattr.frag.out | 21 0:5 Pre-Increment ( temp int) 36 0:8 Pre-Increment ( temp int) 51 0:11 Pre-Increment ( temp int) 91 0:5 Pre-Increment ( temp int) 106 0:8 Pre-Increment ( temp int) 121 0:11 Pre-Increment ( temp int)
|
D | hlsl.frag.out | 44 0:9 Pre-Increment (temp 4-component vector of float) 48 0:9 Pre-Decrement (temp 4-component vector of float) 54 0:10 Pre-Increment (temp 4-component vector of float) 109 0:9 Pre-Increment (temp 4-component vector of float) 113 0:9 Pre-Decrement (temp 4-component vector of float) 119 0:10 Pre-Increment (temp 4-component vector of float)
|
D | hlsl.doLoop.frag.out | 37 0:6 Pre-Increment ( temp float) 42 0:7 Pre-Increment ( temp float) 50 0:7 Pre-Increment ( temp float) 111 0:6 Pre-Increment ( temp float) 116 0:7 Pre-Increment ( temp float) 124 0:7 Pre-Increment ( temp float)
|
D | forLoop.frag.out | 28 0:14 Pre-Increment ( temp int) 58 0:21 Pre-Increment ( temp int) 85 0:26 Pre-Increment ( temp int) 131 0:34 Pre-Increment ( temp int) 210 0:14 Pre-Increment ( temp int) 240 0:21 Pre-Increment ( temp int) 267 0:26 Pre-Increment ( temp int) 313 0:34 Pre-Increment ( temp int)
|
D | hlsl.if.frag.out | 80 0:31 Pre-Increment ( temp float) 82 0:32 Pre-Increment ( temp int) 92 0:34 Pre-Increment ( temp int) 190 0:31 Pre-Increment ( temp float) 192 0:32 Pre-Increment ( temp int) 202 0:34 Pre-Increment ( temp int)
|
D | discard-dce.frag.out | 80 0:17 Pre-Increment ( temp 4-component vector of float) 93 0:23 Pre-Increment ( temp 4-component vector of float) 201 0:17 Pre-Increment ( temp 4-component vector of float) 214 0:23 Pre-Increment ( temp 4-component vector of float)
|
D | always-discard.frag.out | 80 0:17 Pre-Increment ( temp 4-component vector of float) 93 0:23 Pre-Increment ( temp 4-component vector of float) 201 0:17 Pre-Increment ( temp 4-component vector of float) 214 0:23 Pre-Increment ( temp 4-component vector of float)
|
D | 100scope.vert.out | 87 0:52 Pre-Increment ( temp highp int) 90 0:51 Pre-Increment ( temp highp int) 188 0:52 Pre-Increment ( temp highp int) 191 0:51 Pre-Increment ( temp highp int)
|
/external/llvm/lib/Option/ |
D | Option.cpp | 60 for (const char *const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) { in print() local 61 O << '"' << *Pre << (*(Pre + 1) == nullptr ? "\"" : "\", "); in print()
|
D | OptTable.cpp | 175 for (const char * const *Pre = I->Prefixes; *Pre != nullptr; ++Pre) { in matchOption() local 176 StringRef Prefix(*Pre); in matchOption()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Option/ |
D | Option.cpp | 64 for (const char *const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) { in print() local 65 O << '"' << *Pre << (*(Pre + 1) == nullptr ? "\"" : "\", "); in print()
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
D | 2008-05-16-PHIBlockMerge.ll | 65 Succ: ; preds = %Common, %BB.tomerge, %Pre-Exit 68 %b = phi i32 [ 1, %BB.tomerge ], [ 1, %Common ], [ 2, %Pre-Exit ] 70 br i1 %conde, label %Common, label %Pre-Exit 76 Pre-Exit: ; preds = %Succ 82 Exit: ; preds = %Pre-Exit
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/ |
D | 2008-05-16-PHIBlockMerge.ll | 65 Succ: ; preds = %Common, %BB.tomerge, %Pre-Exit 68 %b = phi i32 [ 1, %BB.nomerge ], [ 1, %Common ], [ 2, %Pre-Exit ] 70 br i1 %conde, label %Common, label %Pre-Exit 76 Pre-Exit: ; preds = %Succ 82 Exit: ; preds = %Pre-Exit
|
D | EqualPHIEdgeBlockMerge.ll | 190 Succ: ; preds = %Common, %BB.tomerge, %Pre-Exit 193 %b = phi i32 [ 1, %BB.nomerge ], [ 1, %Common ], [ 2, %Pre-Exit ] 195 br i1 %conde, label %Common, label %Pre-Exit 201 Pre-Exit: ; preds = %Succ 207 Exit: ; preds = %Pre-Exit
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2008-05-16-PHIBlockMerge.ll | 65 Succ: ; preds = %Common, %BB.tomerge, %Pre-Exit 68 %b = phi i32 [ 1, %BB.nomerge ], [ 1, %Common ], [ 2, %Pre-Exit ] 70 br i1 %conde, label %Common, label %Pre-Exit 76 Pre-Exit: ; preds = %Succ 82 Exit: ; preds = %Pre-Exit
|
D | EqualPHIEdgeBlockMerge.ll | 190 Succ: ; preds = %Common, %BB.tomerge, %Pre-Exit 193 %b = phi i32 [ 1, %BB.nomerge ], [ 1, %Common ], [ 2, %Pre-Exit ] 195 br i1 %conde, label %Common, label %Pre-Exit 201 Pre-Exit: ; preds = %Succ 207 Exit: ; preds = %Pre-Exit
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | ITreeVisitorAction.cs | 49 object Pre(object t); in Pre() method 72 public object Pre(object t) in Pre() method in Antlr.Runtime.Tree.TreeVisitorAction
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | ITreeVisitorAction.cs | 51 object Pre( object t ); in Pre() method 74 public object Pre( object t ) in Pre() method in Antlr.Runtime.Tree.TreeVisitorAction
|
/external/e2fsprogs/debian/ |
D | control | 70 Pre-Depends: ${misc:Pre-Depends} 98 Pre-Depends: ${misc:Pre-Depends} 161 Pre-Depends: ${misc:Pre-Depends} 191 Pre-Depends: ${shlibs:Depends}, ${misc:Depends}, libblkid1, libuuid1
|
/external/expat/win32/ |
D | MANIFEST.txt | 15 <top>\Bin\ Pre-compiled dynamic libraries for developers. 16 Pre-compiled static libraries for developers (*MT.lib).
|
/external/tcpdump/tests/ |
D | dcb_qcn.out | 127 Pre-Priority CNPV Indicator 130 Pre-Priority Ready Indicator 167 Pre-Priority CNPV Indicator 170 Pre-Priority Ready Indicator 312 Pre-Priority CNPV Indicator 315 Pre-Priority Ready Indicator 352 Pre-Priority CNPV Indicator 355 Pre-Priority Ready Indicator
|