HomeSort by relevance Sort by last modified time
    Searched refs:SF (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_surface_state.c 92 #define SF(sampl, filt, shad, ck, rt, ab, vb, so, color, sf) \
93 [sf] = { true, sampl, filt, shad, ck, rt, ab, vb, so, color },
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
    [all...]
brw_urb.c 42 #define SF 3
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.
95 { 1, 8, 1, 12 }, /* sf */
120 GLuint sfsize = brw->sf.prog_data->urb_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
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_surface_state.c 92 #define SF(sampl, filt, shad, ck, rt, ab, vb, so, color, sf) \
93 [sf] = { true, sampl, filt, shad, ck, rt, ab, vb, so, color },
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
    [all...]
brw_urb.c 42 #define SF 3
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.
95 { 1, 8, 1, 12 }, /* sf */
120 GLuint sfsize = brw->sf.prog_data->urb_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
    [all...]
  /external/clang/test/Layout/
ms-x86-member-pointers.cpp 12 struct SF { char a; int (S::*mp)(); };
46 // CHECK-NEXT: 0 | struct SF
77 sizeof(SF) +
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 207 gep_type_iterator E, ExecutionContext &SF);
213 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...]
Execution.cpp 41 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) {
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);
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 538 Function *SF = dyn_cast<Function>(V);
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);
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_short/d/
T_aget_short_8.d 27 .method public run([SF)S
  /external/emma/
test.sh 78 SF:com/android/bunnies/SubBunny.java
90 SF:com/android/bunnies/Bunny.java
  /external/chromium_org/v8/src/arm64/
assembler-arm64.cc 786 Emit(SF(rt) | CBZ | ImmCmpBranch(imm19) | Rt(rt));
800 Emit(SF(rt) | CBNZ | ImmCmpBranch(imm19) | Rt(rt));
1017 Emit(SF(rd) | LSLV | Rm(rm) | Rn(rn) | Rd(rd));
1026 Emit(SF(rd) | LSRV | Rm(rm) | Rn(rn) | Rd(rd));
1035 Emit(SF(rd) | ASRV | Rm(rm) | Rn(rn) | Rd(rd));
1044 Emit(SF(rd) | RORV | Rm(rm) | Rn(rn) | Rd(rd));
1054 Instr N = SF(rd) >> (kSFOffset - kBitfieldNOffset);
1055 Emit(SF(rd) | BFM | N |
1067 Instr N = SF(rd) >> (kSFOffset - kBitfieldNOffset);
1068 Emit(SF(rd) | SBFM | N
    [all...]
assembler-arm64-inl.h 1044 Instr Assembler::SF(Register rd) {
    [all...]
assembler-arm64.h     [all...]
  /external/vixl/src/a64/
assembler-a64.cc 481 Emit(SF(rt) | CBZ | ImmCmpBranch(imm19) | Rt(rt));
493 Emit(SF(rt) | CBNZ | ImmCmpBranch(imm19) | Rt(rt));
705 Emit(SF(rd) | LSLV | Rm(rm) | Rn(rn) | Rd(rd));
714 Emit(SF(rd) | LSRV | Rm(rm) | Rn(rn) | Rd(rd));
723 Emit(SF(rd) | ASRV | Rm(rm) | Rn(rn) | Rd(rd));
732 Emit(SF(rd) | RORV | Rm(rm) | Rn(rn) | Rd(rd));
742 Instr N = SF(rd) >> (kSFOffset - kBitfieldNOffset);
743 Emit(SF(rd) | BFM | N |
753 Instr N = SF(rd) >> (kSFOffset - kBitfieldNOffset);
754 Emit(SF(rd) | SBFM | N
    [all...]
assembler-a64.h     [all...]
  /external/clang/test/SemaCXX/
scope-check.cpp 406 static void foo(const Source &SF, MyCl<TT *> Source::*m) {
407 switch (SF.getKind()) {
414 auto &y = const_cast<MyCl<TT *> &>(SF.*m); // expected-warning 0-1{{extension}}
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js 63 function Cf(a){var b;hv[b=++iv]=Cf;this.a=new (jv[b]=SF+xx,Ue)(a);iv=b-1}
139 function xt(a){var b;hv[b=++iv]=xt;if((jv[b]=KA+qB,a).b==0){throw new (jv[b]=KA+sF,Rt)}iv=b-1}
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 74 const StackFrameContext *SF =
82 if (PP.getLocationContext()->getCurrentStackFrame() == SF) {
106 if (CE->getCalleeContext() == SF)
    [all...]
  /external/chromium_org/v8/test/webkit/
preventExtensions.js 90 shouldBe('test(freeze(obj()))', '"(a:1)(b:2)SF"'); // sealed and frozen, CANNOT delete a, CANNOT modify b, and CANNOT add c
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py     [all...]
  /external/chromium_org/v8/src/mips/
assembler-mips.h     [all...]
assembler-mips.cc 926 SecondaryField SF,
929 Instr instr = opcode | (rs.code() << kRsShift) | SF | (j & kImm16Mask);
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/
bfd.h     [all...]

Completed in 313 milliseconds

1 2