HomeSort by relevance Sort by last modified time
    Searched defs:SF (Results 1 - 18 of 18) sorted by null

  /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/mesa3d/src/mesa/drivers/dri/i965/
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 */
119 GLuint sfsize = brw->sf.prog_data->urb_entry_size;
127 if (sfsize < limits[SF].min_entry_size)
128 sfsize = limits[SF].min_entry_size;
145 brw->urb.nr_sf_entries = limits[SF].preferred_nr_entries;
158 brw->urb.nr_sf_entries = limits[SF].preferred_nr_entries
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 42 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) {
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);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_formats.c 71 #define SF(c, pf, sf, r, g, b, a, t0, t1, t2, t3, sz, u) \
73 sf, { \
87 SF(c, p, G80_SURFACE_FORMAT_##n, r, g, b, a, t, t, t, t, s, u)
90 SF(c, p, G80_ZETA_FORMAT_##n, \
93 SF(c, p, G80_ZETA_FORMAT_##n, \
96 SF(c, p, G80_ZETA_FORMAT_##n, \
99 SF(c, p, G80_ZETA_FORMAT_NONE, \
363 SF(A, R8SG8SB8UX8U_NORM, 0, R, G, B, ONE_FLOAT, SNORM, SNORM, UNORM, UNORM, A8B8G8R8, T),
364 SF(A, R5SG5SB6U_NORM, 0, R, G, B, ONE_FLOAT, SNORM, SNORM, UNORM, UNORM, B6G5R5, T)
    [all...]
  /external/mesa3d/src/intel/isl/
isl_format.c 46 #define SF(sampl, filt, shad, ck, rt, ab, vb, so, color, ccs_e, sf) \
47 [ISL_FORMAT_##sf] = { true, sampl, filt, shad, ck, rt, ab, vb, so, color, ccs_e},
76 * sf - Surface Format
90 SF( Y, 50, x, x, Y, Y, Y, Y, x, 90, R32G32B32A32_FLOAT)
91 SF( Y, x, x, x, Y, x, Y, Y, x, 90, R32G32B32A32_SINT)
92 SF( Y, x, x, x, Y, x, Y, Y, x, 90, R32G32B32A32_UINT)
93 SF( x, x, x, x, x, x, Y, x, x, x, R32G32B32A32_UNORM)
94 SF( x, x, x, x, x, x, Y, x, x, x, R32G32B32A32_SNORM)
95 SF( x, x, x, x, x, x, Y, x, x, x, R64G64_FLOAT
    [all...]
  /external/syslinux/gpxe/src/arch/i386/include/
registers.h 185 #define SF ( 1 << 7 )
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkModules.cpp 677 bool ModuleLinker::linkFunctionProto(Function *SF) {
678 GlobalValue *DGV = getLinkedToGlobal(SF);
683 if (getLinkageResult(DGV, SF, NewLinkage, LinkFromSrc))
691 ValueMap[SF] = ConstantExpr::getBitCast(DGV, TypeMap.get(SF->getType()));
695 DoNotLinkFromSource.insert(SF);
702 // bring SF over.
703 Function *NewDF = Function::Create(TypeMap.get(SF->getFunctionType()),
704 SF->getLinkage(), SF->getName(), DstM)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/
Thunk16Lib.h 45 UINT32 SF:1; // Sign Flag
72 UINT32 SF:1; // Sign Flag
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 77 const StackFrameContext *SF =
85 if (PP.getLocationContext()->getCurrentStackFrame() == SF) {
109 if (CE->getCalleeContext() == SF)
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 520 const MCSafeSEHFragment &SF = cast<MCSafeSEHFragment>(F);
521 OW->write32(SF.getSymbol()->getIndex());
  /external/aac/libAACdec/src/
usacdec_acelp.cpp 468 #define SF (SF_CODE + SF_GAIN_C + 1 - SF_EXC)
476 /* cpe = (1+r_v)/8 * 2 ; ( SF = -1) */
481 *exc++ = tmp + (fMultDiv2(code[0], gain_code) << SF);
485 << SF; /* c(0) * g_sc */
487 code_smooth = fMultDiv2(code_i, gain_code_smoothed) << SF; /* c(1) * g_sc */
498 *exc++ = tmp + (fMultDiv2(code_i, gain_code) << SF);
504 code_smooth = fMultDiv2(code_i, gain_code_smoothed) << SF;
511 *exc = tmp + (fMultDiv2(code_i, gain_code) << SF);
    [all...]
  /external/v8/src/arm64/
assembler-arm64-inl.h 1010 Instr Assembler::SF(Register rd) {
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
mips-opc.c 337 #define SF EE
632 {"abs.d", "D,V", 0x46200005, 0xffff003f, WR_1|RD_2|FP_D, 0, I1, 0, SF },
642 {"add.d", "D,V,T", 0x46200000, 0xffe0003f, WR_1|RD_2|RD_3|FP_D, 0, I1, 0, SF },
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
LegacyBios.h 73 UINT32 SF:1;
93 UINT16 SF : 1;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h     [all...]
  /external/vixl/src/aarch64/
assembler-aarch64.h     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
LegacyBios.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
BaseLib.h     [all...]

Completed in 667 milliseconds