Home
last modified time | relevance | path

Searched refs:Pi (Results 1 – 25 of 242) sorted by relevance

12345678910

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDDG.cpp227 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()
DMemorySSAUpdater.cpp928 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/
Dv3d.rst8 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
Dvc4.rst5 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/
Draspi.cmake21 # 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/
Dnoise.inl27 …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/
DDDG.h360 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/
DAny_Publishing.txt15 $makeRight = [[:Z:][:Ps:][:Pi:]$] ;
DHan_Spacedhan.txt17 $initialPunct = [:Ps:][:Pi:];
DLatin_ConjoiningJamo.txt82 $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/
DAny_Publishing.txt15 $makeRight = [[:Z:][:Ps:][:Pi:]$] ;
DHan_Spacedhan.txt17 $initialPunct = [:Ps:][:Pi:];
DLatin_ConjoiningJamo.txt82 $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/
D48.txt49 4867|Piła
/third_party/mesa3d/docs/relnotes/
D19.2.6.rst42 Alejandro Piñeiro (1):
D10.6.8.rst43 Alejandro Piñeiro (1):
D19.1.1.rst44 Alejandro Piñeiro (1):
D21.3.5.rst44 Alejandro Piñeiro (1):
D21.2.5.rst37 - Android Meson build regression: hardware/system information apps crash on Raspberry Pi 4
D11.0.4.rst48 Alejandro Piñeiro (2):
/third_party/mesa3d/src/broadcom/simulator/
Dmeson.build1 # Copyright © 2019 Raspberry Pi Ltd
/third_party/gstreamer/gstplugins_good/po/
Dro.po194 # „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"
Dbg.po173 msgid "Raspberry Pi Camera Module"
174 msgstr "Модул за камера на Raspberry Pi"
Duk.po183 msgid "Raspberry Pi Camera Module"
184 msgstr "Модуль камери Raspberry Pi"
/third_party/mesa3d/src/broadcom/vulkan/
Dmeson.build1 # Copyright © 2019 Raspberry Pi Ltd

12345678910