HomeSort by relevance Sort by last modified time
    Searched full:flat (Results 201 - 225 of 1219) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/lib/Target/AMDGPU/
VIInstructions.td 117 class FlatLoadPat <FLAT inst, SDPatternOperator node, ValueType vt> : Pat <
130 class FlatStorePat <FLAT inst, SDPatternOperator node, ValueType vt> : Pat <
141 class FlatAtomicPat <FLAT inst, SDPatternOperator node, ValueType vt> : Pat <
AMDGPU.h 121 FLAT_ADDRESS = 4, ///< Address space for flat memory.
CIInstructions.td 116 // Flat Instructions
185 // Flat Patterns
190 class FLATLoad_Pattern <FLAT Instr_ADDR64, ValueType vt,
206 class FLATStore_Pattern <FLAT Instr, ValueType vt, PatFrag st> :
  /external/skia/gm/
convexpaths.cpp 162 // flat cubic where the at end point tangents both point outward.
168 // flat cubic where initial tangent is in, end tangent out
174 // flat cubic where initial tangent is out, end tangent in
  /external/v8/tools/
gc-nvp-trace-processor.py 45 flat = []
46 for i in l: flat.extend(i)
47 return flat
  /frameworks/base/tools/aapt2/link/
Link.cpp 147 // If the file ends with .flat, we must strip off the CompiledFileHeader from it.
148 if (util::stringEndsWith<char>(file->getSource().path, ".flat")) {
344 if (util::stringEndsWith<char>(srcPath, ".flat")) {
459 (util::stringEndsWith<char>(srcPath, ".xml.flat") ||
700 if (!writer->startEntry("resources.arsc.flat", 0)) {
    [all...]
  /external/v8/test/cctest/
test-strings.cc 399 bool flat = data->rng_.next(data->empty_leaf_threshold_); local
404 // Flat cons string terminate by definition.
405 terminate |= flat;
445 // Special work needed for flat string.
446 if (flat) {
565 Handle<String> flat = ConstructBalanced(&data); local
566 String::Flatten(flat);
571 Traverse(flat, symmetric);
573 Traverse(flat, left_asymmetric);
575 Traverse(flat, right_asymmetric)
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
Tree.as 62 * the tree is a flat list.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCommonTreeNodeStream.h 54 /** Tree (nil A B C) trees like flat A B C streams */
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCommonTreeNodeStream.h 54 /** Tree (nil A B C) trees like flat A B C streams */
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCommonTreeNodeStream.h 54 /** Tree (nil A B C) trees like flat A B C streams */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTreeNodeStream.h 54 /** Tree (nil A B C) trees like flat A B C streams */
ANTLRTree.m 95 // the tree is a flat list.
  /external/clang/include/clang/Frontend/
PCHContainerOperations.h 75 /// PCHGenerator that writes the module to a flat file.
  /external/deqp/android/cts/master/src/
vulkan-test-issues.txt 17 # Khronos Issue 233: Negative zero flat varying issue
  /external/deqp/doc/testspecs/GLES3/
functional.frag_output.txt 40 no interpolation is done and flat values are used instead.
functional.shaders.linkage.txt 31 + Flat and centroid varyings
  /external/deqp/modules/gles2/scripts/
gen-keywords.py 76 "interface", "flat", "long", "short", "double", "half", "fixed", "unsigned", "superp",
  /external/llvm/docs/HistoricalNotes/
2000-12-06-MeetingSummary.txt 9 1. We decided that we shall use a flat namespace to represent our
  /external/llvm/include/llvm/Analysis/
RegionIterator.h 152 /// @brief Flat RegionNode iterator.
154 /// The Flat Region iterator will iterate over all BasicBlock RegionNodes that
179 && "Subregion node not allowed in flat iterating mode!");
193 && "Subregion node not allowed in flat iterating mode!");
  /external/llvm/test/CodeGen/AMDGPU/
move-to-valu-atomicrmw.ll 4 ; FIXME: broken on VI because flat instructions need to be emitted
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_print.cpp 266 "flat",
270 "cent flat",
274 "off flat",
278 "samp flat",
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfCompression.h 67 // flat fields are compressed more
  /frameworks/av/media/libstagefright/codecs/mp3dec/test/
mp3dec_test.cpp 54 config.equalizerType = flat;
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_menu.jd 45 when they press the Menu button. They are drawn in a flat-front perspective and
187 <p>Menu icons are flat, pictured face on, and greyscale. A slight deboss and
256 flat-front perspective. Elements in a menu icon must not be visualized in 3D or
302 <p>Menu icons are flat and pictured face on. A slight deboss and some other

Completed in 4016 milliseconds

1 2 3 4 5 6 7 891011>>