/third_party/libinput/udev/ |
H A D | test-libinput-fuzz-extract.c | 63 { .which = (MIN|MAX|RES|FUZZ|FLAT), in START_TEST() 66 { .which = (MIN|RES|FUZZ|FLAT), in START_TEST() 69 { .which = FUZZ|FLAT, in START_TEST() 79 { .which = (RES|FUZZ|FLAT), .prop = "::12:1:2:3:4:5:6", in START_TEST() 104 if (t->which & FLAT) in START_TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_flat.h | 36 // kMinFlatSize is bounded by tag needing to be at least FLAT * 8 bytes, and 51 static_assert(kMinFlatSize / 8 + 1 >= FLAT, ""); 108 assert(rep->tag >= FLAT && rep->tag <= MAX_FLAT_TAG); in Delete() 133 assert(tag >= FLAT && tag <= MAX_FLAT_TAG); in flat() 138 assert(tag >= FLAT && tag <= MAX_FLAT_TAG); in flat()
|
H A D | cord_rep_btree.h | 39 // only. Allowed types of data edges are FLAT, EXTERNAL and SUBSTRINGs of FLAT 122 // be added into the parent node. For example, adding a FLAT inside a leaf 124 // FLAT, that needs to be 'popped' up the btree. Such 'pop' actions can 141 // `edge` as being a plain data node: EXTERNAL / FLAT or SUBSTRING thereof. 181 // for any additional FLAT being allocated. This is an optimization hint from 217 // last FLAT data edge inside this tree under the following conditions: 218 // - none of the nodes down into the FLAT node are shared. 219 // - the last data edge in this tree is a non-shared FLAT. 220 // - the referenced FLAT ha [all...] |
H A D | cord_internal.h | 186 // starting with FLAT, and limited to MAX_FLAT_TAG. The 225 value is based on 188 // in the future, then 'FLAT' and 'MAX_FLAT_TAG' should be adjusted as well 189 // as the Tag <---> Size logic so that FLAT stil represents the minimum flat 191 FLAT = 5, enumerator 196 // data edge, i.e. an external or flat rep. By having FLAT == EXTERNAL + 1, we 201 // DTRT when it sees a condition like `tag == EXTERNAL || tag >= FLAT`. 204 static_assert(FLAT == EXTERNAL + 1, "EXTERNAL and FLAT not consecutive"); 215 // If tag < FLAT, it represents CordRepKind and indicates the type of node. 234 constexpr bool IsFlat() const { return tag >= FLAT; } in IsFlat() [all...] |
H A D | cord_rep_btree.cc | 54 // Rep may be a CordRepBtree tree, or a SUBSTRING / EXTERNAL / FLAT node. 98 } else if (rep->tag >= FLAT) { in DumpAll() 172 // Deletes a leaf node data edge. Requires `rep` to be an EXTERNAL or FLAT 173 // node, or a SUBSTRING of an EXTERNAL or FLAT node. 176 if (rep->tag >= FLAT) { in DeleteLeafEdge() 187 assert(rep->tag == EXTERNAL || rep->tag >= FLAT); in DeleteLeafEdge() 862 // non-shared FLAT with capacity at the leaf level. in GetAppendBufferSlow() 874 if (!edge->refcount.IsOne() || edge->tag < FLAT) return {}; in GetAppendBufferSlow()
|
H A D | cord_rep_ring.cc | 65 // Requires all entries to be a FLAT or EXTERNAL node. 70 if (child->tag >= FLAT) { in UnrefEntries() 171 if (child->tag < FLAT && child->tag != EXTERNAL) { in IsValid() 298 if (child->tag >= FLAT && child->refcount.IsOne()) { in GetAppendBuffer() 318 if (data_offset && child->refcount.IsOne() && child->tag >= FLAT) { in GetPrependBuffer()
|
H A D | cord_rep_test_util.h | 129 } else if (rep->tag >= cord_internal::FLAT) { in CordToString()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineInterfaceMatchingTests.cpp | 78 FLAT, member in vkt::pipeline::__anon28226::DecorationType 889 if ((m_params->inDeclDecoration == DecorationType::FLAT) || in checkSupport() 891 (m_params->outDeclDecoration == DecorationType::FLAT) || in checkSupport() 959 { DecorationType::FLAT, { "flat", "flat ", "" } }, in getDecorationData() member in vkt::pipeline::__anon28226::DecorationType 1112 { DecorationType::NONE, DecorationType::FLAT }, in createInterfaceMatchingTests() 1113 { DecorationType::FLAT, DecorationType::NO_PERSPECTIVE }, in createInterfaceMatchingTests() member in vkt::pipeline::DecorationType 1114 { DecorationType::FLAT, DecorationType::NONE }, in createInterfaceMatchingTests() member in vkt::pipeline::DecorationType 1115 { DecorationType::NO_PERSPECTIVE, DecorationType::FLAT }, in createInterfaceMatchingTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineInterfaceMatchingTests.cpp | 76 FLAT, member in vkt::pipeline::__anon29445::DecorationType 887 if ((m_params->inDeclDecoration == DecorationType::FLAT) || in checkSupport() 889 (m_params->outDeclDecoration == DecorationType::FLAT) || in checkSupport() 957 { DecorationType::FLAT, { "flat", "flat ", "" } }, in getDecorationData() member in vkt::pipeline::__anon29445::DecorationType 1110 { DecorationType::NONE, DecorationType::FLAT }, in createInterfaceMatchingTests() 1111 { DecorationType::FLAT, DecorationType::NO_PERSPECTIVE }, in createInterfaceMatchingTests() member in vkt::pipeline::DecorationType 1112 { DecorationType::FLAT, DecorationType::NONE }, in createInterfaceMatchingTests() member in vkt::pipeline::DecorationType 1113 { DecorationType::NO_PERSPECTIVE, DecorationType::FLAT }, in createInterfaceMatchingTests()
|
/third_party/python/Lib/tkinter/ |
H A D | constants.py | 36 FLAT='flat' variable
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_opt_value_numbering.cpp | 109 case Format::FLAT: return hash_murmur_32<FLAT_instruction>(instr); in operator ()() 275 case Format::FLAT: in operator ()() 336 case Format::FLAT: in can_eliminate()
|
H A D | aco_assembler.cpp | 504 case Format::FLAT: in emit_instruction() 546 assert(instr->format != Format::FLAT); in emit_instruction() 548 } else if (instr->format != Format::FLAT || in emit_instruction() 549 ctx.gfx_level >= GFX10) { /* SADDR is actually used with FLAT on GFX10 */ in emit_instruction()
|
/third_party/ffmpeg/libavfilter/ |
H A D | v360.h | 37 FLAT, enumerator
|
H A D | vf_v360.c | 65 { "flat", "regular video", 0, AV_OPT_TYPE_CONST, {.i64=FLAT}, 0, 0, FLAGS, "in" }, 66 {"rectilinear", "regular video", 0, AV_OPT_TYPE_CONST, {.i64=FLAT}, 0, 0, FLAGS, "in" }, 67 { "gnomonic", "regular video", 0, AV_OPT_TYPE_CONST, {.i64=FLAT}, 0, 0, FLAGS, "in" }, 95 { "flat", "regular video", 0, AV_OPT_TYPE_CONST, {.i64=FLAT}, 0, 0, FLAGS, "out" }, 96 {"rectilinear", "regular video", 0, AV_OPT_TYPE_CONST, {.i64=FLAT}, 0, 0, FLAGS, "out" }, 97 { "gnomonic", "regular video", 0, AV_OPT_TYPE_CONST, {.i64=FLAT}, 0, 0, FLAGS, "out" }, 4203 case FLAT: in fov_from_dfov() 4434 case FLAT: in config_output() 4492 case FLAT: in config_output() 4649 case FLAT in config_output() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | glslang_tab.h | 104 FLAT = 307, enumerator
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgToken.hpp | 109 FLAT, enumerator
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | x86masm.pl | 92 .MODEL FLAT
|
/third_party/openssl/crypto/perlasm/ |
H A D | x86masm.pl | 92 .MODEL FLAT
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang_tab_autogen.h | 109 FLAT = 310, enumerator
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultipleInterpolationTests.cpp | 46 FLAT = 1, enumerator 77 case FLAT: in interpolationToString() 827 render(flatImage[i], &framesArray[FLAT], "vert_flat", "frag_flat", FLAT, useSampleRateShading); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawMultipleInterpolationTests.cpp | 46 FLAT = 1, enumerator 77 case FLAT: in interpolationToString() 829 render(flatImage[i], &framesArray[FLAT], "vert_flat", "frag_flat", FLAT, useSampleRateShading); in iterate()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | glslang_tab.cpp.h | 472 FLAT = 673, /* FLAT */ enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.h | 498 return MI.getDesc().TSFlags & SIInstrFlags::FLAT; in isFLAT() 501 // Is a FLAT encoded instruction which accesses a specific segment, 505 return (Flags & SIInstrFlags::FLAT) && !(Flags & SIInstrFlags::LGKM_CNT); in isSegmentSpecificFLAT() 513 // Any FLAT encoded instruction, including global_* and scratch_*. 515 return get(Opcode).TSFlags & SIInstrFlags::FLAT; in isFLAT() 1015 /// Returns if \p Offset is legal for the subtarget as the offset to a FLAT
|
H A D | SIDefines.h | 50 FLAT = 1 << 21, 92 // FLAT instruction accesses FLAT_GLBL or FLAT_SCRATCH segment.
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_program.c | 376 vinterp[loc / 16] |= FLAT << ((loc % 16) * 2); in fd3_program_emit()
|