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

/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.cpp40 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) { argument
41 SF.Values[V] = Val;
277 ExecutionContext &SF = ECStack.back();
279 GenericValue Src1 = getOperandValue(I.getOperand(0), SF);
280 GenericValue Src2 = getOperandValue(I.getOperand(1), SF);
299 SetValue(&I, R, SF);
609 ExecutionContext &SF = ECStack.back();
611 GenericValue Src1 = getOperandValue(I.getOperand(0), SF);
612 GenericValue Src2 = getOperandValue(I.getOperand(1), SF);
640 SetValue(&I, R, SF);
1878 getOperandValue(Value *V, ExecutionContext &SF) argument
1938 ExecutionContext &SF = ECStack.back(); // Current stack frame local
[all...]
/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp478 unsigned SF = fieldFromInstruction(Insn, 31, 1); local
485 if (!SF) {
491 if (SF) {
504 assert(!(ImmS == 31 && !SF && Opc != BFM)
506 assert(!(ImmS == 63 && SF && Opc != BFM)
512 assert((ImmS != 31 || SF == 0) && "extension got here");
514 assert((SF != 0 || (ImmS != 7 && ImmS != 15)) && "extension got here");
520 if (SF && (ImmS + 1) % 64 == ImmR) {
524 } else if (!SF && (ImmS + 1) % 32 == ImmR) {
537 ExtractOp = SF
[all...]
/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/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.cpp515 Function *SF = dyn_cast<Function>(V); local
516 if (!SF)
519 Function *DF = Function::Create(TypeMap.get(SF->getFunctionType()),
520 SF->getLinkage(), SF->getName(), DstM);
521 copyGVAttributes(DF, SF);
523 LazilyLinkFunctions.push_back(SF);
815 bool ModuleLinker::linkFunctionProto(Function *SF) { argument
816 GlobalValue *DGV = getLinkedToGlobal(SF);
823 if (getLinkageResult(DGV, SF, NewLinkag
1261 linkFunctionBody(cast<Function>(ValueMap[SF]), SF); local
1284 Function *SF = *I; local
[all...]
/external/chromium_org/v8/src/mips/
H A Dassembler-mips.cc941 SecondaryField SF,
944 Instr instr = opcode | (rs.code() << kRsShift) | SF | (j & kImm16Mask);
939 GenInstrImmediate(Opcode opcode, Register rs, SecondaryField SF, int32_t j) argument
/external/v8/src/mips/
H A Dassembler-mips.cc935 SecondaryField SF,
938 Instr instr = opcode | (rs.code() << kRsShift) | SF | (j & kImm16Mask);
933 GenInstrImmediate(Opcode opcode, Register rs, SecondaryField SF, int32_t j) argument

Completed in 1065 milliseconds