/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | GenericIteratedDominanceFrontier.h | 143 IDFPriorityQueue PQ; in calculate() local 149 PQ.push({Node, std::make_pair(Node->getLevel(), Node->getDFSNumIn())}); in calculate() 156 while (!PQ.empty()) { in calculate() 157 DomTreeNodePair RootPair = PQ.top(); in calculate() 158 PQ.pop(); in calculate() 192 PQ.push(std::make_pair( in calculate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LatencyPriorityQueue.cpp | 36 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()() 37 unsigned RHSLatency = PQ->getLatency(RHSNum); in operator ()() 43 unsigned LHSBlocked = PQ->getNumSolelyBlockNodes(LHSNum); in operator ()() 44 unsigned RHSBlocked = PQ->getNumSolelyBlockNodes(RHSNum); in operator ()()
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_gl_colorspace_bt2020_linear.txt | 57 of the framebuffer data, which can be either linear or PQ (Dolby Perceptual 92 If its value is EGL_GL_COLORSPACE_BT2020_PQ_EXT, then a non-linear, PQ 95 ES supports PQ framebuffers. Applications utilizing this option need to 96 ensure that PQ encoding is performed on the application side. 114 is the same range for PQ, the display-referred output values can go beyond
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_gl_colorspace_bt2020_linear.txt | 57 of the framebuffer data, which can be either linear or PQ (Dolby Perceptual 92 If its value is EGL_GL_COLORSPACE_BT2020_PQ_EXT, then a non-linear, PQ 95 ES supports PQ framebuffers. Applications utilizing this option need to 96 ensure that PQ encoding is performed on the application side. 114 is the same range for PQ, the display-referred output values can go beyond
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LatencyPriorityQueue.h | 26 LatencyPriorityQueue *PQ; member 27 explicit latency_sort(LatencyPriorityQueue *pq) : PQ(pq) {} in latency_sort()
|
D | ResourcePriorityQueue.h | 31 ResourcePriorityQueue *PQ; member 32 explicit resource_sort(ResourcePriorityQueue *pq) : PQ(pq) {} in resource_sort()
|
/third_party/typescript/tests/cases/compiler/ |
D | constEnums.ts | 23 PQ = E ** 2, enumerator 133 case Enum1.PQ:
|
/third_party/typescript/tests/baselines/reference/ |
D | constEnums.js | 24 PQ = E ** 2, 134 case Enum1.PQ:
|
D | constEnums.types | 106 PQ = E ** 2, 107 >PQ : Enum1 483 case Enum1.PQ: 484 >Enum1.PQ : Enum1 486 >PQ : Enum1
|
D | constEnums.symbols | 76 PQ = E ** 2, 77 >PQ : Symbol(Enum1.PQ, Decl(constEnums.ts, 21, 15)) 442 case Enum1.PQ: 443 >Enum1.PQ : Symbol(Enum1.PQ, Decl(constEnums.ts, 21, 15)) 445 >PQ : Symbol(Enum1.PQ, Decl(constEnums.ts, 21, 15))
|
/third_party/mbedtls/tests/data_files/dir-maxpath/ |
D | 14.key | 7 3XKQEWgNKxqbrekSwEDlVIjVZSdyKY+/PQ==
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ResourcePriorityQueue.cpp | 190 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()() 191 unsigned RHSLatency = PQ->getLatency(RHSNum); in operator ()() 197 unsigned LHSBlocked = PQ->getNumSolelyBlockNodes(LHSNum); in operator ()() 198 unsigned RHSBlocked = PQ->getNumSolelyBlockNodes(RHSNum); in operator ()()
|
D | ScheduleDAGRRList.cpp | 3138 BURegReductionPriorityQueue *PQ = in createBURRListDAGScheduler() local 3140 ScheduleDAGRRList *SD = new ScheduleDAGRRList(*IS->MF, false, PQ, OptLevel); in createBURRListDAGScheduler() 3141 PQ->setScheduleDAG(SD); in createBURRListDAGScheduler() 3152 SrcRegReductionPriorityQueue *PQ = in createSourceListDAGScheduler() local 3154 ScheduleDAGRRList *SD = new ScheduleDAGRRList(*IS->MF, false, PQ, OptLevel); in createSourceListDAGScheduler() 3155 PQ->setScheduleDAG(SD); in createSourceListDAGScheduler() 3167 HybridBURRPriorityQueue *PQ = in createHybridListDAGScheduler() local 3170 ScheduleDAGRRList *SD = new ScheduleDAGRRList(*IS->MF, true, PQ, OptLevel); in createHybridListDAGScheduler() 3171 PQ->setScheduleDAG(SD); in createHybridListDAGScheduler() 3183 ILPBURRPriorityQueue *PQ = in createILPListDAGScheduler() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/Disassembler/ |
D | LanaiDisassembler.cpp | 109 unsigned PQ = (Insn >> PqShift) & 0x3; in PostOperandDecodeAdjust() local 110 switch (PQ) { in PostOperandDecodeAdjust()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_query.c | 118 #define PQ(_name, _query_type, _type, _result_type) \ macro 128 PQ("prims-emitted", PRIMITIVES_EMITTED, UINT64, AVERAGE),
|
/third_party/skia/third_party/externals/tint/tools/src/ |
D | go.sum | 35 github.com/google/go-cmp v0.5.2 h1:X2ev0eStA3AbceY54o37/0PQ/UWqKEiiO2dKL5OPaFM=
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrFormats.td | 186 // PQ operation
|
/third_party/skia/third_party/externals/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …PQ�GK�<A�:A�CH�BE�ED�BA�>8�;1�:-�<-�=.�E5�L?�NE�GC�@A�?B�@I�@J�DM�CL�DP�FT�CT�?T�>X�Ba�Gi�Ci�?i�@j…
|
/third_party/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …PQ�GK�<A�:A�CH�BE�ED�BA�>8�;1�:-�<-�=.�E5�L?�NE�GC�@A�?B�@I�@J�DM�CL�DP�FT�CT�?T�>X�Ba�Gi�Ci�?i�@j…
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …PQ�GK�<A�:A�CH�BE�ED�BA�>8�;1�:-�<-�=.�E5�L?�NE�GC�@A�?B�@I�@J�DM�CL�DP�FT�CT�?T�>X�Ba�Gi�Ci�?i�@j…
|
/third_party/skia/site/docs/user/release/ |
D | release_notes.md | 697 * Added support for PQ and HLG transfer functions to SkColorSpace.
|
/third_party/cups-filters/cupsfilters/ |
D | image.ppm | 333 />:H%DS4JX?K\IK^KI`NVq^Wx]NvS=k=:m5G@U�Ib�@m�%u�|�"��-��7��:��:��:dn'fr0^m2Nb-Ic3UuFa�Yb�\X�PQ�J… 791 rostt},w�Gt�\k�ja�tU~xJwz;ls0bm0ao>n|S��`��W��Q��K��Dw�Bp�Ip�Wx�c��MiuJen'DJ48.PQ?ca8_\8c\(YS&[S… 824 [CP:M:UBbOj[e_b`^^ZZTU PQNMKK/1/0,-')')03CF 1047 … 11<@CFKM!XU)ka1|h1�h/�_+wS,kL.ZA.I8,84-2835D9:O6:U68MTMUZRG^Z4``$_aY[PQKH'OFIE:X90_80a@<]HJ… 1098 ENPQ'SQ*UR)SP#PLRLWP^R OAM<M9V>&bF8jKFiIJfDClGAY4+E%B(M8%K=#2,8< ci-��H��P��O��H��=… 1429 …]hceesw"}�-��4��4��/��.��7��B��;��?|�Hu�Oc�KP{EN~LX�^M~^MdOiN}kJuk<ea*PQ@F/QZ>`jKkvHhs<Zd0NV… 1687 3C5TNX[PVFLTXPQIIDCB@A@ 1733 =850/.(2J=YRXUPQNPXSSMLFD@@;?:A;A=73 2039 4=6C6G;HMONKFC;85/<6QG,aV@MA18, %#6"+B7=YZ\alhkumkvfnzdv�cpzWckBNT(PQ'UR)`V2iZ9… 2700 …$#,>O"W&"S JC?@?9216%:1LIPQRWPUOPQQYW.b]=UN4J?+=-7&='G/#N3… [all …]
|
/third_party/skia/ |
D | RELEASE_NOTES.txt | 809 * Added support for PQ and HLG transfer functions to SkColorSpace.
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput5 | 648 PQ'Bx,newline=any,utf
|
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | crash.log | 3227 0008c0: 50402b74 0ae80951 c1405552 20b0a3a0 |t+@PQ...RU@.... | 3340 000fd0: 7fb8fc5c 6da32a12 aa3d9dc3 51502eca |\....*.m..=...PQ|
|