Searched refs:FLAT (Results 1 - 25 of 43) sorted by relevance

12

/external/llvm/utils/
H A 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/
H A 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/python/cpython2/Lib/lib-tk/
H A DTkconstants.py36 FLAT='flat' variable
/external/python/cpython3/Lib/tkinter/
H A Dconstants.py36 FLAT='flat' variable
/external/python/cpython2/Tools/pynche/
H A DChipViewer.py46 relief=FLAT, justify=CENTER, state=DISABLED,
52 relief=FLAT, justify=CENTER, state=DISABLED,
/external/python/cpython3/Tools/pynche/
H A DChipViewer.py46 relief=FLAT, justify=CENTER, state=DISABLED,
52 relief=FLAT, justify=CENTER, state=DISABLED,
/external/skia/src/sksl/lex/
H A Dsksl.lex27 FLAT = "flat"
/external/skqp/src/sksl/lex/
H A Dsksl.lex27 FLAT = "flat"
/external/python/cpython3/Lib/idlelib/
H A 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/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.h104 FLAT = 307, enumerator in enum:yytokentype
/external/skia/src/sksl/
H A DSkSLLexer.h72 #undef FLAT macro
73 FLAT, enumerator in enum:SkSL::Token::Kind
/external/skqp/src/sksl/
H A DSkSLLexer.h72 #undef FLAT macro
73 FLAT, enumerator in enum:SkSL::Token::Kind
/external/boringssl/src/crypto/perlasm/
H A Dx86masm.pl92 .MODEL FLAT
/external/deqp/framework/randomshaders/
H A DrsgToken.hpp109 FLAT, enumerator in enum:rsg::Token::Type
/external/python/cpython2/Demo/tkinter/guido/
H A Drmt.py27 s = Scrollbar(f, relief=FLAT)
H A Dkill.py74 self.frame.label = Label(self.frame, relief=FLAT, anchor=NW,
H A Dsvkill.py99 self.frame, relief=FLAT, anchor=NW, borderwidth=0,
/external/python/cpython2/Lib/idlelib/
H A 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/Demo/tix/
H A 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, widt
[all...]
/external/llvm/lib/Target/AMDGPU/
H A DSIDefines.h40 FLAT = 1 << 21, enumerator in enum:SIInstrFlags::__anon14228
H A DSIInstrInfo.h328 return MI.getDesc().TSFlags & SIInstrFlags::FLAT;
332 return get(Opcode).TSFlags & SIInstrFlags::FLAT;
/external/python/cpython2/Lib/compiler/
H A Dpyassem.py250 FLAT = "FLAT" variable
310 assert self.stage == FLAT
396 self.stage = FLAT
407 assert self.stage == FLAT
/external/python/cpython2/Lib/plat-irix5/
H A DGL.py108 FLAT = 0 variable
/external/python/cpython2/Lib/plat-irix6/
H A DGL.py108 FLAT = 0 variable
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.c402 vinterp[loc / 16] |= FLAT << ((loc % 16) * 2);

Completed in 529 milliseconds

12