Home
last modified time | relevance | path

Searched refs:SF (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/mesa3d/src/intel/isl/
Disl_format.c58 #define SF(sampl, filt, shad, ck, rt, ab, vb, so, color, tw, tr, ccs_e, ta, sf) \ macro
105 SF( Y, 50, x, x, Y, Y, Y, Y, x, 70, 90, 90, x, R32G32B32A32_FLOAT)
106 SF( Y, x, x, x, Y, x, Y, Y, x, 70, 90, 90, x, R32G32B32A32_SINT)
107 SF( Y, x, x, x, Y, x, Y, Y, x, 70, 90, 90, x, R32G32B32A32_UINT)
108 SF( x, x, x, x, x, x, Y, x, x, x, x, x, x, R32G32B32A32_UNORM)
109 SF( x, x, x, x, x, x, Y, x, x, x, x, x, x, R32G32B32A32_SNORM)
110 SF( x, x, x, x, x, x, Y, x, x, x, x, x, x, R64G64_FLOAT)
111 SF( Y, 50, x, x, 100, 100, x, x, x, x, x, 100, x, R32G32B32X32_FLOAT)
112 SF( x, x, x, x, x, x, Y, x, x, x, x, x, x, R32G32B32A32_SSCALED)
113 SF( x, x, x, x, x, x, Y, x, x, x, x, x, x, R32G32B32A32_USCALED)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp41 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) { in SetValue() argument
42 SF.Values[V] = Val; in SetValue()
63 ExecutionContext &SF = ECStack.back(); in visitUnaryOperator() local
65 GenericValue Src = getOperandValue(I.getOperand(0), SF); in visitUnaryOperator()
96 SetValue(&I, R, SF); in visitUnaryOperator()
332 ExecutionContext &SF = ECStack.back(); in visitICmpInst() local
334 GenericValue Src1 = getOperandValue(I.getOperand(0), SF); in visitICmpInst()
335 GenericValue Src2 = getOperandValue(I.getOperand(1), SF); in visitICmpInst()
354 SetValue(&I, R, SF); in visitICmpInst()
664 ExecutionContext &SF = ECStack.back(); in visitFCmpInst() local
[all …]
DInterpreter.h189 gep_type_iterator E, ExecutionContext &SF);
195 void SwitchToNewBasicBlock(BasicBlock *Dest, ExecutionContext &SF);
201 GenericValue getConstantExprValue(ConstantExpr *CE, ExecutionContext &SF);
202 GenericValue getOperandValue(Value *V, ExecutionContext &SF);
204 ExecutionContext &SF);
206 ExecutionContext &SF);
208 ExecutionContext &SF);
210 ExecutionContext &SF);
212 ExecutionContext &SF);
214 ExecutionContext &SF);
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dtext_theme.dart14 fontFamily: '.SF Pro Text',
24 fontFamily: '.SF Pro Text',
34 fontFamily: '.SF Pro Text',
44 fontFamily: '.SF Pro Text',
52 fontFamily: '.SF Pro Text',
61 fontFamily: '.SF Pro Text',
70 fontFamily: '.SF Pro Display',
79 fontFamily: '.SF Pro Display',
89 fontFamily: '.SF Pro Display',
99 fontFamily: '.SF Pro Display',
[all …]
/third_party/libdrm/intel/tests/
Dgm45-3d.batch-ref.txt17 0x12300040: 0x00000000: SF binding table
34 0x12300084: 0x00007d80: SF state
66 0x12300104: 0x00000000: SF binding table
72 0x1230011c: 0x00007ac0: SF state
95 0x12300178: 0x00007ac0: SF state
113 0x123001c0: 0x00007ac0: SF state
131 0x12300208: 0x00007ac0: SF state
149 0x12300250: 0x00007ac0: SF state
161 0x12300280: 0x00007ac0: SF state
189 0x123002f0: 0x00007940: SF state
[all …]
Dgen4-3d.batch-ref.txt17 0x12300040: 0x00000000: SF binding table
33 0x12300080: 0x00007d80: SF state
65 0x12300100: 0x00000000: SF binding table
71 0x12300118: 0x00007ac0: SF state
94 0x12300174: 0x00007ac0: SF state
112 0x123001bc: 0x00007ac0: SF state
130 0x12300204: 0x00007ac0: SF state
148 0x1230024c: 0x00007ac0: SF state
160 0x1230027c: 0x00007ac0: SF state
188 0x123002ec: 0x00007940: SF state
[all …]
Dgen5-3d.batch-ref.txt19 0x12300048: 0x00000000: SF binding table
37 0x12300090: 0x00007d80: SF state
69 0x12300110: 0x00000000: SF binding table
76 0x1230012c: 0x00007ac0: SF state
102 0x12300194: 0x00007ac0: SF state
121 0x123001e0: 0x00007ac0: SF state
140 0x1230022c: 0x00007ac0: SF state
161 0x12300280: 0x00007ac0: SF state
174 0x123002b4: 0x00007ac0: SF state
203 0x12300328: 0x00007940: SF state
[all …]
/third_party/flutter/flutter/packages/flutter/test/material/
Dtypography_test.dart24 test('Typography on iOS defaults to the correct SF font family based on size', () {
27 return s.fontFamily == '.SF UI Display';
28 }, 'Uses SF Display font');
31 return s.fontFamily == '.SF UI Text';
32 }, 'Uses SF Text font');
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dtypography.dart307 …display4 : TextStyle(debugLabel: 'blackCupertino display4', fontFamily: '.SF UI Display', inhe…
308 …display3 : TextStyle(debugLabel: 'blackCupertino display3', fontFamily: '.SF UI Display', inhe…
309 …display2 : TextStyle(debugLabel: 'blackCupertino display2', fontFamily: '.SF UI Display', inhe…
310 …display1 : TextStyle(debugLabel: 'blackCupertino display1', fontFamily: '.SF UI Display', inhe…
311 …headline : TextStyle(debugLabel: 'blackCupertino headline', fontFamily: '.SF UI Display', inhe…
312 …title : TextStyle(debugLabel: 'blackCupertino title', fontFamily: '.SF UI Display', inhe…
313 …subhead : TextStyle(debugLabel: 'blackCupertino subhead', fontFamily: '.SF UI Text', inhe…
314 …body2 : TextStyle(debugLabel: 'blackCupertino body2', fontFamily: '.SF UI Text', inhe…
315 …body1 : TextStyle(debugLabel: 'blackCupertino body1', fontFamily: '.SF UI Text', inhe…
316 …caption : TextStyle(debugLabel: 'blackCupertino caption', fontFamily: '.SF UI Text', inhe…
[all …]
/third_party/node/test/fixtures/keys/
Dfake-startcom-root-database.txt1 V 22920830184221Z 01 unknown /C=US/ST=CA/L=SF/O=NODEJS/OU=agent8/CN=localhost
2 V 22920830184221Z 02 unknown /C=US/ST=CA/L=SF/O=NODEJS/OU=agent9/CN=localhost
Dfake-startcom-root-database.txt.old1 V 22920830184221Z 01 unknown /C=US/ST=CA/L=SF/O=NODEJS/OU=agent8/CN=localhost
Dca2-database.txt1 R 22920830184220Z 181116184220Z 91F006636069F29A unknown /C=US/ST=CA/L=SF/O=Joyent/OU=Node.js/CN=ag…
Dagent8.cnf11 L = SF
Dagent9.cnf11 L = SF
Dagent7.cnf11 L = SF
Dec.cnf11 L = SF
Dagent3.cnf11 L = SF
Dagent2.cnf11 L = SF
Dagent10.cnf11 L = SF
Dagent4.cnf11 L = SF
Dca1.cnf13 L = SF
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkModules.cpp506 for (Function &SF : *SrcM) in run()
507 if (SF.hasLinkOnceLinkage()) in run()
508 if (const Comdat *SC = SF.getComdat()) in run()
509 LazyComdatMembers[SC].push_back(&SF); in run()
522 for (Function &SF : *SrcM) in run()
523 if (linkIfNeeded(SF)) in run()
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_Release18 3. Use the SF admin interface to add this file to the project.
20 4. Download the *.tar.gz file from the SF interface and untar it in
/third_party/skia/third_party/externals/expat/expat/
DChanges581 (SF.net) #539 Fix regression from fix to CVE-2016-0718 cutting off
641 (SF.net) #538 Start using -fno-strict-aliasing
642 (SF.net) #540 Support compilation against cloudlibc of CloudABI
644 (SF.net) #534 CMake: Introduce option "BUILD_doc" (enabled by default)
646 (SF.net) pr2 CMake: Introduce option "INSTALL" (enabled by default)
821 - Some mostly minor bug fixes. SF issues include: #1006708,
830 longer generate warnings on most platforms. SF issues
845 - Fixed a variety of bugs: see SF issues #458907, #609603,
854 - Fixed a variety of bugs: see SF issues #615606, #616863,
857 - Man page improvements: includes SF issue #632146.
[all …]
/third_party/python/Lib/idlelib/
DNEWS2x.txt304 (darwin). Also, Mac Safari browser requires full file:// URIs. SF 900580.
363 config- filenames. SF 782759 Also added note about .idlerc location.
388 SF IDLEfork patch 682347.
404 - Printing the Shell window was failing if it was not saved first SF 748975
417 resolve to the user's loopback interface. SF 747772
419 - Fixed an issue with highlighted errors never de-colorizing. SF 747677. Also
423 which it was initiated. SF 748973 Guido van Rossum patch.
438 a different platform. SF 661759, SF 538584
444 the default font when first installed on Windows. SF 661676
449 user to save the file. SF 661318 Bruce Sherwood patch.
[all …]

1234