Home
last modified time | relevance | path

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

12345

/third_party/libinput/udev/
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/
Dcord_rep_flat.h51 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()
Dcord_internal.h191 FLAT = 5, enumerator
204 static_assert(FLAT == EXTERNAL + 1, "EXTERNAL and FLAT not consecutive");
234 constexpr bool IsFlat() const { return tag >= FLAT; } in IsFlat()
Dcord_rep_btree.h562 return (r->tag >= FLAT ? r->flat()->Data() : r->external()->base) + offset; in EdgeDataPtr()
578 if (rep->tag == EXTERNAL || rep->tag >= FLAT) return true; in IsDataEdge()
580 return rep->tag == EXTERNAL || rep->tag >= FLAT; in IsDataEdge()
808 if (edge->tag < FLAT) return {}; in GetAppendBuffer()
Dcord_rep_ring.cc70 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()
Dcord_rep_btree.cc98 } else if (rep->tag >= FLAT) { in DumpAll()
176 if (rep->tag >= FLAT) { in DeleteLeafEdge()
187 assert(rep->tag == EXTERNAL || rep->tag >= FLAT); in DeleteLeafEdge()
874 if (!edge->refcount.IsOne() || edge->tag < FLAT) return {}; in GetAppendBufferSlow()
/third_party/mesa3d/src/amd/compiler/
DREADME-ISA.md102 ## FLAT, Scratch, Global instructions
219 VMEM/FLAT/GLOBAL/SCRATCH/DS instruction reads an SGPR (or EXEC, or M0).
245 When there is a misaligned multi-dword FLAT load/store instruction in WGP mode,
246 it needs to be split into multiple single-dword FLAT instructions.
248 ACO doesn't use FLAT load/store on GFX10, so is unaffected.
252 The 12-bit immediate OFFSET field of FLAT instructions must always be 0.
255 ACO doesn't use FLAT load/store on GFX10, so is unaffected.
Daco_opcodes.py65 FLAT = 13 variable in Format
160 elif self in [Format.FLAT, Format.GLOBAL, Format.SCRATCH]:
1538 FLAT = { variable
1595 for (gfx7, gfx8, gfx10, name) in FLAT:
1596 …opcode(name, gfx7, gfx8, gfx10, Format.FLAT, InstrClass.VMem, is_atomic = "atomic" in name) #TODO:…
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()
/third_party/python/Tools/pynche/
DChipViewer.py45 relief=FLAT, justify=CENTER, state=DISABLED,
51 relief=FLAT, justify=CENTER, state=DISABLED,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInterfaceMatchingTests.cpp76 FLAT, enumerator
928 { DecorationType::FLAT, { "flat", "flat ", "" } }, in getDecorationData()
1080 { DecorationType::NONE, DecorationType::FLAT }, in createInterfaceMatchingTests()
1081 { DecorationType::FLAT, DecorationType::NO_PERSPECTIVE }, in createInterfaceMatchingTests()
1082 { DecorationType::FLAT, DecorationType::NONE }, in createInterfaceMatchingTests()
1083 { DecorationType::NO_PERSPECTIVE, DecorationType::FLAT }, in createInterfaceMatchingTests()
/third_party/python/Lib/tkinter/
Dconstants.py36 FLAT='flat' variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrFormats.td43 field bit FLAT = 0;
113 // This field indicates that FLAT instruction accesses FLAT_GLBL or
114 // FLAT_SCRATCH segment. Must be 0 for non-FLAT instructions.
155 let TSFlags{21} = FLAT;
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_fragment_program4.txt124 <interpModifier> ::= "FLAT"
163 An attribute variable declared as "FLAT" will be flat-shaded. For such
166 described in Section 2.14.7. If "FLAT" is not specified, attributes will
169 model (section 2.14.7) is FLAT. If an attribute variable declared as
170 "FLAT" corresponds to a texture coordinate replaced by a point sprite
206 modifiers without the "FLAT" interpolation modifier.
217 * if the "FLAT" modifier is used together with either "CENTROID" or
678 FLAT ATTRIB texcoords[4] = { fragment.texcoord[0..3] };
691 INTERPOLATE fragment.texcoord[0..3], FLAT;
739 FLAT ATTRIB tc02[3] = { fragment.texcoord[0..2] };
[all …]
/third_party/openGLES/extensions/NV/
DNV_fragment_program4.txt124 <interpModifier> ::= "FLAT"
163 An attribute variable declared as "FLAT" will be flat-shaded. For such
166 described in Section 2.14.7. If "FLAT" is not specified, attributes will
169 model (section 2.14.7) is FLAT. If an attribute variable declared as
170 "FLAT" corresponds to a texture coordinate replaced by a point sprite
206 modifiers without the "FLAT" interpolation modifier.
217 * if the "FLAT" modifier is used together with either "CENTROID" or
678 FLAT ATTRIB texcoords[4] = { fragment.texcoord[0..3] };
691 INTERPOLATE fragment.texcoord[0..3], FLAT;
739 FLAT ATTRIB tc02[3] = { fragment.texcoord[0..2] };
[all …]
/third_party/skia/src/sksl/lex/
Dsksl.lex35 FLAT = "flat"
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleInterpolationTests.cpp44 FLAT = 1, enumerator
75 case FLAT: in interpolationToString()
697 …render(flatImage[i], &framesArray[FLAT], "vert_flat", "frag_flat", FLAT, useSampleRateS… in iterate()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_tab.h104 FLAT = 307, enumerator
/third_party/ffmpeg/libavfilter/
Dv360.h37 FLAT, enumerator
/third_party/openGLES/extensions/AMD/
DAMD_shader_explicit_vertex_parameter.txt186 ... NOPERSPECTIVE FLAT SMOOTH __EXPLICITINTERPAMD
194 FLAT
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_shader_explicit_vertex_parameter.txt186 ... NOPERSPECTIVE FLAT SMOOTH __EXPLICITINTERPAMD
194 FLAT
/third_party/vk-gl-cts/framework/randomshaders/
DrsgToken.hpp109 FLAT, enumerator
/third_party/openGLES/extensions/WIN/
DWIN_phong_shading.txt109 mode value must be one of the symbolic constant SMOOTH, FLAT or
111 treated individually. If mode is FLAT, flatshading is turned on. If mode
/third_party/skia/third_party/externals/opengl-registry/extensions/WIN/
DWIN_phong_shading.txt109 mode value must be one of the symbolic constant SMOOTH, FLAT or
111 treated individually. If mode is FLAT, flatshading is turned on. If mode
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_tab_autogen.h109 FLAT = 310, enumerator

12345