Home
last modified time | relevance | path

Searched refs:arrays (Results 1 – 25 of 1457) sorted by relevance

12345678910>>...59

/third_party/mesa3d/src/glx/
Dindirect_vertex_array.c80 const struct array_state_vector *arrays,
83 const struct array_state_vector *arrays,
86 *arrays, GLenum key,
88 static void fill_array_info_cache(struct array_state_vector *arrays);
117 struct array_state_vector *arrays = state->array_state; in __glXFreeVertexArrayState() local
119 if (arrays) { in __glXFreeVertexArrayState()
120 free(arrays->stack); in __glXFreeVertexArrayState()
121 arrays->stack = NULL; in __glXFreeVertexArrayState()
122 free(arrays->arrays); in __glXFreeVertexArrayState()
123 arrays->arrays = NULL; in __glXFreeVertexArrayState()
[all …]
/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/container_hash/test/
Dhash_std_array_test.cpp50 std::vector<std::array<int, 1> > arrays; in int_1_array_test() local
53 arrays.push_back(val); in int_1_array_test()
55 arrays.push_back(val); in int_1_array_test()
57 arrays.push_back(val); in int_1_array_test()
58 array_tests(arrays); in int_1_array_test()
63 std::vector<std::array<std::string, 1> > arrays; in string_1_array_test() local
65 arrays.push_back(val); in string_1_array_test()
67 arrays.push_back(val); in string_1_array_test()
69 arrays.push_back(val); in string_1_array_test()
70 array_tests(arrays); in string_1_array_test()
[all …]
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_vbo_t.c60 const struct tnl_vertex_array *arrays) in vbo_init_arrays() argument
81 const struct tnl_vertex_array *array = &arrays[attr]; in vbo_init_arrays()
97 const struct tnl_vertex_array *arrays) in vbo_deinit_arrays() argument
121 vbo_choose_render_mode(struct gl_context *ctx, const struct tnl_vertex_array *arrays) in vbo_choose_render_mode() argument
130 if (arrays[VERT_ATTRIB_MAT(i)].BufferBinding->Stride) { in vbo_choose_render_mode()
139 vbo_emit_attr(struct gl_context *ctx, const struct tnl_vertex_array *arrays, in vbo_emit_attr() argument
144 const struct tnl_vertex_array *array = &arrays[attr]; in vbo_emit_attr()
182 vbo_choose_attrs(struct gl_context *ctx, const struct tnl_vertex_array *arrays) in vbo_choose_attrs() argument
191 vbo_emit_attr(ctx, arrays, VERT_ATTRIB_COLOR0); in vbo_choose_attrs()
193 vbo_emit_attr(ctx, arrays, VERT_ATTRIB_COLOR1); in vbo_choose_attrs()
[all …]
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.shaders.arrays_of_arrays.txt19 Arrays of arrays tests
30 + Arrays of arrays of 2, 3, and more levels
33 + Arrays of arrays as function return types
34 + Arrays of arrays as function in, out, and inout parameters
35 + Accessing arrays of arrays
36 - Indexing arrays of arrays with constant and dynamic expressions
41 + Arrays of arrays in function overloading
42 - Tests to verify that different sized arrays of arrays can be used to
47 - Multi-level SSBO/UBO instance arrays
48 + Arrays of arrays inside SSBOs, UBOs
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiopack-dist.c298 ptr0 = (orc_union32 *) ex->arrays[0]; in _backup_audio_orc_unpack_u8()
299 ptr4 = (orc_int8 *) ex->arrays[4]; in _backup_audio_orc_unpack_u8()
364 ex->arrays[ORC_VAR_A2] = c; in audio_orc_unpack_u8()
368 ex->arrays[ORC_VAR_D1] = d1; in audio_orc_unpack_u8()
369 ex->arrays[ORC_VAR_S1] = (void *) s1; in audio_orc_unpack_u8()
438 ptr0 = (orc_union32 *) ex->arrays[0]; in _backup_audio_orc_unpack_u8_trunc()
439 ptr4 = (orc_int8 *) ex->arrays[4]; in _backup_audio_orc_unpack_u8_trunc()
510 ex->arrays[ORC_VAR_A2] = c; in audio_orc_unpack_u8_trunc()
514 ex->arrays[ORC_VAR_D1] = d1; in audio_orc_unpack_u8_trunc()
515 ex->arrays[ORC_VAR_S1] = (void *) s1; in audio_orc_unpack_u8_trunc()
[all …]
Dgstaudiopack.c298 ptr0 = (orc_union32 *) ex->arrays[0]; in _backup_audio_orc_unpack_u8()
299 ptr4 = (orc_int8 *) ex->arrays[4]; in _backup_audio_orc_unpack_u8()
364 ex->arrays[ORC_VAR_A2] = c; in audio_orc_unpack_u8()
368 ex->arrays[ORC_VAR_D1] = d1; in audio_orc_unpack_u8()
369 ex->arrays[ORC_VAR_S1] = (void *) s1; in audio_orc_unpack_u8()
438 ptr0 = (orc_union32 *) ex->arrays[0]; in _backup_audio_orc_unpack_u8_trunc()
439 ptr4 = (orc_int8 *) ex->arrays[4]; in _backup_audio_orc_unpack_u8_trunc()
510 ex->arrays[ORC_VAR_A2] = c; in audio_orc_unpack_u8_trunc()
514 ex->arrays[ORC_VAR_D1] = d1; in audio_orc_unpack_u8_trunc()
515 ex->arrays[ORC_VAR_S1] = (void *) s1; in audio_orc_unpack_u8_trunc()
[all …]
/third_party/openGLES/extensions/ARB/
DARB_arrays_of_arrays.txt54 Multi-dimensional arrays are a frequently requested feature. This extension
55 removes the restriciton that arrays cannot be formed into arrays, allowing
56 arrays of arrays to be declared. Technically, removing this restriction is
60 The following will be true of arrays of arrays
65 - They will only be one-dimensional arrays of other first class objects.
66 (arrays are already first class objects).
72 Declares a one-dimensional array of size 3 of one-dimensional arrays of
178 Rewrite the sentences "Only one-dimensional arrays may be declared. All
179 basic types and structures can be formed into arrays." as
182 however, arrays of arrays can be declared. All types (basic types,
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_arrays_of_arrays.txt44 Multi-dimensional arrays are a frequently requested feature. This extension
45 removes the restriciton that arrays cannot be formed into arrays, allowing
46 arrays of arrays to be declared. Technically, removing this restriction is
50 The following will be true of arrays of arrays
55 - They will only be one-dimensional arrays of other first class objects.
56 (arrays are already first class objects).
62 Declares a one-dimensional array of size 3 of one-dimensional arrays of
168 Rewrite the sentences "Only one-dimensional arrays may be declared. All
169 basic types and structures can be formed into arrays." as
172 however, arrays of arrays can be declared. All types (basic types,
[all …]
/third_party/gstreamer/gstplugins_base/gst/audiomixer/
Dgstaudiomixerorc-dist.c219 ptr0 = (orc_union32 *) ex->arrays[0]; in _backup_audiomixer_orc_add_s32()
220 ptr4 = (orc_union32 *) ex->arrays[4]; in _backup_audiomixer_orc_add_s32()
276 ex->arrays[ORC_VAR_A2] = c; in audiomixer_orc_add_s32()
280 ex->arrays[ORC_VAR_D1] = d1; in audiomixer_orc_add_s32()
281 ex->arrays[ORC_VAR_S1] = (void *) s1; in audiomixer_orc_add_s32()
331 ptr0 = (orc_union16 *) ex->arrays[0]; in _backup_audiomixer_orc_add_s16()
332 ptr4 = (orc_union16 *) ex->arrays[4]; in _backup_audiomixer_orc_add_s16()
388 ex->arrays[ORC_VAR_A2] = c; in audiomixer_orc_add_s16()
392 ex->arrays[ORC_VAR_D1] = d1; in audiomixer_orc_add_s16()
393 ex->arrays[ORC_VAR_S1] = (void *) s1; in audiomixer_orc_add_s16()
[all …]
Dgstaudiomixerorc.c219 ptr0 = (orc_union32 *) ex->arrays[0]; in _backup_audiomixer_orc_add_s32()
220 ptr4 = (orc_union32 *) ex->arrays[4]; in _backup_audiomixer_orc_add_s32()
276 ex->arrays[ORC_VAR_A2] = c; in audiomixer_orc_add_s32()
280 ex->arrays[ORC_VAR_D1] = d1; in audiomixer_orc_add_s32()
281 ex->arrays[ORC_VAR_S1] = (void *) s1; in audiomixer_orc_add_s32()
331 ptr0 = (orc_union16 *) ex->arrays[0]; in _backup_audiomixer_orc_add_s16()
332 ptr4 = (orc_union16 *) ex->arrays[4]; in _backup_audiomixer_orc_add_s16()
388 ex->arrays[ORC_VAR_A2] = c; in audiomixer_orc_add_s16()
392 ex->arrays[ORC_VAR_D1] = d1; in audiomixer_orc_add_s16()
393 ex->arrays[ORC_VAR_S1] = (void *) s1; in audiomixer_orc_add_s16()
[all …]
/third_party/gstreamer/gstplugins_base/gst/adder/
Dgstadderorc.c226 ptr0 = (orc_union32 *) ex->arrays[0]; in _backup_adder_orc_add_s32()
227 ptr4 = (orc_union32 *) ex->arrays[4]; in _backup_adder_orc_add_s32()
283 ex->arrays[ORC_VAR_A2] = c; in adder_orc_add_s32()
287 ex->arrays[ORC_VAR_D1] = d1; in adder_orc_add_s32()
288 ex->arrays[ORC_VAR_S1] = (void *) s1; in adder_orc_add_s32()
338 ptr0 = (orc_union16 *) ex->arrays[0]; in _backup_adder_orc_add_s16()
339 ptr4 = (orc_union16 *) ex->arrays[4]; in _backup_adder_orc_add_s16()
395 ex->arrays[ORC_VAR_A2] = c; in adder_orc_add_s16()
399 ex->arrays[ORC_VAR_D1] = d1; in adder_orc_add_s16()
400 ex->arrays[ORC_VAR_S1] = (void *) s1; in adder_orc_add_s16()
[all …]
Dgstadderorc-dist.c226 ptr0 = (orc_union32 *) ex->arrays[0]; in _backup_adder_orc_add_s32()
227 ptr4 = (orc_union32 *) ex->arrays[4]; in _backup_adder_orc_add_s32()
283 ex->arrays[ORC_VAR_A2] = c; in adder_orc_add_s32()
287 ex->arrays[ORC_VAR_D1] = d1; in adder_orc_add_s32()
288 ex->arrays[ORC_VAR_S1] = (void *) s1; in adder_orc_add_s32()
338 ptr0 = (orc_union16 *) ex->arrays[0]; in _backup_adder_orc_add_s16()
339 ptr4 = (orc_union16 *) ex->arrays[4]; in _backup_adder_orc_add_s16()
395 ex->arrays[ORC_VAR_A2] = c; in adder_orc_add_s16()
399 ex->arrays[ORC_VAR_D1] = d1; in adder_orc_add_s16()
400 ex->arrays[ORC_VAR_S1] = (void *) s1; in adder_orc_add_s16()
[all …]
/third_party/vk-gl-cts/data/gles31/shaders/es31/
Darrays_of_arrays.test1 #X1. Constructor tests test constructing arrays of arrays with different declaration syntax and dat…
2 #X2. Return value tests test arrays of arrays as function return values.
3 #X3. Parameter tests test arrays of arrays as different types of function parameters (in, out, unna…
4 #X4. Implicit size tests test constructing arrays of arrays with implicit size.
5 #X5. Assignment tests test assigning an array of arrays to another array of arrays variable.
6 #X6. Length tests test the length method of arrays of arrays.
9 group constructor "Array of arrays constructors"
14 desc "Testing constructing explicitly sized arrays of arrays"
41 desc "Testing constructing explicitly sized arrays of arrays"
68 desc "Testing constructing explicitly sized arrays of arrays"
[all …]
/third_party/vk-gl-cts/data/gles31/shaders/es32/
Darrays_of_arrays.test20 #X1. Constructor tests test constructing arrays of arrays with different declaration syntax and dat…
21 #X2. Return value tests test arrays of arrays as function return values.
22 #X3. Parameter tests test arrays of arrays as different types of function parameters (in, out, unna…
23 #X4. Implicit size tests test constructing arrays of arrays with implicit size.
24 #X5. Assignment tests test assigning an array of arrays to another array of arrays variable.
25 #X6. Length tests test the length method of arrays of arrays.
28 group constructor "Array of arrays constructors"
33 desc "Testing constructing explicitly sized arrays of arrays"
60 desc "Testing constructing explicitly sized arrays of arrays"
87 desc "Testing constructing explicitly sized arrays of arrays"
[all …]
/third_party/vk-gl-cts/data/gles31/shaders/gl45/
Darrays_of_arrays.test1 #X1. Constructor tests test constructing arrays of arrays with different declaration syntax and dat…
2 #X2. Return value tests test arrays of arrays as function return values.
3 #X3. Parameter tests test arrays of arrays as different types of function parameters (in, out, unna…
4 #X4. Implicit size tests test constructing arrays of arrays with implicit size.
5 #X5. Assignment tests test assigning an array of arrays to another array of arrays variable.
6 #X6. Length tests test the length method of arrays of arrays.
9 group constructor "Array of arrays constructors"
14 desc "Testing constructing explicitly sized arrays of arrays"
41 desc "Testing constructing explicitly sized arrays of arrays"
68 desc "Testing constructing explicitly sized arrays of arrays"
[all …]
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dtvtime-dist.c288 ptr0 = (orc_int8 *) ex->arrays[0]; in _backup_deinterlace_line_vfir()
289 ptr4 = (orc_int8 *) ex->arrays[4]; in _backup_deinterlace_line_vfir()
290 ptr5 = (orc_int8 *) ex->arrays[5]; in _backup_deinterlace_line_vfir()
291 ptr6 = (orc_int8 *) ex->arrays[6]; in _backup_deinterlace_line_vfir()
292 ptr7 = (orc_int8 *) ex->arrays[7]; in _backup_deinterlace_line_vfir()
293 ptr8 = (orc_int8 *) ex->arrays[8]; in _backup_deinterlace_line_vfir()
426 ex->arrays[ORC_VAR_A2] = c; in deinterlace_line_vfir()
430 ex->arrays[ORC_VAR_D1] = d1; in deinterlace_line_vfir()
431 ex->arrays[ORC_VAR_S1] = (void *) s1; in deinterlace_line_vfir()
432 ex->arrays[ORC_VAR_S2] = (void *) s2; in deinterlace_line_vfir()
[all …]
Dtvtime.c288 ptr0 = (orc_int8 *) ex->arrays[0]; in _backup_deinterlace_line_vfir()
289 ptr4 = (orc_int8 *) ex->arrays[4]; in _backup_deinterlace_line_vfir()
290 ptr5 = (orc_int8 *) ex->arrays[5]; in _backup_deinterlace_line_vfir()
291 ptr6 = (orc_int8 *) ex->arrays[6]; in _backup_deinterlace_line_vfir()
292 ptr7 = (orc_int8 *) ex->arrays[7]; in _backup_deinterlace_line_vfir()
293 ptr8 = (orc_int8 *) ex->arrays[8]; in _backup_deinterlace_line_vfir()
426 ex->arrays[ORC_VAR_A2] = c; in deinterlace_line_vfir()
430 ex->arrays[ORC_VAR_D1] = d1; in deinterlace_line_vfir()
431 ex->arrays[ORC_VAR_S1] = (void *) s1; in deinterlace_line_vfir()
432 ex->arrays[ORC_VAR_S2] = (void *) s2; in deinterlace_line_vfir()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/bayer/
Dgstbayerorc-dist.c271 ptr0 = (orc_union16 *) ex->arrays[0]; in _backup_bayer_orc_horiz_upsample_unaligned()
272 ptr1 = (orc_union16 *) ex->arrays[1]; in _backup_bayer_orc_horiz_upsample_unaligned()
273 ptr4 = (orc_union16 *) ex->arrays[4]; in _backup_bayer_orc_horiz_upsample_unaligned()
386 ex->arrays[ORC_VAR_A2] = c; in bayer_orc_horiz_upsample_unaligned()
390 ex->arrays[ORC_VAR_D1] = d1; in bayer_orc_horiz_upsample_unaligned()
391 ex->arrays[ORC_VAR_D2] = d2; in bayer_orc_horiz_upsample_unaligned()
392 ex->arrays[ORC_VAR_S1] = (void *) s1; in bayer_orc_horiz_upsample_unaligned()
500 ptr0 = (orc_union16 *) ex->arrays[0]; in _backup_bayer_orc_horiz_upsample()
501 ptr1 = (orc_union16 *) ex->arrays[1]; in _backup_bayer_orc_horiz_upsample()
502 ptr4 = (orc_union16 *) ex->arrays[4]; in _backup_bayer_orc_horiz_upsample()
[all …]
Dgstbayerorc.c271 ptr0 = (orc_union16 *) ex->arrays[0]; in _backup_bayer_orc_horiz_upsample_unaligned()
272 ptr1 = (orc_union16 *) ex->arrays[1]; in _backup_bayer_orc_horiz_upsample_unaligned()
273 ptr4 = (orc_union16 *) ex->arrays[4]; in _backup_bayer_orc_horiz_upsample_unaligned()
386 ex->arrays[ORC_VAR_A2] = c; in bayer_orc_horiz_upsample_unaligned()
390 ex->arrays[ORC_VAR_D1] = d1; in bayer_orc_horiz_upsample_unaligned()
391 ex->arrays[ORC_VAR_D2] = d2; in bayer_orc_horiz_upsample_unaligned()
392 ex->arrays[ORC_VAR_S1] = (void *) s1; in bayer_orc_horiz_upsample_unaligned()
500 ptr0 = (orc_union16 *) ex->arrays[0]; in _backup_bayer_orc_horiz_upsample()
501 ptr1 = (orc_union16 *) ex->arrays[1]; in _backup_bayer_orc_horiz_upsample()
502 ptr4 = (orc_union16 *) ex->arrays[4]; in _backup_bayer_orc_horiz_upsample()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-orc.c682 ptr0 = (orc_union32 *) ex->arrays[0]; in _backup_video_orc_blend_little()
683 ptr4 = (orc_union32 *) ex->arrays[4]; in _backup_video_orc_blend_little()
848 ex->arrays[ORC_VAR_A2] = c; in video_orc_blend_little()
852 ex->arrays[ORC_VAR_D1] = d1; in video_orc_blend_little()
853 ex->arrays[ORC_VAR_S1] = (void *) s1; in video_orc_blend_little()
1005 ptr0 = (orc_union32 *) ex->arrays[0]; in _backup_video_orc_blend_big()
1006 ptr4 = (orc_union32 *) ex->arrays[4]; in _backup_video_orc_blend_big()
1177 ex->arrays[ORC_VAR_A2] = c; in video_orc_blend_big()
1181 ex->arrays[ORC_VAR_D1] = d1; in video_orc_blend_big()
1182 ex->arrays[ORC_VAR_S1] = (void *) s1; in video_orc_blend_big()
[all …]
Dvideo-orc-dist.c682 ptr0 = (orc_union32 *) ex->arrays[0]; in _backup_video_orc_blend_little()
683 ptr4 = (orc_union32 *) ex->arrays[4]; in _backup_video_orc_blend_little()
848 ex->arrays[ORC_VAR_A2] = c; in video_orc_blend_little()
852 ex->arrays[ORC_VAR_D1] = d1; in video_orc_blend_little()
853 ex->arrays[ORC_VAR_S1] = (void *) s1; in video_orc_blend_little()
1005 ptr0 = (orc_union32 *) ex->arrays[0]; in _backup_video_orc_blend_big()
1006 ptr4 = (orc_union32 *) ex->arrays[4]; in _backup_video_orc_blend_big()
1177 ex->arrays[ORC_VAR_A2] = c; in video_orc_blend_big()
1181 ex->arrays[ORC_VAR_D1] = d1; in video_orc_blend_big()
1182 ex->arrays[ORC_VAR_S1] = (void *) s1; in video_orc_blend_big()
[all …]
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fVertexArrayTest.cpp103 spec.arrays.push_back(arraySpec); in init()
173 spec.arrays.push_back(arraySpec); in init()
244 spec.arrays.push_back(arraySpec); in init()
312 spec.arrays.push_back(arraySpec); in init()
375 spec.arrays.push_back(arraySpec); in init()
440 spec.arrays.push_back(arraySpec); in init()
511 << spec.arrays.size(); in getTestName()
542 spec.arrays.push_back(arraySpec); in init()
581 << spec.arrays.size(); in getTestName()
583 for (int arrayNdx = 0; arrayNdx < (int)spec.arrays.size(); arrayNdx++) in getTestName()
[all …]
/third_party/flutter/skia/modules/particles/src/
DSkParticleDrawable.cpp84 DrawAtlasArrays arrays(particles, count, center); in REFLECTED() local
86 arrays.fRects[i].set(0.0f, 0.0f, fImage->width(), fImage->height()); in REFLECTED()
88 canvas->drawAtlas(fImage, arrays.fXforms.get(), arrays.fRects.get(), arrays.fColors.get(), in REFLECTED()
126 DrawAtlasArrays arrays(particles, count, center); in REFLECTED() local
135 arrays.fRects[i] = baseRect.makeOffset(col * baseRect.width(), row * baseRect.height()); in REFLECTED()
137 canvas->drawAtlas(fImage, arrays.fXforms.get(), arrays.fRects.get(), arrays.fColors.get(), in REFLECTED()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java1613 Map<String, String[]> arrays = new TreeMap<>(); field in DateFormatSymbols.CalendarDataSink
1677 if (!arrays.containsKey(keyString) && !maps.containsKey(keyString)) { in put()
1691 if (!keyString.endsWith("%variant") && !arrays.containsKey(keyString)) { in put()
1693 arrays.put(keyString, dataArray); in put()
1713 if (arrays.containsKey(alias)) { in put()
1714 arrays.put(aliasPathPairs.get(i + 1), arrays.get(alias)); in put()
1778 if (arrays.containsKey(currentPath) in processResource()
1793 arrays.put(currentPath, dataArray); in processResource()
1909 Map<String, String[]> arrays = calendarSink.arrays; in initializeData() local
1912 eras = arrays.get("eras/abbreviated"); in initializeData()
[all …]

12345678910>>...59