/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTShadowVol.cpp | 133 …ShadowVolShadowMesh * const psMesh, const PVRTVECTOR3 * const pv0, const PVRTVECTOR3 * const pv1) { in FindOrCreateEdge() argument 138 wV1 = FindOrCreateVertex(psMesh, pv1); in FindOrCreateEdge() 178 const PVRTVECTOR3 * const pv1, in CrossProduct() argument 183 v0.x = pv1->x - pv0->x; in CrossProduct() 184 v0.y = pv1->y - pv0->y; in CrossProduct() 185 v0.z = pv1->z - pv0->z; in CrossProduct() 208 const PVRTVECTOR3 * const pv1, in FindOrCreateTriangle() argument 215 wE0 = FindOrCreateEdge(psMesh, pv0, pv1); in FindOrCreateTriangle() 216 wE1 = FindOrCreateEdge(psMesh, pv1, pv2); in FindOrCreateTriangle() 269 CrossProduct(&psMesh->pT[psMesh->nT].vNormal, pv0, pv1, pv2); in FindOrCreateTriangle() [all …]
|
D | PVRTMisc.cpp | 43 const PVRTVECTOR3 * const pv1) in PVRTMiscCalculateIntersectionLinePlane() argument 49 vD.x = pv1->x - pv0->x; in PVRTMiscCalculateIntersectionLinePlane() 50 vD.y = pv1->y - pv0->y; in PVRTMiscCalculateIntersectionLinePlane() 51 vD.z = pv1->z - pv0->z; in PVRTMiscCalculateIntersectionLinePlane()
|
D | PVRTMisc.h | 30 const PVRTVECTOR3 * const pv1);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Coroutines/ |
D | coro-split-musttail.ll | 13 %pv1 = bitcast i8* %addr1 to void (i8*)* 14 call fastcc void %pv1(i8* null) 40 ; CHECK-NEXT: %[[pv1:.+]] = bitcast i8* %[[addr1]] to void (i8*)* 41 ; CHECK-NOT: musttail call fastcc void %[[pv1]](i8* null)
|
/external/clang/test/Sema/ |
D | pragma-ms_struct.c | 52 void *pv1; member
|
/external/fonttools/Lib/fontTools/varLib/ |
D | merger.py | 518 pv1 = pairValueRecord.Value1 519 if pv1 is not None: 520 vf1 |= pv1.getFormat() 527 pv1 = class2Record.Value1 528 if pv1 is not None: 529 vf1 |= pv1.getFormat()
|
/external/clang/test/CXX/drs/ |
D | dr15xx.cpp | 249 void *pv1 = f({ {1, 2, 3}, {4, 5, 6} }); // expected-error{{ambiguous}} btw 3 & 4 variable
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_unittest.cc | 4507 void* pv1 = (void*)0x1234; // NOLINT in TEST() local 4508 char* const p1 = reinterpret_cast<char*>(pv1); in TEST() 4923 void* pv1 = (void*)0x1234; // NOLINT in TEST() local 4925 char* const p1 = reinterpret_cast<char*>(pv1); in TEST() 4945 void* pv1 = (void*)0x1234; // NOLINT in TEST() local 4947 wchar_t* const p1 = reinterpret_cast<wchar_t*>(pv1); in TEST()
|
/external/googletest/googletest/test/ |
D | gtest_unittest.cc | 4513 void* pv1 = (void*)0x1234; // NOLINT in TEST() local 4514 char* const p1 = reinterpret_cast<char*>(pv1); in TEST() 4928 void* pv1 = (void*)0x1234; // NOLINT in TEST() local 4930 char* const p1 = reinterpret_cast<char*>(pv1); in TEST() 4950 void* pv1 = (void*)0x1234; // NOLINT in TEST() local 4952 wchar_t* const p1 = reinterpret_cast<wchar_t*>(pv1); in TEST()
|
/external/icu/icu4c/source/i18n/ |
D | decNumber.cpp | 4553 const Unit *pv1, *pv2; in decDivideOp() local 4556 for (pv1=msu1; ; pv1--, pv2--) { in decDivideOp() 4560 if (*pv1!=v2) break; /* no longer the same */ in decDivideOp() 4561 if (pv1==var1) break; /* done; leave pv1 as is */ in decDivideOp() 4564 if (*pv1<v2) break; /* var1 too low to subtract */ in decDivideOp() 4565 if (*pv1==v2) { /* var1 == var2 */ in decDivideOp()
|
/external/u-boot/arch/arm/dts/ |
D | tegra124-nyan-big.dts | 863 pv1 { 864 nvidia,pins = "pv1";
|
D | tegra124-apalis.dts | 1511 pv1 { /* NC */ 1512 nvidia,pins = "pv1";
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_shader.c | 2901 #define _OPI(o,t,vv1,vv2,pv1,pv2,d,s,h) \ argument 2902 { D3DSIO_##o, TGSI_OPCODE_##t, { vv1, vv2 }, { pv1, pv2, }, d, s, h }
|