/external/llvm/utils/ |
D | GenLibDeps.pl | 14 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-7.0/llvm/utils/ |
D | GenLibDeps.pl | 14 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/mesa3d/src/amd/compiler/ |
D | README-ISA.md | 90 ## FLAT, Scratch, Global instructions 166 VMEM/FLAT/GLOBAL/SCRATCH/DS instruction reads an SGPR (or EXEC, or M0). 192 When there is a misaligned multi-dword FLAT load/store instruction in WGP mode, 193 it needs to be split into multiple single-dword FLAT instructions. 195 ACO doesn't use FLAT load/store on GFX10, so is unaffected. 199 The 12-bit immediate OFFSET field of FLAT instructions must always be 0. 202 ACO doesn't use FLAT load/store on GFX10, so is unaffected.
|
D | aco_opcodes.py | 46 FLAT = 13 variable in Format 137 elif self in [Format.FLAT, Format.GLOBAL, Format.SCRATCH]: 1480 FLAT = { variable 1537 for (gfx7, gfx8, gfx10, name) in FLAT: 1538 opcode(name, gfx7, gfx8, gfx10, Format.FLAT, is_atomic = "atomic" in name)
|
D | aco_form_hard_clauses.cpp | 83 } else if (instr->format == Format::FLAT) { in form_hard_clauses()
|
/external/llvm/lib/Target/AMDGPU/ |
D | CIInstructions.td | 272 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,
|
D | SIInstrFormats.td | 43 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
|
/external/python/cpython2/Demo/tix/ |
D | tixwidgets.py | 420 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/cpython3/Tools/pynche/ |
D | ChipViewer.py | 45 relief=FLAT, justify=CENTER, state=DISABLED, 51 relief=FLAT, justify=CENTER, state=DISABLED,
|
/external/python/cpython2/Tools/pynche/ |
D | ChipViewer.py | 45 relief=FLAT, justify=CENTER, state=DISABLED, 51 relief=FLAT, justify=CENTER, state=DISABLED,
|
/external/python/cpython2/Lib/idlelib/ |
D | tabbedpages.py | 62 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/skqp/src/sksl/ |
D | SkSLLexer.h | 72 #undef FLAT 73 FLAT, enumerator
|
/external/skia/src/sksl/ |
D | SkSLLexer.h | 68 #undef FLAT 69 FLAT, enumerator
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkconstants.py | 36 FLAT='flat' variable
|
/external/python/cpython3/Lib/tkinter/ |
D | constants.py | 36 FLAT='flat' variable
|
/external/u-boot/board/sandbox/ |
D | MAINTAINERS | 23 SANDBOX FLAT TREE BOARD
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawMultipleInterpolationTests.cpp | 44 FLAT = 1, enumerator 68 case FLAT: in interpolationToString() 156 "layout(location = " + de::toString(FLAT) + ") out vec4 out_color_flat;\n" in initPrograms() 503 render(flatImage, &refFrames[FLAT], "vert_flat", "frag_flat"); in iterate()
|
/external/skqp/src/sksl/lex/ |
D | sksl.lex | 27 FLAT = "flat"
|
/external/skia/src/sksl/lex/ |
D | sksl.lex | 25 FLAT = "flat"
|
/external/python/cpython2/Lib/compiler/ |
D | pyassem.py | 250 FLAT = "FLAT" variable 310 assert self.stage == FLAT 396 self.stage = FLAT 407 assert self.stage == FLAT
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.h | 104 FLAT = 307, enumerator
|
/external/llvm/docs/ |
D | AMDGPUUsage.rst | 50 FLAT Instructions 53 instruction set. All FLAT instructions are supported for these architectures
|
/external/deqp/framework/randomshaders/ |
D | rsgToken.hpp | 109 FLAT, enumerator
|
/external/angle/src/compiler/translator/ |
D | glslang_tab_autogen.h | 108 FLAT = 309, enumerator
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | rmt.py | 27 s = Scrollbar(f, relief=FLAT)
|