Home
last modified time | relevance | path

Searched refs:VP (Results 1 – 25 of 42) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonDepIICHVX.td142 InstrItinData <tc_131f1c81, /*SLOT0,NOSLOT1,STORE,VP*/
232 InstrItinData <tc_3c56e5ce, /*SLOT0,NOSLOT1,LOAD,VP*/
262 InstrItinData <tc_46d6c3e0, /*SLOT0123,VP*/
298 InstrItinData <tc_56e64202, /*SLOT0123,VP*/
309 InstrItinData <tc_5bf8afbb, /*SLOT0123,VP*/
339 InstrItinData <tc_6e7fa133, /*SLOT0123,VP*/
406 InstrItinData <tc_946013d8, /*SLOT0123,VP*/
433 InstrItinData <tc_a7e6707d, /*SLOT0,NOSLOT1,LOAD,VP*/
503 InstrItinData <tc_c7039829, /*SLOT0,NOSLOT1,STORE,VP*/
536 InstrItinData <tc_e2d2e9e5, /*SLOT0,NOSLOT1,STORE,VP*/
[all …]
/third_party/mesa3d/src/mesa/main/
Drastpos.c164 GLfloat VP[3]; /* vector from vertex to light pos */ in shade_rastpos() local
170 COPY_3V(VP, light->_VP_inf_norm); in shade_rastpos()
178 SUB_3V(VP, light->_Position, vertex); in shade_rastpos()
180 d = (GLfloat) LEN_3FV( VP ); in shade_rastpos()
184 SELF_SCALE_SCALAR_3V(VP, invd); in shade_rastpos()
193 GLfloat PV_dot_dir = - DOT3(VP, light->_NormSpotDirection); in shade_rastpos()
208 n_dot_VP = DOT3( normal, VP ); in shade_rastpos()
230 SUB_3V(VP, VP, v); in shade_rastpos()
231 NORMALIZE_3FV(VP); in shade_rastpos()
232 h = VP; in shade_rastpos()
[all …]
/third_party/ffmpeg/doc/
Dnut.texi145 @item VP30 @tab VP 3.0
146 @item VP31 @tab VP 3.1
147 @item VP50 @tab VP 5.0
148 @item VP60 @tab VP 6.0
149 @item VP61 @tab VP 6.1
150 @item VP62 @tab VP 6.2
151 @item VP70 @tab VP 7.0
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DPointerUnion.h185 static inline PointerUnion getFromOpaqueValue(void *VP) {
187 V.Val = ValTy::getFromOpaqueValue(VP);
321 static inline PointerUnion3 getFromOpaqueValue(void *VP) {
323 V.Val = ValTy::getFromOpaqueValue(VP);
428 static inline PointerUnion4 getFromOpaqueValue(void *VP) {
430 V.Val = ValTy::getFromOpaqueValue(VP);
/third_party/node/src/
Denv.h144 #define VP(PropertyName, StringValue) V(v8::Private, PropertyName) macro
149 PER_ISOLATE_PRIVATE_SYMBOL_PROPERTIES(VP)
155 #undef VP
178 #define VP(PropertyName, StringValue) V(v8::Private, PropertyName) macro
184 PER_ISOLATE_PRIVATE_SYMBOL_PROPERTIES(VP)
193 #undef VP
798 #define VP(PropertyName, StringValue) V(v8::Private, PropertyName) macro
803 PER_ISOLATE_PRIVATE_SYMBOL_PROPERTIES(VP)
809 #undef VP
Denv-inl.h765 #define VP(PropertyName, StringValue) V(v8::Private, PropertyName) macro
773 PER_ISOLATE_PRIVATE_SYMBOL_PROPERTIES(VP)
779 #undef VP in PER_ISOLATE_SYMBOL_PROPERTIES()
791 #define VP(PropertyName, StringValue) V(v8::Private, PropertyName) macro
798 PER_ISOLATE_PRIVATE_SYMBOL_PROPERTIES(VP)
804 #undef VP
Denv.cc296 #define VP(PropertyName, StringValue) V(Private, PropertyName) in Serialize() macro
302 PER_ISOLATE_PRIVATE_SYMBOL_PROPERTIES(VP) in Serialize()
308 #undef VP in Serialize()
333 #define VP(PropertyName, StringValue) V(Private, PropertyName) in DeserializeProperties() macro
347 PER_ISOLATE_PRIVATE_SYMBOL_PROPERTIES(VP) in DeserializeProperties()
353 #undef VP in DeserializeProperties()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapture.cpp514 D3D11_VIEWPORT VP; in DrawMouse() local
515 VP.Width = static_cast<FLOAT>(FullDesc.Width); in DrawMouse()
516 VP.Height = static_cast<FLOAT>(FullDesc.Height); in DrawMouse()
517 VP.MinDepth = 0.0f; in DrawMouse()
518 VP.MaxDepth = 1.0f; in DrawMouse()
519 VP.TopLeftX = 0.0f; in DrawMouse()
520 VP.TopLeftY = 0.0f; in DrawMouse()
521 context_handle->RSSetViewports(1, &VP); in DrawMouse()
1255 D3D11_VIEWPORT VP; in CopyDirty() local
1256 VP.Width = static_cast<FLOAT>(FullDesc.Width); in CopyDirty()
[all …]
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerTracePC.h56 void SetUseValueProfile(bool VP) { UseValueProfile = VP; } in SetUseValueProfile() argument
/third_party/openGLES/extensions/HP/
DHP_texture_lighting.txt66 + (n @ VP )d * d
90 + (n @ VP )d * d]
/third_party/skia/third_party/externals/opengl-registry/extensions/HP/
DHP_texture_lighting.txt66 + (n @ VP )d * d
90 + (n @ VP )d * d]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1052 DIE &Buffer, const DITemplateValueParameter *VP) { in constructTemplateValueParameterDIE() argument
1053 DIE &ParamDIE = createAndAddDIE(VP->getTag(), Buffer); in constructTemplateValueParameterDIE()
1057 if (VP->getTag() == dwarf::DW_TAG_template_value_parameter) in constructTemplateValueParameterDIE()
1058 addType(ParamDIE, VP->getType()); in constructTemplateValueParameterDIE()
1059 if (!VP->getName().empty()) in constructTemplateValueParameterDIE()
1060 addString(ParamDIE, dwarf::DW_AT_name, VP->getName()); in constructTemplateValueParameterDIE()
1061 if (Metadata *Val = VP->getValue()) { in constructTemplateValueParameterDIE()
1063 addConstantValue(ParamDIE, CI, VP->getType()); in constructTemplateValueParameterDIE()
1077 } else if (VP->getTag() == dwarf::DW_TAG_GNU_template_template_param) { in constructTemplateValueParameterDIE()
1081 } else if (VP->getTag() == dwarf::DW_TAG_GNU_template_parameter_pack) { in constructTemplateValueParameterDIE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPointerUnion.h235 static inline PointerUnion getFromOpaqueValue(void *VP) {
237 V.Val = decltype(V.Val)::getFromOpaqueValue(VP);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h1141 auto VP = getOrInsertValuePtr(GUID);
1142 VP->second.U.Name = Name;
1143 return ValueInfo(HaveGVs, VP);
1149 auto VP = getOrInsertValuePtr(GV->getGUID());
1150 VP->second.U.GV = GV;
1151 return ValueInfo(HaveGVs, VP);
/third_party/openh264/testbin/
DAutoBuild_Windows_VS2008.bat23 rem call VP build
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBreakCriticalEdges.cpp121 if (const PHINode *VP = dyn_cast<PHINode>(V)) in createPHIsForSplitLoopExit() local
122 if (VP->getParent() == SplitBB) in createPHIsForSplitLoopExit()
/third_party/libdrm/intel/tests/
Dgen6-3d.batch-ref.txt92 0x1230016c: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
215 0x12300358: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
345 0x12300560: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
412 0x1230066c: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
482 0x12300784: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
615 0x12300998: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
682 0x12300aa4: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
752 0x12300bbc: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
885 0x12300dd0: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
952 0x12300edc: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
/third_party/skia/third_party/externals/libjpeg-turbo/testimages/
Dtestorig.ppm4VP�B?�BA�UV�RR�JJ�C@�>6�:/�8-�8*�<+�;(�:'�<)�>-�?-�@/�>.�:,�;0�=0�>1�>2�?1�A4�C5�i\�md�b[�kf�ol�ba…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1533 if (const PHINode *VP = dyn_cast<PHINode>(I)) in canSelectOperandBeMappingIntoPredBlock() local
1534 if (VP->getParent() == CondPHI->getParent()) in canSelectOperandBeMappingIntoPredBlock()
/third_party/cups-filters/cupsfilters/
Dimage.ppm566 :"F.+`B-fF,gI(dK!^L"`S*i`1rlMHVPZQWL]NjV"mVhW$lh?��m��v��Z`pREWW7LG 3]2EL&32-%"KVHq�wv��m…
574 …Q#aR\LZJ^N$cX"e\>|wb��u��o��Vbr?@T1,@ZSe?=K26?CSSZxpb�{Z�vT�iHsHKuENyLQ�VP�\K~]>sW4jR9l[0bV/\W2…
778 …�ob�~S�Hz�;o}2ex3f{Cs�Y��h��Z��S��M��Hy�Fq�Ns�]}�j��Xo}Zr|AZa2PRHgiKml7[W-VP/^X*[U3b\BqiCpi(VL1'…
1399 …@OH9;88./=)+5AJKHHOW x=/s8*o5'j2!Y&H�E�M*Y:`IbOYK SIVPXRQOUU\\efmlpp…
1482 …�W��O��D��<��:��;ij?ƹG��N��Z��^��Y��\��b��f��_��Z��X��T��M��B�w0sabQ LAPHVPVR�ON�IG�EB�B>4/*&…
1548 HGA@7552=9FA#VP:<5%
2517 E@ ?=�GD�VP`UdXd[`\TZ,DU52O=)K=;+"�
2542 J!K"L$ V3 P2�M7M@ GB @>GD�VP\T_T\T VTIR%:N2+K<$H><- !�   $% # 
3071 />*:"..5<NLN]VP^NAKC.3>!#=2 2.*
4209 +" &':6EFLZ>LY+AN!=I<H>JBM!GP(OV0W\9\`>`a>\\5NK2BA5?>798431=45H?8D=*NI,XR2ZU/XQ#VPZS_YaX…
[all …]
/third_party/python/Lib/idlelib/
DChangeLog321 VP IDLE version depended on VP's ExecBinding.py and spawn.py to get
/third_party/vk-gl-cts/external/openglcts/
DREADME.md894 - VP Kutti
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst1430 - mesa/st: Fix leaks of TGSI tokens in VP variants.
2540 - st/mesa: Copy VP TGSI tokens if they exist, even for NIR shaders.
2783 - iris: max VP index
2786 - iris: fix VP iteration
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SchedSkylakeServer.td837 "VP(MAX|MIN)(S|U)Q(Z|Z128|Z256)rr",
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/
Dhdr-rgb-canarywharf.hdr428 …�����������������|y{x}|���~{{|yn�qostuvyp��z~���wz�wzvspff^�d[UTP������`VP�}jQ����RO_Bh�mTa��^�…
451 …POPOPSVXXYZ^_`bbghkpqsuvvuuvwutqlkiecccbaa`_]^_^�_^�_`b`aababba`__]^\[�YVP�MN�MLKLKKK�w]uxz{}…
614 …���g{|uo�hty}��ls{{hy`mqp�elp{q���abam��Xcjrvzx��P^_�bciigw�uٳ���b\]P\Z^VP����x���z���y��K�W]ea…
648 …PU�PNPQQRRclUPONNLW0aC�3KHHIKLpeOOPPQOOLgiRTSOPQR�OGGJJHHGGkNJ^oJA@9d[OhmT?VP�K]h`TNMFyTPNNJGE=c�=…
719 …NNNG\�]QRT+H|�1YZYX:��-0562Q�jIAvJ�m�B?90@p�DAA9Jw�^h�=;>�vG7mqp��[Udzi�@??VP�=;:\G�;60LE�820;k�4h…
816 …_^ZY��XSQSSS���QMHC@?>�O@@?=9R��>><9o_Z�hhfa]R]�[WNC:a~~NWekdj�OTKKIF}�pnc]VP�mLbf�]}gYSMMEqg\idVE…
864 …<A�G?>==Ag�g??@ACcsAAB=FoJEFFdivfhk[Mcc^Y^m_Dpln��ythvLiU_d��]faKXxr{v~mn[VP�{wkLTt\dTas`]Jw�`\>N…
953 …Q�bYE��ma�mdpzr�|~mhead_WNhdQW\D�HFEOVpZ_AFJ�qj���}uim_�Ϣ����yɌz���ۂ}����ք�VP`S`��\Xp�����������oί…
1016 …iU��ObP\Vnj<T�z_�W���}�z�wMMONPgSVUTV_ZnwhNsdgMi�G7@SnDp��xp5E=�:H;@I3Uo�VP;%hfYbt�LZ�����AS@7@e…
1104 …zqu��▷^d�|�������R>]E^?hT�PZZh]CuXdIAbPj`s����Ƀ����v��jxD??:9=67735543485[VP:UFOH}rhrvAFI~�Sex��h…

12