/third_party/skia/third_party/externals/libpng/projects/visualc71/ |
D | libpng.sln | 20 DLL VB = DLL VB 29 {0008960E-E0DD-41A6-8265-00B31DDB4C21}.DLL VB.ActiveCfg = DLL VB|Win32 30 {0008960E-E0DD-41A6-8265-00B31DDB4C21}.DLL VB.Build.0 = DLL VB|Win32 39 {FD1C2F86-9EEF-47BD-95A4-530917E17FDA}.DLL VB.ActiveCfg = DLL VB|Win32 40 {FD1C2F86-9EEF-47BD-95A4-530917E17FDA}.DLL VB.Build.0 = DLL VB|Win32 49 {2D4F8105-7D21-454C-9932-B47CAB71A5C0}.DLL VB.ActiveCfg = DLL Release|Win32 50 {2D4F8105-7D21-454C-9932-B47CAB71A5C0}.DLL VB.Build.0 = DLL Release|Win32
|
/third_party/mesa3d/src/intel/tools/tests/gen6/ |
D | send.asm | 84 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 0 mlen 1 rlen 0 { align16 1Q }; 86 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 0 mlen 1 rlen 1 { align16 1Q }; 184 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 1 mlen 1 rlen 1 { align16 1Q }; 192 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 1 mlen 1 rlen 0 { align16 1Q }; 194 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 2 mlen 1 rlen 0 { align16 1Q }; 196 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 3 mlen 1 rlen 0 { align16 1Q }; 198 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 4 mlen 1 rlen 0 { align16 1Q }; 200 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 5 mlen 1 rlen 1 { align16 1Q }; 370 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 2 mlen 1 rlen 1 { align16 1Q }; 386 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 5 mlen 1 rlen 0 { align16 1Q }; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | UDTLayout.cpp | 235 for (auto &VB : VirtualBaseSyms) { in initializeChildren() local 236 int VBPO = VB->getVirtualBasePointerOffset(); in initializeChildren() 238 if (auto VBP = VB->getRawSymbol().getVirtualBaseTableType()) { in initializeChildren() 253 std::make_unique<BaseClassLayout>(*this, Offset, Elide, std::move(VB)); in initializeChildren()
|
D | PDBExtras.cpp | 212 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, VB, OS) in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrFormats.td | 977 bits<5> VB; 983 let Inst{16-20} = VB; 1867 bits<5> VB; 1873 let Inst{16-20} = VB; 1884 bits<5> VB; 1891 let Inst{16-20} = VB; 1901 bits<5> VB; 1908 let Inst{16-20} = VB; 1920 bits<5> VB; 1926 let Inst{16-20} = VB; [all …]
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.7.rst | 35 …from TransformFeedback . Regression from Mesa 21. Something to do with VB+XFB -> VB+XFB dependency?
|
D | 19.1.0.rst | 2592 - iris: reference VB BOs 2593 - iris: VB addresses 2595 - iris: VB fixes 2776 - iris: redo VB CSO a bit 3159 - iris: CS stall for stream out -> VB 3178 - iris: rewrite set_vertex_buffer and VB handling
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNRegBankReassign.cpp | 504 unsigned VB = FreeBanks & VGPR_BANK_MASK; in getFreeBanks() local 505 FreeBanks = ((VB >> Shift) | (VB << (NUM_VGPR_BANKS - Shift))) & in getFreeBanks()
|
/third_party/f2fs-tools/lib/ |
D | nls_utf8.c | 340 #define VB (0x1161) macro 374 h += utf8encode3((char *)h, vi + VB); in utf8hangul()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 155 VB = 0x0b, enumerator
|
/third_party/protobuf/docs/ |
D | third_party.md | 25 * C#/.NET/WCF/VB: http://code.google.com/p/protobuf-net/ 111 * https://github.com/protobuf-net/protobuf-net (C#/.NET/WCF/VB)
|
/third_party/zlib/old/ |
D | visual-basic.txt | 73 says conforms to the VB guidelines, and that solves the problem of not
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 1256 Value *VB = PN.getIncomingValue(j); in visitPHINode() local 1258 PN.setIncomingValue(i, VB); in visitPHINode()
|
/third_party/ffmpeg/tests/fate/ |
D | video.mak | 347 FATE_VIDEO-$(call FRAMECRC, SIFF, VB, SCALE_FILTER) += fate-vb 348 fate-vb: CMD = framecrc -i $(TARGET_SAMPLES)/SIFF/INTRO_B.VB -t 3 -pix_fmt rgb24 -an -vf scale
|
D | demux.mak | 134 fate-siff-demux: CMD = framecrc -i $(TARGET_SAMPLES)/SIFF/INTRO_B.VB -c copy
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstExtenders.cpp | 1963 ExtValue VA(A), VB(B); in runOnMachineFunction() local 1964 if (VA != VB) in runOnMachineFunction() 1965 return VA < VB; in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 942 Value *VB = Sub->user_back(); in ShouldBreakUpSubtract() local 944 (isReassociableOp(VB, Instruction::Add, Instruction::FAdd) || in ShouldBreakUpSubtract() 945 isReassociableOp(VB, Instruction::Sub, Instruction::FSub))) in ShouldBreakUpSubtract()
|
/third_party/python/Lib/idlelib/ |
D | TODO.txt | 207 - GUI form designer to kick VB's butt. (Robert Geiger) THAT'S NOT IDLE
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 95 CV_ENUM_ENT(SourceLanguage, CSharp), CV_ENUM_ENT(SourceLanguage, VB),
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/ |
D | Clear11.hlsl | 11 // - VS_Clear_FL9 requires a VB to be bound with vertices to create
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenMCCodeEmitter.inc | 2922 // op: VB 4029 // op: VB 5329 // op: VB 5629 // op: VB 5649 // op: VB 5672 // op: VB 5715 // op: VB 5744 // op: VB 5763 // op: VB 5806 // op: VB [all …]
|
/third_party/icu/docs/userguide/collation/customization/ |
D | index.md | 180 VB | WA 183 VZ | VB
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | cs.txt | 644 en_GB{"angličtina (VB)"}
|
/third_party/icu/icu4c/source/data/lang/ |
D | cs.txt | 676 en_GB{"angličtina (VB)"}
|
/third_party/skia/third_party/externals/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …VB�M:�WI�f[�d_�RT�CI�FM�AE�??�@<�@8�?9�FA�ML�JP�@K�9H�7H�5H�3E�6G�;M�9Q�7R�6R�6U�6X�9]�;a�<g�>k�?m…
|