Home
last modified time | relevance | path

Searched refs:Proc (Results 1 – 25 of 43) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/radeon/
DProcessors.td14 class Proc<string Name, ProcessorItineraries itin, list<SubtargetFeature> Features>
16 def : Proc<"rv710", R600_EG_Itin, []>;
17 def : Proc<"rv730", R600_EG_Itin, []>;
18 def : Proc<"rv770", R600_EG_Itin, [FeatureFP64]>;
19 def : Proc<"cedar", R600_EG_Itin, [FeatureByteAddress, FeatureImages]>;
20 def : Proc<"redwood", R600_EG_Itin, [FeatureByteAddress, FeatureImages]>;
21 def : Proc<"juniper", R600_EG_Itin, [FeatureByteAddress, FeatureImages]>;
22 def : Proc<"cypress", R600_EG_Itin, [FeatureByteAddress, FeatureImages, FeatureFP64]>;
23 def : Proc<"barts", R600_EG_Itin, [FeatureByteAddress, FeatureImages]>;
24 def : Proc<"turks", R600_EG_Itin, [FeatureByteAddress, FeatureImages]>;
[all …]
/external/llvm/lib/Target/AMDGPU/
DProcessors.td10 class Proc<string Name, ProcessorItineraries itin, list<SubtargetFeature> Features>
16 def : Proc<"", R600_VLIW5_Itin,
19 def : Proc<"r600", R600_VLIW5_Itin,
22 def : Proc<"r630", R600_VLIW5_Itin,
25 def : Proc<"rs880", R600_VLIW5_Itin,
28 def : Proc<"rv670", R600_VLIW5_Itin,
35 def : Proc<"rv710", R600_VLIW5_Itin,
38 def : Proc<"rv730", R600_VLIW5_Itin,
41 def : Proc<"rv770", R600_VLIW5_Itin,
48 def : Proc<"cedar", R600_VLIW5_Itin,
[all …]
/external/llvm/lib/Target/Sparc/
DSparc.td64 class Proc<string Name, list<SubtargetFeature> Features>
67 def : Proc<"generic", []>;
68 def : Proc<"v7", []>;
69 def : Proc<"v8", []>;
70 def : Proc<"supersparc", []>;
71 def : Proc<"sparclite", []>;
72 def : Proc<"f934", []>;
73 def : Proc<"hypersparc", []>;
74 def : Proc<"sparclite86x", []>;
75 def : Proc<"sparclet", []>;
[all …]
/external/llvm/lib/Target/NVPTX/
DNVPTX.td62 class Proc<string Name, list<SubtargetFeature> Features>
65 def : Proc<"sm_20", [SM20]>;
66 def : Proc<"sm_21", [SM21]>;
67 def : Proc<"sm_30", [SM30]>;
68 def : Proc<"sm_32", [SM32, PTX40]>;
69 def : Proc<"sm_35", [SM35]>;
70 def : Proc<"sm_37", [SM37, PTX41]>;
71 def : Proc<"sm_50", [SM50, PTX40]>;
72 def : Proc<"sm_52", [SM52, PTX41]>;
73 def : Proc<"sm_53", [SM53, PTX42]>;
/external/llvm/lib/Target/X86/
DX86.td231 class Proc<string Name, list<SubtargetFeature> Features>
234 def : Proc<"generic", [FeatureSlowUAMem16]>;
235 def : Proc<"i386", [FeatureSlowUAMem16]>;
236 def : Proc<"i486", [FeatureSlowUAMem16]>;
237 def : Proc<"i586", [FeatureSlowUAMem16]>;
238 def : Proc<"pentium", [FeatureSlowUAMem16]>;
239 def : Proc<"pentium-mmx", [FeatureSlowUAMem16, FeatureMMX]>;
240 def : Proc<"i686", [FeatureSlowUAMem16]>;
241 def : Proc<"pentiumpro", [FeatureSlowUAMem16, FeatureCMOV]>;
242 def : Proc<"pentium2", [FeatureSlowUAMem16, FeatureMMX, FeatureCMOV,
[all …]
/external/llvm/lib/Target/Mips/
DMips.td185 class Proc<string Name, list<SubtargetFeature> Features>
188 def : Proc<"mips1", [FeatureMips1]>;
189 def : Proc<"mips2", [FeatureMips2]>;
190 def : Proc<"mips32", [FeatureMips32]>;
191 def : Proc<"mips32r2", [FeatureMips32r2]>;
192 def : Proc<"mips32r3", [FeatureMips32r3]>;
193 def : Proc<"mips32r5", [FeatureMips32r5]>;
194 def : Proc<"mips32r6", [FeatureMips32r6]>;
196 def : Proc<"mips3", [FeatureMips3]>;
197 def : Proc<"mips4", [FeatureMips4]>;
[all …]
/external/llvm/test/tools/llvm-readobj/
Dmips-reginfo.test6 CHECK-NEXT: Co-Proc Mask0: 0x0
7 CHECK-NEXT: Co-Proc Mask1: 0x0
8 CHECK-NEXT: Co-Proc Mask2: 0x0
9 CHECK-NEXT: Co-Proc Mask3: 0x0
/external/skia/bench/
DRegionContainBench.cpp20 typedef bool (*Proc)(SkRegion& a, SkRegion& b); typedef in RegionContainBench
22 Proc fProc;
36 RegionContainBench(Proc proc, const char name[]) { in RegionContainBench()
56 Proc proc = fProc; in onDraw()
DRegionBench.cpp72 typedef bool (*Proc)(SkRegion& a, SkRegion& b); typedef in RegionBench
75 Proc fProc;
91 RegionBench(int count, Proc proc, const char name[]) { in RegionBench()
110 Proc proc = fProc; in onDraw()
/external/llvm/lib/Target/XCore/
DXCore.td34 class Proc<string Name, list<SubtargetFeature> Features>
37 def : Proc<"generic", []>;
38 def : Proc<"xs1b-generic", []>;
/external/mksh/src/
Djobs.c41 typedef struct proc Proc; typedef
43 Proc *next; /* next process in pipeline (if any) */
48 char command[256 - (ALLOC_SIZE + sizeof(Proc *) + sizeof(pid_t) +
79 Proc *proc_list; /* process list */
80 Proc *last_proc; /* last process in list */
146 static Proc *new_proc(void);
216 proc_errorlevel(Proc *p) in proc_errorlevel()
433 static Proc *last_proc; in exchild()
439 Proc *p; in exchild()
811 Proc *p; in j_resume()
[all …]
/external/skia/include/views/
DSkEvent.h34 typedef bool (*Proc)(const SkEvent& evt); typedef
91 Proc getTargetProc() const { return fTargetProc; } in getTargetProc()
101 SkEvent* setTargetProc(Proc proc) { in setTargetProc()
270 Proc fTargetProc;
/external/skia/src/core/
DSkVertState.h37 typedef bool (*Proc)(VertState*); typedef
43 Proc chooseProc(SkCanvas::VertexMode mode);
/external/skia/include/effects/
DSkMorphologyImageFilter.h29 typedef void (*Proc)(const SkPMColor* src, SkPMColor* dst, int radius, typedef
35 bool filterImageGeneric(Proc procX, Proc procY,
/external/llvm/lib/Target/BPF/
DBPF.td18 class Proc<string Name, list<SubtargetFeature> Features>
21 def : Proc<"generic", []>;
/external/llvm/lib/Target/MSP430/
DMSP430.td28 class Proc<string Name, list<SubtargetFeature> Features>
31 def : Proc<"generic", []>;
/external/llvm/lib/Target/Hexagon/
DHexagon.td237 class Proc<string Name, SchedMachineModel Model,
241 def : Proc<"hexagonv4", HexagonModelV4,
243 def : Proc<"hexagonv5", HexagonModelV4,
245 def : Proc<"hexagonv55", HexagonModelV55,
247 def : Proc<"hexagonv60", HexagonModelV60,
/external/skia/src/codec/
DSkSwizzler.h161 template <RowProc Proc>
167 template <RowProc Proc>
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_time_unittest.py75 def Proc(): function
78 with self.ReplacePlatformProcessorCall(Proc):
/external/llvm/utils/TableGen/
DDFAPacketizerEmitter.cpp659 Record *Proc = ProcItinList[i]; in collectAllFuncUnits() local
660 std::vector<Record*> FUs = Proc->getValueAsListOfDefs("FU"); in collectAllFuncUnits()
664 << Proc->getName()); in collectAllFuncUnits()
867 Record *Proc = ProcItinList[i]; in run() local
870 const std::string &ProcName = Proc->getName(); in run()
883 std::vector<Record*> ItinDataList = Proc->getValueAsListOfDefs("IID"); in run()
/external/skia/tests/
DBlitRowTest.cpp23 typedef int (*Proc)(const void*, int width, uint32_t expected, uint32_t* bad); typedef
63 static Proc find_proc(const SkBitmap& bm, SkPMColor expect32, uint16_t expect16, in find_proc()
86 Proc proc = find_proc(bm, expect32, expect16, expect8, &expect); in check_color()
/external/skia/gm/
Dblurrect.cpp16 typedef void (*Proc)(SkCanvas*, const SkRect&, const SkPaint&); typedef
128 static const Proc procs[] = { in onDraw()
152 bool doClip, const Proc procs[], size_t procsCount) { in drawProcs()
Dsrcmode.cpp36 typedef void (*Proc)(SkCanvas*, const SkPaint&); typedef
87 const Proc procs[] = { in drawContent()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp13 #define GET_PROC(F) functions->f ## F = (GrGL ## F ## Proc) get(ctx, "gl" #F)
14 #define GET_PROC_SUFFIX(F, S) functions->f ## F = (GrGL ## F ## Proc) get(ctx, "gl" #F #S)
15 #define GET_PROC_LOCAL(F) GrGL ## F ## Proc F = (GrGL ## F ## Proc) get(ctx, "gl" #F)
17 #define GET_EGL_PROC_SUFFIX(F, S) functions->fEGL ## F = (GrEGL ## F ## Proc) get(ctx, "egl" #F #S)
/external/skia/src/effects/
DSkMorphologyImageFilter.cpp42 static void callProcX(SkMorphologyImageFilter::Proc procX, const SkBitmap& src, SkBitmap* dst, int … in callProcX()
49 static void callProcY(SkMorphologyImageFilter::Proc procY, const SkBitmap& src, SkBitmap* dst, int … in callProcY()
56 bool SkMorphologyImageFilter::filterImageGeneric(SkMorphologyImageFilter::Proc procX, in filterImageGeneric()
57 SkMorphologyImageFilter::Proc procY, in filterImageGeneric()

12