/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | brw_wm_surface_state.c | 92 #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 D | brw_urb.c | 42 #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 D | ms-x86-member-pointers.cpp | 12 struct SF { char a; int (S::*mp)(); }; struct 46 // CHECK-NEXT: 0 | struct SF 77 sizeof(SF) +
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.h | 208 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...] |
H A D | Execution.cpp | 42 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 2116 ExecutionContext &SF = ECStack.back(); // Current stack frame local [all...] |
/external/clang/test/Sema/ |
H A D | attr-mode-vector-types.c | 8 typedef float __attribute__((mode(SF))) __attribute__((vector_size(256))) vec_t5; 18 typedef float v4sf __attribute__((mode(SF))) __attribute__ ((vector_size(16)));
|
/external/clang/test/CodeGen/ |
H A D | attr-mode-vector-types.c | 7 typedef float __attribute__((mode(SF))) __attribute__((vector_size(128))) vec_t5;
|
/external/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 192 auto *SF = dyn_cast<Function>(SGV); 193 if (SF && FunctionsToImport->count(SF)) 672 for (Function &SF : SrcM) 673 processGlobalForThinLTO(SF); 694 for (Function &SF : SrcM) 695 if (const Comdat *SC = SF.getComdat()) 696 ComdatMembers[SC].push_back(&SF); 708 for (Function &SF : SrcM) 709 if (linkIfNeeded(SF)) [all...] |
H A D | IRMover.cpp | 493 Function *copyFunctionProto(const Function *SF); 716 Function *IRLinker::copyFunctionProto(const Function *SF) { argument 718 // bring SF over. 719 return Function::Create(TypeMap.get(SF->getFunctionType()), 720 GlobalValue::ExternalLinkage, SF->getName(), &DstM); 738 } else if (auto *SF = dyn_cast<Function>(SGV)) { 739 NewGV = copyFunctionProto(SF);
|
/external/emma/ |
H A D | test.sh | 78 SF:com/android/bunnies/SubBunny.java 90 SF:com/android/bunnies/Bunny.java
|
/external/clang/test/SemaCXX/ |
H A D | scope-check.cpp | 406 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 D | assembler-arm64.cc | 1027 Emit(SF(rt) | CBZ | ImmCmpBranch(imm19) | Rt(rt)); 1039 Emit(SF(rt) | CBNZ | ImmCmpBranch(imm19) | Rt(rt)); 1251 Emit(SF(rd) | LSLV | Rm(rm) | Rn(rn) | Rd(rd)); 1260 Emit(SF(rd) | LSRV | Rm(rm) | Rn(rn) | Rd(rd)); 1269 Emit(SF(rd) | ASRV | Rm(rm) | Rn(rn) | Rd(rd)); 1278 Emit(SF(rd) | RORV | Rm(rm) | Rn(rn) | Rd(rd)); 1286 Instr N = SF(rd) >> (kSFOffset - kBitfieldNOffset); 1287 Emit(SF(rd) | BFM | N | 1297 Instr N = SF(rd) >> (kSFOffset - kBitfieldNOffset); 1298 Emit(SF(r [all...] |
H A D | assembler-arm64-inl.h | 1023 Instr Assembler::SF(Register rd) { function in class:v8::internal::Assembler
|
/external/llvm/tools/llvm-cov/ |
H A D | CodeCoverage.cpp | 229 for (auto &SF : SourceFiles) { 230 StringRef SFBase = sys::path::filename(SF); 233 RemappedFilenames[CF] = SF; 234 SF = CF;
|
/external/vixl/src/vixl/a64/ |
H A D | assembler-a64.cc | 702 Emit(SF(rt) | CBZ | ImmCmpBranch(imm19) | Rt(rt)); 716 Emit(SF(rt) | CBNZ | ImmCmpBranch(imm19) | Rt(rt)); 1055 Emit(SF(rd) | LSLV | Rm(rm) | Rn(rn) | Rd(rd)); 1064 Emit(SF(rd) | LSRV | Rm(rm) | Rn(rn) | Rd(rd)); 1073 Emit(SF(rd) | ASRV | Rm(rm) | Rn(rn) | Rd(rd)); 1082 Emit(SF(rd) | RORV | Rm(rm) | Rn(rn) | Rd(rd)); 1092 Instr N = SF(rd) >> (kSFOffset - kBitfieldNOffset); 1093 Emit(SF(rd) | BFM | N | 1103 Instr N = SF(rd) >> (kSFOffset - kBitfieldNOffset); 1104 Emit(SF(r [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGRRList.cpp | 1556 template<class SF> 1558 SF &SortFunc; 1559 reverse_sort(SF &sf) : SortFunc(sf) {} 1748 template<class SF> 1749 static SUnit *popFromQueueImpl(std::vector<SUnit*> &Q, SF &Picker) { 1762 template<class SF> 1763 SUnit *popFromQueue(std::vector<SUnit*> &Q, SF &Picker, ScheduleDAG *DAG) { 1766 reverse_sort<SF> RPicker(Picker); 1774 template<class SF> 1776 SF Picke [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCallAndReturn.cpp | 74 const StackFrameContext *SF = local 82 if (PP.getLocationContext()->getCurrentStackFrame() == SF) { 106 if (CE->getCalleeContext() == SF)
|
/external/llvm/utils/TableGen/ |
H A D | AsmMatcherEmitter.cpp | 2243 for (const auto &SF : Info.SubtargetFeatures) { 2244 const SubtargetFeatureInfo &SFI = SF.second; 2279 for (const auto &SF : Info.SubtargetFeatures) { 2280 const SubtargetFeatureInfo &SFI = SF.second; 2304 for (const auto &SF : Info.SubtargetFeatures) { 2305 const SubtargetFeatureInfo &SFI = SF.second;
|
/external/selinux/policycoreutils/mcstrans/share/examples/nato/setrans.d/ |
H A D | eyes-only.conf | 585 ~c442=SF # South Africa
|
H A D | rel.conf | 591 ~c200,~c442=SF # South Africa
|
/external/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 782 const MCSafeSEHFragment &SF = cast<MCSafeSEHFragment>(F); local 783 OW->write32(SF.getSymbol()->getIndex());
|
/external/v8/src/mips/ |
H A D | assembler-mips.h | 1357 Opcode opcode, Register rs, SecondaryField SF, int32_t j,
|
H A D | assembler-mips.cc | 1117 void Assembler::GenInstrImmediate(Opcode opcode, Register rs, SecondaryField SF, argument 1121 Instr instr = opcode | (rs.code() << kRsShift) | SF | (j & kImm16Mask);
|
/external/v8/src/mips64/ |
H A D | assembler-mips64.h | 1415 Opcode opcode, Register rs, SecondaryField SF, int32_t j,
|
H A D | assembler-mips64.cc | 1084 void Assembler::GenInstrImmediate(Opcode opcode, Register rs, SecondaryField SF, argument 1088 Instr instr = opcode | (rs.code() << kRsShift) | SF | (j & kImm16Mask);
|