Home
last modified time | relevance | path

Searched refs:structs (Results 1 – 25 of 409) sorted by relevance

12345678910>>...17

/third_party/skia/tests/sksl/runtime_errors/
DIllegalArrayOps.skvm3 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/
Dtest_struct.cpp147 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/
DREADME.lws_struct.md6 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/
Dhlsl.flattenSubset2.frag12 // Assignment of nested structs to nested structs
/third_party/mesa3d/src/asahi/lib/
Dgen_pack.py268 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/
Dgen_pack.py325 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/
DToposortStructs.cpp54 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/
DREADME.md13 …. This uses Swift native structs instead of workarounds that which leads to a huge performance inc…
/third_party/mesa3d/src/intel/genxml/
Dgen_sort_tags.py121 structs = sorted(xml.findall('./struct'), key=get_name)
123 for s in structs:
132 for _s in structs:
/third_party/python/Modules/_ctypes/
Dstgdict.c714 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/
Dboost_fusion.qbk15 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/
Dreflection.fbs25 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/
Dtype_constructor.wgsl32 // Test nested structs.
47 // Test arrays of structs containing arrays.
/third_party/flutter/glfw/docs/
Dinternal.dox62 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/
Dcomplex-control-point-inout-types.tesc35 // Non-multi-patch path cannot support structs inside structs.
/third_party/skia/resources/sksl/runtime_errors/
DIllegalArrayOps.rts2 // or with structs containing arrays. SkSL (and later versions of GLSL) allow assignment and
5 // or structs containing arrays.
/third_party/flatbuffers/docs/source/
DRustUsage.md108 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
DBenchmarks.md10 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 |
DDartUsage.md83 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
DSwiftUsage.md40 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/
Dfunctional.uniform_location.txt26 + 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/
Dcubic_hermite.qbk110 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/
Dapibuild.py199 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/
Dmeson.build61 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/
Dcheck.go93 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 {

12345678910>>...17