Home
last modified time | relevance | path

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

1234

/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-7.0/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/mesa3d/src/amd/compiler/
DREADME-ISA.md90 ## 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.
Daco_opcodes.py46 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)
Daco_form_hard_clauses.cpp83 } else if (instr->format == Format::FLAT) { in form_hard_clauses()
/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
/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/cpython3/Tools/pynche/
DChipViewer.py45 relief=FLAT, justify=CENTER, state=DISABLED,
51 relief=FLAT, justify=CENTER, state=DISABLED,
/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/skqp/src/sksl/
DSkSLLexer.h72 #undef FLAT
73 FLAT, enumerator
/external/skia/src/sksl/
DSkSLLexer.h68 #undef FLAT
69 FLAT, enumerator
/external/python/cpython2/Lib/lib-tk/
DTkconstants.py36 FLAT='flat' variable
/external/python/cpython3/Lib/tkinter/
Dconstants.py36 FLAT='flat' variable
/external/u-boot/board/sandbox/
DMAINTAINERS23 SANDBOX FLAT TREE BOARD
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleInterpolationTests.cpp44 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/
Dsksl.lex27 FLAT = "flat"
/external/skia/src/sksl/lex/
Dsksl.lex25 FLAT = "flat"
/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
/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/angle/src/compiler/translator/
Dglslang_tab_autogen.h108 FLAT = 309, enumerator
/external/python/cpython2/Demo/tkinter/guido/
Drmt.py27 s = Scrollbar(f, relief=FLAT)

1234