Searched refs:SF (Results 1 - 25 of 27) sorted by relevance

12

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_surface_state.c92 #define SF(sampl, filt, shad, ck, rt, ab, vb, so, color, sf) \ macro
115 SF( Y, 50, x, x, Y, Y, Y, Y, x, BRW_SURFACEFORMAT_R32G32B32A32_FLOAT)
116 SF( Y, x, x, x, Y, x, Y, Y, x, BRW_SURFACEFORMAT_R32G32B32A32_SINT)
117 SF( Y, x, x, x, Y, x, Y, Y, x, BRW_SURFACEFORMAT_R32G32B32A32_UINT)
118 SF( x, x, x, x, x, x, Y, x, x, BRW_SURFACEFORMAT_R32G32B32A32_UNORM)
119 SF( x, x, x, x, x, x, Y, x, x, BRW_SURFACEFORMAT_R32G32B32A32_SNORM)
120 SF( x, x, x, x, x, x, Y, x, x, BRW_SURFACEFORMAT_R64G64_FLOAT)
121 SF( Y, 50, x, x, x, x, x, x, x, BRW_SURFACEFORMAT_R32G32B32X32_FLOAT)
122 SF( x, x, x, x, x, x, Y, x, x, BRW_SURFACEFORMAT_R32G32B32A32_SSCALED)
123 SF(
[all...]
H A Dbrw_urb.c42 #define SF 3 macro
60 * The SF unit preallocates a PUE at the start of thread dispatch, and only
63 * For CLIP, the SF unit will hold the previous primitive while the
84 * XXX: Verify SF min_entry_size.
128 if (sfsize < limits[SF].min_entry_size)
129 sfsize = limits[SF].min_entry_size;
146 brw->urb.nr_sf_entries = limits[SF].preferred_nr_entries;
159 brw->urb.nr_sf_entries = limits[SF].preferred_nr_entries;
175 brw->urb.nr_sf_entries = limits[SF].min_nr_entries;
199 printf("URB fence: %d ..VS.. %d ..GS.. %d ..CLP.. %d ..SF
[all...]
/external/clang/test/Layout/
H A Dms-x86-member-pointers.cpp12 struct SF { char a; int (S::*mp)(); }; struct
46 // CHECK-NEXT: 0 | struct SF
77 sizeof(SF) +
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h210 gep_type_iterator E, ExecutionContext &SF);
216 void SwitchToNewBasicBlock(BasicBlock *Dest, ExecutionContext &SF);
222 GenericValue getConstantExprValue(ConstantExpr *CE, ExecutionContext &SF);
223 GenericValue getOperandValue(Value *V, ExecutionContext &SF);
225 ExecutionContext &SF);
227 ExecutionContext &SF);
229 ExecutionContext &SF);
231 ExecutionContext &SF);
233 ExecutionContext &SF);
235 ExecutionContext &SF);
[all...]
H A DExecution.cpp42 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) { argument
43 SF.Values[V] = Val;
279 ExecutionContext &SF = ECStack.back();
281 GenericValue Src1 = getOperandValue(I.getOperand(0), SF);
282 GenericValue Src2 = getOperandValue(I.getOperand(1), SF);
301 SetValue(&I, R, SF);
611 ExecutionContext &SF = ECStack.back();
613 GenericValue Src1 = getOperandValue(I.getOperand(0), SF);
614 GenericValue Src2 = getOperandValue(I.getOperand(1), SF);
642 SetValue(&I, R, SF);
1996 return executePtrToIntInst(CE->getOperand(0), CE->getType(), SF); local
2057 getOperandValue(Value *V, ExecutionContext &SF) argument
2117 ExecutionContext &SF = ECStack.back(); // Current stack frame local
[all...]
/external/emma/
H A Dtest.sh78 SF:com/android/bunnies/SubBunny.java
90 SF:com/android/bunnies/Bunny.java
/external/openfst/src/include/fst/
H A Dlookahead-filter.h629 typedef SequenceComposeFilter<M> SF; typedef in class:fst::DefaultLookAhead
630 typedef LookAheadComposeFilter<SF, M> ComposeFilter;
639 typedef AltSequenceComposeFilter<M> SF; typedef in class:fst::DefaultLookAhead
640 typedef LookAheadComposeFilter<SF, M> ComposeFilter;
650 typedef SequenceComposeFilter<M> SF; typedef in class:fst::DefaultLookAhead
651 typedef LookAheadComposeFilter<SF, M> LF;
663 typedef AltSequenceComposeFilter<M> SF; typedef in class:fst::DefaultLookAhead
664 typedef LookAheadComposeFilter<SF, M> LF;
676 typedef SequenceComposeFilter<M> SF; typedef in class:fst::DefaultLookAhead
677 typedef LookAheadComposeFilter<SF,
689 typedef AltSequenceComposeFilter<M> SF; typedef in class:fst::DefaultLookAhead
[all...]
/external/clang/test/SemaCXX/
H A Dscope-check.cpp406 static void foo(const Source &SF, MyCl<TT *> Source::*m) { argument
407 switch (SF.getKind()) {
414 auto &y = const_cast<MyCl<TT *> &>(SF.*m); // expected-warning 0-1{{extension}}
/external/v8/src/arm64/
H A Dassembler-arm64.cc1014 Emit(SF(rt) | CBZ | ImmCmpBranch(imm19) | Rt(rt));
1028 Emit(SF(rt) | CBNZ | ImmCmpBranch(imm19) | Rt(rt));
1245 Emit(SF(rd) | LSLV | Rm(rm) | Rn(rn) | Rd(rd));
1254 Emit(SF(rd) | LSRV | Rm(rm) | Rn(rn) | Rd(rd));
1263 Emit(SF(rd) | ASRV | Rm(rm) | Rn(rn) | Rd(rd));
1272 Emit(SF(rd) | RORV | Rm(rm) | Rn(rn) | Rd(rd));
1282 Instr N = SF(rd) >> (kSFOffset - kBitfieldNOffset);
1283 Emit(SF(rd) | BFM | N |
1295 Instr N = SF(rd) >> (kSFOffset - kBitfieldNOffset);
1296 Emit(SF(r
[all...]
H A Dassembler-arm64-inl.h1052 Instr Assembler::SF(Register rd) { function in class:v8::Assembler
H A Dassembler-arm64.h1819 inline static Instr SF(Register rd);
/external/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp217 for (auto &SF : SourceFiles) {
218 StringRef SFBase = sys::path::filename(SF);
221 RemappedFilenames[CF] = SF;
222 SF = CF;
/external/vixl/src/vixl/a64/
H A Dassembler-a64.cc672 Emit(SF(rt) | CBZ | ImmCmpBranch(imm19) | Rt(rt));
684 Emit(SF(rt) | CBNZ | ImmCmpBranch(imm19) | Rt(rt));
1023 Emit(SF(rd) | LSLV | Rm(rm) | Rn(rn) | Rd(rd));
1032 Emit(SF(rd) | LSRV | Rm(rm) | Rn(rn) | Rd(rd));
1041 Emit(SF(rd) | ASRV | Rm(rm) | Rn(rn) | Rd(rd));
1050 Emit(SF(rd) | RORV | Rm(rm) | Rn(rn) | Rd(rd));
1060 Instr N = SF(rd) >> (kSFOffset - kBitfieldNOffset);
1061 Emit(SF(rd) | BFM | N |
1071 Instr N = SF(rd) >> (kSFOffset - kBitfieldNOffset);
1072 Emit(SF(r
[all...]
H A Dassembler-a64.h3793 static Instr SF(Register rd) {
/external/llvm/lib/Linker/
H A DLinkModules.cpp567 const Function *SF) {
569 // bring SF over.
570 return Function::Create(TypeMap.get(SF->getFunctionType()), SF->getLinkage(),
571 SF->getName(), &DstM);
589 else if (auto *SF = dyn_cast<Function>(SGV))
590 NewGV = copyFunctionProto(TypeMap, DstM, SF);
1568 for (Function &SF : *SrcM) {
1570 if (SF.isDeclaration())
1574 if (DoNotLinkFromSource.count(&SF))
566 copyFunctionProto(TypeMapTy &TypeMap, Module &DstM, const Function *SF) argument
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1547 template<class SF>
1549 SF &SortFunc;
1550 reverse_sort(SF &sf) : SortFunc(sf) {}
1739 template<class SF>
1740 static SUnit *popFromQueueImpl(std::vector<SUnit*> &Q, SF &Picker) {
1753 template<class SF>
1754 SUnit *popFromQueue(std::vector<SUnit*> &Q, SF &Picker, ScheduleDAG *DAG) {
1757 reverse_sort<SF> RPicker(Picker);
1765 template<class SF>
1767 SF Picke
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp74 const StackFrameContext *SF = local
82 if (PP.getLocationContext()->getCurrentStackFrame() == SF) {
106 if (CE->getCalleeContext() == SF)
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2192 for (const auto &SF : Info.SubtargetFeatures) {
2193 const SubtargetFeatureInfo &SFI = SF.second;
2228 for (const auto &SF : Info.SubtargetFeatures) {
2229 const SubtargetFeatureInfo &SFI = SF.second;
2253 for (const auto &SF : Info.SubtargetFeatures) {
2254 const SubtargetFeatureInfo &SFI = SF.second;
/external/selinux/policycoreutils/mcstrans/share/examples/nato/setrans.d/
H A Deyes-only.conf585 ~c442=SF # South Africa
H A Drel.conf591 ~c200,~c442=SF # South Africa
/external/v8/src/mips/
H A Dassembler-mips.h1274 SecondaryField SF,
H A Dassembler-mips.cc958 SecondaryField SF,
961 Instr instr = opcode | (rs.code() << kRsShift) | SF | (j & kImm16Mask);
956 GenInstrImmediate(Opcode opcode, Register rs, SecondaryField SF, int32_t j) argument
/external/v8/src/mips64/
H A Dassembler-mips64.h1311 SecondaryField SF,
H A Dassembler-mips64.cc942 SecondaryField SF,
945 Instr instr = opcode | (rs.code() << kRsShift) | SF | (j & kImm16Mask);
940 GenInstrImmediate(Opcode opcode, Register rs, SecondaryField SF, int32_t j) argument
/external/valgrind/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp577 Syscall param ioctl(TCSET{S,SW,SF}) points to unaddressable byte(s)

Completed in 696 milliseconds

12