/third_party/skia/tests/sksl/runtime_errors/ |
D | IllegalArrayOps.skvm | 3 error: 16: operator '=' can not operate on arrays (or structs containing arrays) 4 error: 17: operator '=' can not operate on arrays (or structs containing arrays) 5 error: 18: operator '=' can not operate on arrays (or structs containing arrays) 6 error: 21: functions may not return structs containing arrays 7 error: 22: functions may not return structs containing arrays 8 error: 24: operator '==' can not operate on arrays (or structs containing arrays) 9 error: 25: operator '==' can not operate on arrays (or structs containing arrays) 10 error: 26: operator '==' can not operate on arrays (or structs containing arrays) 11 error: 28: operator '!=' can not operate on arrays (or structs containing arrays) 12 error: 29: operator '!=' can not operate on arrays (or structs containing arrays) [all …]
|
/third_party/boost/libs/compute/test/ |
D | test_struct.cpp | 147 compute::vector<StructWithArray> structs(context); in BOOST_AUTO_TEST_CASE() local 149 structs.push_back(make_struct_with_array(1, 2, 3), queue); in BOOST_AUTO_TEST_CASE() 150 structs.push_back(make_struct_with_array(4, 5, 6), queue); in BOOST_AUTO_TEST_CASE() 151 structs.push_back(make_struct_with_array(7, 8, 9), queue); in BOOST_AUTO_TEST_CASE() 158 compute::vector<int> results(structs.size(), context); in BOOST_AUTO_TEST_CASE() 160 structs.begin(), structs.end(), results.begin(), sum_array, queue in BOOST_AUTO_TEST_CASE()
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_struct.md | 6 structs to and from JSON, and to and from sqlite3. 13 - supports flat structs, single child struct pointers, and unbounded arrays / 31 - when deserialized structs are finished with, a single call to free the
|
/third_party/glslang/Test/ |
D | hlsl.flattenSubset2.frag | 12 // Assignment of nested structs to nested structs
|
/third_party/mesa3d/src/asahi/lib/ |
D | gen_pack.py | 268 elif self.type in self.parser.structs: 339 if field.type in self.parser.structs: 340 sub_struct = self.parser.structs[field.type] 353 if field.type in self.parser.structs: 354 sub_fields = self.parser.structs[field.type].fields 526 if field.type in self.parser.structs: 567 self.structs = {} 587 self.structs[attrs["name"]] = self.group 622 elif field.type in self.structs:
|
/third_party/mesa3d/src/panfrost/lib/genxml/ |
D | gen_pack.py | 325 section.type = self.parser.structs[attrs["type"]] 379 elif self.type in self.parser.structs: 450 if field.type in self.parser.structs: 451 sub_struct = self.parser.structs[field.type] 464 if field.type in self.parser.structs: 465 sub_fields = self.parser.structs[field.type].fields 644 if field.type in self.parser.structs: 680 self.structs = {} 708 self.structs[attrs["name"]] = self.group 755 elif field.type in self.structs:
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | ToposortStructs.cpp | 54 const std::vector<const TStructure *> &structs) in BuildGraph() argument 57 for (const TStructure *s : structs) in BuildGraph() 331 std::vector<const TStructure *> structs; in ToposortStructs() local 336 structs.push_back(d.structure); in ToposortStructs() 342 Graph<const TStructure *> g = BuildGraph(symbolEnv, structs); in ToposortStructs()
|
/third_party/flatbuffers/swift/ |
D | README.md | 13 …. This uses Swift native structs instead of workarounds that which leads to a huge performance inc…
|
/third_party/mesa3d/src/intel/genxml/ |
D | gen_sort_tags.py | 121 structs = sorted(xml.findall('./struct'), key=get_name) 123 for s in structs: 132 for _s in structs:
|
/third_party/python/Modules/_ctypes/ |
D | stgdict.c | 714 ffi_type *structs; /* point to struct aliases of arrays */ in PyCStructUnionType_update_stgdict() local 796 structs = (ffi_type *) &dummy_types[num_ffi_type_pointers]; in PyCStructUnionType_update_stgdict() 799 memset(structs, 0, num_ffi_types * sizeof(ffi_type)); in PyCStructUnionType_update_stgdict() 860 element_types[element_index++] = &structs[struct_index]; in PyCStructUnionType_update_stgdict() 861 structs[struct_index].size = length * edict->ffi_type_pointer.size; in PyCStructUnionType_update_stgdict() 862 structs[struct_index].alignment = edict->ffi_type_pointer.alignment; in PyCStructUnionType_update_stgdict() 863 structs[struct_index].type = FFI_TYPE_STRUCT; in PyCStructUnionType_update_stgdict() 864 structs[struct_index].elements = &dummy_types[dummy_index]; in PyCStructUnionType_update_stgdict()
|
/third_party/boost/libs/geometry/doc/reference/geometries/adapted/ |
D | boost_fusion.qbk | 15 Boost.Fusion adapted structs or classes are adapted to the Boost.Geometry point concept 19 Boost.Fusion adapted structs are (optionally) adapted to the Boost.Geometry
|
/third_party/flatbuffers/reflection/ |
D | reflection.fbs | 25 Obj, // Used for tables & structs. 80 table Object { // Used for both tables and structs. 85 bytesize:int; // For structs.
|
/third_party/skia/third_party/externals/tint/test/struct/ |
D | type_constructor.wgsl | 32 // Test nested structs. 47 // Test arrays of structs containing arrays.
|
/third_party/flutter/glfw/docs/ |
D | internal.dox | 62 platform-independent part of the internal structs. Instead, it calls the event 72 The platform interface also defines structs that contain platform-specific 78 These structs are incorporated as members into the internal interface structs
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/tesc/ |
D | complex-control-point-inout-types.tesc | 35 // Non-multi-patch path cannot support structs inside structs.
|
/third_party/skia/resources/sksl/runtime_errors/ |
D | IllegalArrayOps.rts | 2 // or with structs containing arrays. SkSL (and later versions of GLSL) allow assignment and 5 // or structs containing arrays.
|
/third_party/flatbuffers/docs/source/ |
D | RustUsage.md | 108 For structs, layout is deterministic and guaranteed to be the same 110 own size, and structs themselves to their largest member), and you 112 on the reference to a struct, or even an array of structs. 115 are structs themselves, as then you can use the pointers to 117 handy for use of arrays of structs with calls like `glVertexAttribPointer` 120 It is important to note is that structs are still little endian on all
|
D | Benchmarks.md | 10 at all (the column "Raw structs"), which is what you get if you write 11 hardcoded code that just writes structs. This is the fastest possible, 24 … | Rapid JSON | FlatBuffers (JSON) | pugixml | Raw structs |
|
D | DartUsage.md | 83 3. The SDK implementation does not appear to support FlatBuffer structs or 84 vectors of structs - it treated everything as a built-in scalar or a table. 85 This implementation treats structs in a way that is compatible with other 86 non-Dart implementations, and properly handles vectors of structs. Many of
|
D | SwiftUsage.md | 40 To use FlatBuffers in your own code, first generate Swift structs from your 67 let pos = monster.pos // uses native swift structs 68 let pos = monster.mutablePos // uses flatbuffers structs
|
/third_party/vk-gl-cts/doc/testspecs/GLES31/ |
D | functional.uniform_location.txt | 26 + Location for (nested) structs and their members 34 - Overlapping structs and arrays with various linkage and usage 38 + Deeply nested structs/arrays
|
/third_party/boost/libs/math/doc/interpolators/ |
D | cubic_hermite.qbk | 110 which takes a vector of `(y, dydx)`, i.e., and array of structs (`aos`). 111 The array of structs should be preferred as it uses cache more effectively. 122 For the "array of structs" version: 199 … version is evident, as is the better cache utilization of the "array of structs" version as the p…
|
/third_party/libxml2/doc/ |
D | apibuild.py | 199 self.structs = {} 252 self.structs[name] = d 294 for id in list(idx.structs.keys()): 295 if id in self.structs: 297 id, self.structs[id].header, idx.structs[id].header)) 299 self.structs[id] = idx.structs[id] 300 self.identifiers[id] = idx.structs[id] 367 self.analyze_dict("structs", self.structs) 1758 if name in self.idx.structs and ( \ 1759 type(self.idx.structs[name].info) == type(()) or [all …]
|
/third_party/mesa3d/src/freedreno/registers/adreno/ |
D | meson.build | 61 command: [prog_python, '@INPUT0@', rnn_src_path, '@INPUT1@', '--pack-structs'], 69 command: [prog_python, '@INPUT0@', rnn_src_path, '@INPUT1@', '--pack-structs'],
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/ |
D | check.go | 93 structs: map[t.QID]*a.Struct{}, 172 structs map[t.QID]*a.Struct member 338 if other, ok := c.structs[qid]; ok { 347 c.structs[qid] = n 493 if _, ok := c.structs[t.QID{qqid[0], qqid[1]}]; !ok { 613 for _, v := range c.structs {
|