Home
last modified time | relevance | path

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

1234567891011

/external/mesa3d/src/intel/isl/
Disl_format.c48 #define SF(sampl, filt, shad, ck, rt, ab, vb, so, color, tw, tr, ccs_e, sf) \ macro
92 SF( Y, 50, x, x, Y, Y, Y, Y, x, 70, 90, 90, R32G32B32A32_FLOAT)
93 SF( Y, x, x, x, Y, x, Y, Y, x, 70, 90, 90, R32G32B32A32_SINT)
94 SF( Y, x, x, x, Y, x, Y, Y, x, 70, 90, 90, R32G32B32A32_UINT)
95 SF( x, x, x, x, x, x, Y, x, x, x, x, x, R32G32B32A32_UNORM)
96 SF( x, x, x, x, x, x, Y, x, x, x, x, x, R32G32B32A32_SNORM)
97 SF( x, x, x, x, x, x, Y, x, x, x, x, x, R64G64_FLOAT)
98 SF( Y, 50, x, x, 100, 100, x, x, x, x, x, 100, R32G32B32X32_FLOAT)
99 SF( x, x, x, x, x, x, Y, x, x, x, x, x, R32G32B32A32_SSCALED)
100 SF( x, x, x, x, x, x, Y, x, x, x, x, x, R32G32B32A32_USCALED)
[all …]
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp40 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) { in SetValue() argument
41 SF.Values[V] = Val; in SetValue()
258 ExecutionContext &SF = ECStack.back(); in visitICmpInst() local
260 GenericValue Src1 = getOperandValue(I.getOperand(0), SF); in visitICmpInst()
261 GenericValue Src2 = getOperandValue(I.getOperand(1), SF); in visitICmpInst()
280 SetValue(&I, R, SF); in visitICmpInst()
446 ExecutionContext &SF = ECStack.back(); in visitFCmpInst() local
448 GenericValue Src1 = getOperandValue(I.getOperand(0), SF); in visitFCmpInst()
449 GenericValue Src2 = getOperandValue(I.getOperand(1), SF); in visitFCmpInst()
474 SetValue(&I, R, SF); in visitFCmpInst()
[all …]
DInterpreter.h195 gep_type_iterator E, ExecutionContext &SF);
201 void SwitchToNewBasicBlock(BasicBlock *Dest, ExecutionContext &SF);
208 GenericValue getConstantExprValue(ConstantExpr *CE, ExecutionContext &SF);
209 GenericValue getOperandValue(Value *V, ExecutionContext &SF);
211 ExecutionContext &SF);
213 ExecutionContext &SF);
215 ExecutionContext &SF);
217 ExecutionContext &SF);
219 ExecutionContext &SF);
221 ExecutionContext &SF);
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp42 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) { in SetValue() argument
43 SF.Values[V] = Val; in SetValue()
279 ExecutionContext &SF = ECStack.back(); in visitICmpInst() local
281 GenericValue Src1 = getOperandValue(I.getOperand(0), SF); in visitICmpInst()
282 GenericValue Src2 = getOperandValue(I.getOperand(1), SF); in visitICmpInst()
301 SetValue(&I, R, SF); in visitICmpInst()
611 ExecutionContext &SF = ECStack.back(); in visitFCmpInst() local
613 GenericValue Src1 = getOperandValue(I.getOperand(0), SF); in visitFCmpInst()
614 GenericValue Src2 = getOperandValue(I.getOperand(1), SF); in visitFCmpInst()
642 SetValue(&I, R, SF); in visitFCmpInst()
[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 …]
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp42 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) { in SetValue() argument
43 SF.Values[V] = Val; in SetValue()
279 ExecutionContext &SF = ECStack.back(); in visitICmpInst() local
281 GenericValue Src1 = getOperandValue(I.getOperand(0), SF); in visitICmpInst()
282 GenericValue Src2 = getOperandValue(I.getOperand(1), SF); in visitICmpInst()
301 SetValue(&I, R, SF); in visitICmpInst()
611 ExecutionContext &SF = ECStack.back(); in visitFCmpInst() local
613 GenericValue Src1 = getOperandValue(I.getOperand(0), SF); in visitFCmpInst()
614 GenericValue Src2 = getOperandValue(I.getOperand(1), SF); in visitFCmpInst()
642 SetValue(&I, R, SF); in visitFCmpInst()
[all …]
DInterpreter.h208 gep_type_iterator E, ExecutionContext &SF);
214 void SwitchToNewBasicBlock(BasicBlock *Dest, ExecutionContext &SF);
220 GenericValue getConstantExprValue(ConstantExpr *CE, ExecutionContext &SF);
221 GenericValue getOperandValue(Value *V, ExecutionContext &SF);
223 ExecutionContext &SF);
225 ExecutionContext &SF);
227 ExecutionContext &SF);
229 ExecutionContext &SF);
231 ExecutionContext &SF);
233 ExecutionContext &SF);
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DSubtargetFeatureInfo.cpp54 for (const auto &SF : SubtargetFeatures) { in emitSubtargetFeatureFlagEnumeration() local
55 const SubtargetFeatureInfo &SFI = SF.second; in emitSubtargetFeatureFlagEnumeration()
68 for (const auto &SF : SubtargetFeatures) { in emitSubtargetFeatureBitEnumeration() local
69 const SubtargetFeatureInfo &SFI = SF.second; in emitSubtargetFeatureBitEnumeration()
81 for (const auto &SF : SubtargetFeatures) in emitNameTable() local
82 if (IndexUB <= SF.second.Index) in emitNameTable()
83 IndexUB = SF.second.Index+1; in emitNameTable()
88 for (const auto &SF : SubtargetFeatures) in emitNameTable() local
89 Names[SF.second.Index] = SF.second.getEnumName(); in emitNameTable()
111 for (const auto &SF : SubtargetFeatures) { in emitComputeAvailableFeatures() local
[all …]
/external/u-boot/doc/SPI/
DREADME.ti_qspi_dra_test24 SF: Detected S25FL256S_64K with page size 256 Bytes, erase size 64 KiB, total 32 MiB, mapped at 5c0…
25 SF: Warning - Only lower 16MiB accessible, Full access #define CONFIG_SPI_FLASH_BAR
27 SF: 65536 bytes @ 0x0 Erased: OK
29 SF: 65536 bytes @ 0x20000 Erased: OK
31 SF: 65536 bytes @ 0x30000 Erased: OK
33 SF: 65536 bytes @ 0x40000 Erased: OK
35 SF: 65536 bytes @ 0x50000 Erased: OK
37 SF: 65536 bytes @ 0x60000 Erased: OK
39 SF: 65536 bytes @ 0x0 Written: OK
41 SF: 393216 bytes @ 0x20000 Written: OK
DREADME.sandbox-spi36 SF: Detected W25Q128BV with page size 256 Bytes, erase size 4 KiB, total 16 MiB
47 SF: 4096 bytes @ 0x1000 Read: OK
48 SF: 4096 bytes @ 0x1000 Erased: OK
49 SF: 4096 bytes @ 0x1000 Written: OK
DREADME.ti_qspi_am43x_test18 SF: Detected MX25L51235F with page size 256 Bytes, erase size 64 KiB, total 64 MiB, mapped at 30000…
20 SF: 524288 bytes @ 0x0 Erased: OK
23 SF: 262144 bytes @ 0x0 Written: OK
25 SF: 262144 bytes @ 0x0 Read: OK
DREADME.sh_qspi_test29 SF: Detected S25FL512S_256K with page size 512 Bytes, erase size 64 KiB, total 64 MiB
31 SF: 262144 bytes @ 0x80000 Erased: OK
33 SF: 1528676 bytes @ 0x80000 Written: OK
DREADME.ftssp010_spi_test22 SF: Detected MX25L1605D with page size 256 Bytes, erase size 64 KiB, total 2 MiB
24 SF: 1024 bytes @ 0x0 Read: OK
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
DREADME.qspi25 SF: Detected S25FL256S_64K with page size 256 Bytes, erase size 64 KiB, total 32 MiB
27 SF: 65536 bytes @ 0x0 Erased: OK
29 SF: 164 bytes @ 0x0 Written: OK
36 SF: Detected S25FL256S_64K with page size 256 Bytes, erase size 64 KiB, total 32 MiB
38 SF: 589824 bytes @ 0x10000 Erased: OK
40 SF: 580966 bytes @ 0x10000 Written: OK
/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp677 bool ModuleLinker::linkFunctionProto(Function *SF) { in linkFunctionProto() argument
678 GlobalValue *DGV = getLinkedToGlobal(SF); in linkFunctionProto()
683 if (getLinkageResult(DGV, SF, NewLinkage, LinkFromSrc)) in linkFunctionProto()
691 ValueMap[SF] = ConstantExpr::getBitCast(DGV, TypeMap.get(SF->getType())); in linkFunctionProto()
695 DoNotLinkFromSource.insert(SF); in linkFunctionProto()
703 Function *NewDF = Function::Create(TypeMap.get(SF->getFunctionType()), in linkFunctionProto()
704 SF->getLinkage(), SF->getName(), DstM); in linkFunctionProto()
705 CopyGVAttributes(NewDF, SF); in linkFunctionProto()
713 ValueMap[SF] = NewDF; in linkFunctionProto()
953 for (Module::iterator SF = SrcM->begin(), E = SrcM->end(); SF != E; ++SF) { in run() local
[all …]
/external/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 …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_urb.c42 #define SF 3 macro
127 if (sfsize < limits[SF].min_entry_size) in brw_calculate_urb_fence()
128 sfsize = limits[SF].min_entry_size; in brw_calculate_urb_fence()
145 brw->urb.nr_sf_entries = limits[SF].preferred_nr_entries; in brw_calculate_urb_fence()
158 brw->urb.nr_sf_entries = limits[SF].preferred_nr_entries; in brw_calculate_urb_fence()
174 brw->urb.nr_sf_entries = limits[SF].min_nr_entries; in brw_calculate_urb_fence()
/external/expat/
DChanges224 (SF.net) #539 Fix regression from fix to CVE-2016-0718 cutting off
284 (SF.net) #538 Start using -fno-strict-aliasing
285 (SF.net) #540 Support compilation against cloudlibc of CloudABI
287 (SF.net) #534 CMake: Introduce option "BUILD_doc" (enabled by default)
289 (SF.net) pr2 CMake: Introduce option "INSTALL" (enabled by default)
464 - Some mostly minor bug fixes. SF issues include: #1006708,
473 longer generate warnings on most platforms. SF issues
488 - Fixed a variety of bugs: see SF issues #458907, #609603,
497 - Fixed a variety of bugs: see SF issues #615606, #616863,
500 - Man page improvements: includes SF issue #632146.
[all …]
/external/clang/test/SemaCXX/
Dattr-mode-tmpl.cpp40 …typedef T __attribute__((mode(SF))) T5; // expected-error2{{type of machine mode does not match ty… in CheckMachineMode()
50 T2 __attribute__((mode(SF))) paramSF, in CheckParameters()
70 …void f2(T __attribute__((mode(SF))) x) {} // expected-error2{{type of machine mode does not matc… in f2()
/external/clang/test/Layout/
Dms-x86-member-pointers.cpp12 struct SF { char a; int (S::*mp)(); }; argument
77 sizeof(SF) +
/external/clang/test/Sema/
Dattr-mode-vector-types.c8 typedef float __attribute__((mode(SF))) __attribute__((vector_size(256))) vec_t5;
18 typedef float v4sf __attribute__((mode(SF))) __attribute__ ((vector_size(16)));
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-grouped_observable.hpp83 template<class SF, class CF>
84 dynamic_grouped_observable(SF&& sf, CF&& cf) in dynamic_grouped_observable()
85 : dynamic_observable<T>(std::forward<SF>(sf)) in dynamic_grouped_observable()
Drx-connectable_observable.hpp77 template<class SF, class CF>
78 dynamic_connectable_observable(SF&& sf, CF&& cf) in dynamic_connectable_observable()
79 : dynamic_observable<T>(std::forward<SF>(sf)) in dynamic_connectable_observable()

1234567891011