Home
last modified time | relevance | path

Searched refs:FLAT (Results 1 – 25 of 45) sorted by relevance

12

/external/llvm/utils/
DGenLibDeps.pl14 my $FLAT = 0;
23 if (/^-flat$/) { $FLAT = 1; next; }
24 if (/^-why/) { $WHY = 1; $FLAT = 1; next; }
40 if (!$FLAT) {
197 if ($FLAT) {
274 if ($FLAT) {
289 if (!$FLAT) { print DOT "$lib_ns -> $key [ weight=0 ];\n" };
291 if (!$FLAT) { print DOT "$lib_ns -> $key [ weight=10];\n" };
294 if ($FLAT) {
308 if (!$FLAT) {
[all …]
/external/swiftshader/third_party/LLVM/utils/
DGenLibDeps.pl14 my $FLAT = 0;
23 if (/^-flat$/) { $FLAT = 1; next; }
24 if (/^-why/) { $WHY = 1; $FLAT = 1; next; }
40 if (!$FLAT) {
201 if ($FLAT) {
278 if ($FLAT) {
293 if (!$FLAT) { print DOT "$lib_ns -> $key [ weight=0 ];\n" };
295 if (!$FLAT) { print DOT "$lib_ns -> $key [ weight=10];\n" };
298 if ($FLAT) {
312 if (!$FLAT) {
[all …]
/external/llvm/lib/Target/AMDGPU/
DCIInstructions.td272 class FlatLoadPat <FLAT inst, SDPatternOperator node, ValueType vt> : Pat <
277 class FlatLoadAtomicPat <FLAT inst, SDPatternOperator node, ValueType vt> : Pat <
294 class FlatStorePat <FLAT inst, SDPatternOperator node, ValueType vt> : Pat <
299 class FlatStoreAtomicPat <FLAT inst, SDPatternOperator node, ValueType vt> : Pat <
315 class FlatAtomicPat <FLAT inst, SDPatternOperator node, ValueType vt,
DSIInstrFormats.td43 field bits<1> FLAT = 0;
79 let TSFlags{21} = FLAT;
713 class FLAT <bits<7> op, dag outs, dag ins, string asm, list<dag> pattern> :
715 let FLAT = 1;
716 // Internally, FLAT instruction are executed as both an LDS and a
DSIDefines.h40 FLAT = 1 << 21, enumerator
DSIInstrInfo.h328 return MI.getDesc().TSFlags & SIInstrFlags::FLAT; in isFLAT()
332 return get(Opcode).TSFlags & SIInstrFlags::FLAT; in isFLAT()
/external/python/cpython2/Demo/tix/
Dtixwidgets.py420 relief=Tix.FLAT, width=240, anchor=Tix.N,
432 relief=Tix.FLAT, width=240, anchor=Tix.N,
446 relief=Tix.FLAT, width=240, anchor=Tix.N,
469 relief=Tix.FLAT, width=240, anchor=Tix.N,
497 relief=Tix.FLAT, width=200, anchor=Tix.N,
542 relief=Tix.FLAT, width=200, anchor=Tix.N,
577 relief=Tix.FLAT, width=200, anchor=Tix.N,
631 relief=Tix.FLAT, width=240, anchor=Tix.N,
674 relief=Tix.FLAT, width=240, anchor=Tix.N,
741 relief=Tix.FLAT, width=240, anchor=Tix.N,
[all …]
/external/python/cpython2/Tools/pynche/
DChipViewer.py45 relief=FLAT, justify=CENTER, state=DISABLED,
51 relief=FLAT, justify=CENTER, state=DISABLED,
/external/python/cpython2/Lib/idlelib/
Dtabbedpages.py62 borderwidth=0, relief=FLAT,
231 self.mask = Frame(page_set, borderwidth=0, relief=FLAT,
235 self.mskl = Frame(page_set, borderwidth=0, relief=FLAT,
243 self.mskr = Frame(page_set, borderwidth=0, relief=FLAT,
/external/python/cpython2/Lib/lib-tk/
DTkconstants.py36 FLAT='flat' variable
/external/python/cpython2/Lib/compiler/
Dpyassem.py250 FLAT = "FLAT" variable
310 assert self.stage == FLAT
396 self.stage = FLAT
407 assert self.stage == FLAT
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.h104 FLAT = 307, enumerator
Dglslang.l126 "flat" { return ES2_reserved_ES3_keyword(context, FLAT); }
/external/llvm/docs/
DAMDGPUUsage.rst50 FLAT Instructions
53 instruction set. All FLAT instructions are supported for these architectures
/external/deqp/framework/randomshaders/
DrsgToken.hpp109 FLAT, enumerator
/external/python/cpython2/Demo/tkinter/guido/
Drmt.py27 s = Scrollbar(f, relief=FLAT)
Dkill.py74 self.frame.label = Label(self.frame, relief=FLAT, anchor=NW,
Dsvkill.py99 self.frame, relief=FLAT, anchor=NW, borderwidth=0,
Dtkman.py108 relief=FLAT)
DAttrDialog.py328 'Relief': (RAISED, SUNKEN, FLAT, RIDGE, GROOVE),
/external/skia/src/sksl/
DSkSLToken.h105 FLAT, enumerator
Dsksl.flex90 flat { return SkSL::Token::FLAT; }
/external/python/cpython2/Lib/plat-irix5/
DGL.py108 FLAT = 0 variable
/external/python/cpython2/Lib/plat-irix6/
DGL.py108 FLAT = 0 variable
/external/zlib/src/contrib/masmx86/
Dmatch686.asm70 .MODEL FLAT

12