/third_party/libinput/udev/ |
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/ |
D | cord_rep_flat.h | 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()
|
D | cord_internal.h | 191 FLAT = 5, enumerator 204 static_assert(FLAT == EXTERNAL + 1, "EXTERNAL and FLAT not consecutive"); 234 constexpr bool IsFlat() const { return tag >= FLAT; } in IsFlat()
|
D | cord_rep_btree.h | 562 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()
|
D | cord_rep_ring.cc | 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()
|
D | cord_rep_btree.cc | 98 } 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/ |
D | README-ISA.md | 102 ## 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.
|
D | aco_opcodes.py | 65 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:…
|
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()
|
/third_party/python/Tools/pynche/ |
D | ChipViewer.py | 45 relief=FLAT, justify=CENTER, state=DISABLED, 51 relief=FLAT, justify=CENTER, state=DISABLED,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineInterfaceMatchingTests.cpp | 76 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/ |
D | constants.py | 36 FLAT='flat' variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrFormats.td | 43 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/ |
D | NV_fragment_program4.txt | 124 <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/ |
D | NV_fragment_program4.txt | 124 <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/ |
D | sksl.lex | 35 FLAT = "flat"
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawMultipleInterpolationTests.cpp | 44 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/ |
D | glslang_tab.h | 104 FLAT = 307, enumerator
|
/third_party/ffmpeg/libavfilter/ |
D | v360.h | 37 FLAT, enumerator
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_shader_explicit_vertex_parameter.txt | 186 ... NOPERSPECTIVE FLAT SMOOTH __EXPLICITINTERPAMD 194 FLAT
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_shader_explicit_vertex_parameter.txt | 186 ... NOPERSPECTIVE FLAT SMOOTH __EXPLICITINTERPAMD 194 FLAT
|
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgToken.hpp | 109 FLAT, enumerator
|
/third_party/openGLES/extensions/WIN/ |
D | WIN_phong_shading.txt | 109 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/ |
D | WIN_phong_shading.txt | 109 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/ |
D | glslang_tab_autogen.h | 109 FLAT = 310, enumerator
|