Home
last modified time | relevance | path

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

123

/third_party/libinput/udev/
H A Dtest-libinput-fuzz-extract.c63 { .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 Dcord_rep_flat.h36 // 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 Dcord_rep_btree.h39 // 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 Dcord_internal.h186 // 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 Dcord_rep_btree.cc54 // 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 Dcord_rep_ring.cc65 // 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 Dcord_rep_test_util.h129 } else if (rep->tag >= cord_internal::FLAT) { in CordToString()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInterfaceMatchingTests.cpp78 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 DvktPipelineInterfaceMatchingTests.cpp76 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 Dconstants.py36 FLAT='flat' variable
/third_party/mesa3d/src/amd/compiler/
H A Daco_opt_value_numbering.cpp109 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 Daco_assembler.cpp504 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 Dv360.h37 FLAT, enumerator
H A Dvf_v360.c65 { "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 Dglslang_tab.h104 FLAT = 307, enumerator
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgToken.hpp109 FLAT, enumerator
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86masm.pl92 .MODEL FLAT
/third_party/openssl/crypto/perlasm/
H A Dx86masm.pl92 .MODEL FLAT
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_tab_autogen.h109 FLAT = 310, enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultipleInterpolationTests.cpp46 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 DvktDrawMultipleInterpolationTests.cpp46 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 Dglslang_tab.cpp.h472 FLAT = 673, /* FLAT */ enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h498 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 DSIDefines.h50 FLAT = 1 << 21,
92 // FLAT instruction accesses FLAT_GLBL or FLAT_SCRATCH segment.
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.c376 vinterp[loc / 16] |= FLAT << ((loc % 16) * 2); in fd3_program_emit()

Completed in 31 milliseconds

123