/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DDG.cpp | 227 auto *Pi = dyn_cast<PiBlockDDGNode>(&N); in addNode() local 228 assert((!Root || Pi) && in addNode() 234 if (Pi) in addNode() 235 for (DDGNode *NI : Pi->getNodes()) in addNode() 236 PiBlockMap.insert(std::make_pair(NI, Pi)); in addNode() 244 auto *Pi = PiBlockMap.find(&N)->second; in getPiBlock() local 245 assert(PiBlockMap.find(Pi) == PiBlockMap.end() && in getPiBlock() 247 return Pi; in getPiBlock()
|
D | MemorySSAUpdater.cpp | 928 BasicBlock *Pi = Pair.second; in applyInsertUpdates() local 929 if (!AddedBlockSet.count(Pi)) in applyInsertUpdates() 930 PrevBlockSet.insert(Pi); in applyInsertUpdates() 931 EdgeCountMap[{Pi, BB}]++; in applyInsertUpdates() 1080 BasicBlock *Pi = Pair.second; in applyInsertUpdates() local 1081 IDFPhi->addIncoming(GetLastDef(Pi), Pi); in applyInsertUpdates()
|
/third_party/mesa3d/docs/drivers/ |
D | v3d.rst | 8 used on the Raspberry Pi 4. 12 driver for scheduling GPU commands. Additionally, on the Raspberry Pi 33 is closely related to the vc4 GPU present in the Raspberry Pi. They 39 Developers with NDA access with Broadcom or Raspberry Pi can get
|
D | vc4.rst | 5 Broadcom's VideoCore IV GPU. It is notably used in the Raspberry Pi 0 6 through Raspberry Pi 3 hardware, and the driver is included as an 169 1024M (Pi 2, 3, 3+) or 512M (Pi B, B+, Zero, Zero W). Also this 294 is closely related to the vc4 GPU present in the Raspberry Pi. They 300 Developers with NDA access with Broadcom or Raspberry Pi can
|
/third_party/vk-gl-cts/targets/raspi/ |
D | raspi.cmake | 21 # Raspberry Pi target 22 message("*** Using Raspberry Pi") 23 set(DEQP_TARGET_NAME "Raspberry Pi")
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | noise.inl | 27 …tvec4<T, P> Pi = glm::floor(tvec4<T, P>(Position.x, Position.y, Position.x, Position.y)) + tvec4<T… local 29 Pi = mod(Pi, tvec4<T, P>(289)); // To avoid truncation effects in permutation 30 tvec4<T, P> ix(Pi.x, Pi.z, Pi.x, Pi.z); 31 tvec4<T, P> iy(Pi.y, Pi.y, Pi.w, Pi.w); 348 …tvec4<T, P> Pi = floor(tvec4<T, P>(Position.x, Position.y, Position.x, Position.y)) + tvec4<T, P>(… local 350 Pi = mod(Pi, tvec4<T, P>(rep.x, rep.y, rep.x, rep.y)); // To create noise with explicit period 351 Pi = mod(Pi, tvec4<T, P>(289)); // To avoid truncation effects in permutation 352 tvec4<T, P> ix(Pi.x, Pi.z, Pi.x, Pi.z); 353 tvec4<T, P> iy(Pi.y, Pi.y, Pi.w, Pi.w);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DDG.h | 360 auto *Pi = new PiBlockDDGNode(L); in createPiBlock() local 361 assert(Pi && "Failed to allocate memory for pi-block node."); in createPiBlock() 362 Graph.addNode(*Pi); in createPiBlock() 363 return *Pi; in createPiBlock()
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | Any_Publishing.txt | 15 $makeRight = [[:Z:][:Ps:][:Pi:]$] ;
|
D | Han_Spacedhan.txt | 17 $initialPunct = [:Ps:][:Pi:];
|
D | Latin_ConjoiningJamo.txt | 82 $Pi = ᄑ; 260 $sep ← $latinMedialEnd l p {} [$Pi]; 263 $sep ← $latinMedialEnd p {} $Pi; 283 $jamoMedial {l p} $latinMedial → $L $Pi; 301 $jamoMedial {p} $latinMedial → $Pi; 385 {p} $latinMedial ↔ $Pi;
|
/third_party/icu/icu4c/source/data/translit/ |
D | Any_Publishing.txt | 15 $makeRight = [[:Z:][:Ps:][:Pi:]$] ;
|
D | Han_Spacedhan.txt | 17 $initialPunct = [:Ps:][:Pi:];
|
D | Latin_ConjoiningJamo.txt | 82 $Pi = ᄑ; 260 $sep ← $latinMedialEnd l p {} [$Pi]; 263 $sep ← $latinMedialEnd p {} $Pi; 283 $jamoMedial {l p} $latinMedial → $L $Pi; 301 $jamoMedial {p} $latinMedial → $Pi; 385 {p} $latinMedial ↔ $Pi;
|
/third_party/libphonenumber/resources/geocoding/pl/ |
D | 48.txt | 49 4867|Piła
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.2.6.rst | 42 Alejandro Piñeiro (1):
|
D | 10.6.8.rst | 43 Alejandro Piñeiro (1):
|
D | 19.1.1.rst | 44 Alejandro Piñeiro (1):
|
D | 21.3.5.rst | 44 Alejandro Piñeiro (1):
|
D | 21.2.5.rst | 37 - Android Meson build regression: hardware/system information apps crash on Raspberry Pi 4
|
D | 11.0.4.rst | 48 Alejandro Piñeiro (2):
|
/third_party/mesa3d/src/broadcom/simulator/ |
D | meson.build | 1 # Copyright © 2019 Raspberry Pi Ltd
|
/third_party/gstreamer/gstplugins_good/po/ |
D | ro.po | 194 # „Modulul de cameră Raspberry Pi” 196 # „Modulul pentru cameră Raspberry Pi” 199 # hardware, „modulul de cameră Raspberry Pi”, 204 msgid "Raspberry Pi Camera Module" 205 msgstr "Modulul camerei Raspberry Pi"
|
D | bg.po | 173 msgid "Raspberry Pi Camera Module" 174 msgstr "Модул за камера на Raspberry Pi"
|
D | uk.po | 183 msgid "Raspberry Pi Camera Module" 184 msgstr "Модуль камери Raspberry Pi"
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | meson.build | 1 # Copyright © 2019 Raspberry Pi Ltd
|