Searched defs:SF (Results 1 - 13 of 13) sorted by relevance

/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
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...]
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...]
/external/mesa3d/src/mesa/drivers/dri/i965/
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...]
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...]
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp41 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) { argument
42 SF.Values[V] = Val;
278 ExecutionContext &SF = ECStack.back();
280 GenericValue Src1 = getOperandValue(I.getOperand(0), SF);
281 GenericValue Src2 = getOperandValue(I.getOperand(1), SF);
300 SetValue(&I, R, SF);
610 ExecutionContext &SF = ECStack.back();
612 GenericValue Src1 = getOperandValue(I.getOperand(0), SF);
613 GenericValue Src2 = getOperandValue(I.getOperand(1), SF);
641 SetValue(&I, R, SF);
1995 return executePtrToIntInst(CE->getOperand(0), CE->getType(), SF); local
2056 getOperandValue(Value *V, ExecutionContext &SF) argument
2116 ExecutionContext &SF = ECStack.back(); // Current stack frame local
[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/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/chromium_org/v8/src/arm64/
H A Dassembler-arm64-inl.h1052 Instr Assembler::SF(Register rd) { function in class:v8::Assembler
/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/lib/Linker/
H A DLinkModules.cpp538 Function *SF = dyn_cast<Function>(V); local
539 if (!SF)
542 Function *DF = Function::Create(TypeMap.get(SF->getFunctionType()),
543 SF->getLinkage(), SF->getName(), DstM);
544 copyGVAttributes(DF, SF);
546 LazilyLinkFunctions.push_back(SF);
977 bool ModuleLinker::linkFunctionProto(Function *SF) { argument
978 GlobalValue *DGV = getLinkedToGlobal(SF);
980 bool HasUnnamedAddr = SF
1525 Function *SF = *I; local
[all...]
/external/chromium_org/v8/src/mips/
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/chromium_org/v8/src/mips64/
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

Completed in 4552 milliseconds