Home
last modified time | relevance | path

Searched refs:t1_array (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_bluetooth/
Demboss_util_test.cc66 std::array<uint8_t, 4> t1_array = {33, 71, 24, 91}; in TEST() local
68 UncheckedCopyToEmbossStruct(e_view.payload(), t1_array); in TEST()
71 t1_array.begin(), in TEST()
72 t1_array.end())); in TEST()
82 std::array<uint8_t, 4> t1_array = {33, 71, 24, 91}; in TEST() local
84 UncheckedCopyToEmbossStruct(e_view.payload(), pw::span(t1_array)); in TEST()
87 t1_array.begin(), in TEST()
88 t1_array.end())); in TEST()
98 std::array<uint8_t, 2> t1_array = {33, 71}; in TEST() local
100 UncheckedCopyToEmbossStruct(e_view.payload(), t1_array); in TEST()
[all …]
/external/angle/third_party/glslang/src/Test/baseResults/
Dprecise_struct_block.vert.out86t1_array, temp float t1_scalar} t1a, temp 6-element array of structure{ temp 3-element array of …
87t1_array, temp float t1_scalar} t1a, temp 6-element array of structure{ temp 3-element array of …
98t1_array, temp float t1_scalar} t1a, temp 6-element array of structure{ temp 3-element array of …
99t1_array, temp float t1_scalar} t1a, temp 6-element array of structure{ temp 3-element array of …
111t1_array, temp float t1_scalar} t1a, temp 6-element array of structure{ temp 3-element array of …
112t1_array, temp float t1_scalar} t1a, temp 6-element array of structure{ temp 3-element array of …
150 0:49 t1_array: direct index for structure ( temp 3-element array of floa…
151 … indirect index ( temp structure{ temp 3-element array of float t1_array, temp float t1_s…
152 …ture ( temp 5-element array of structure{ temp 3-element array of float t1_array, temp float t1_s…
153t1_array, temp float t1_scalar} t1a, temp 6-element array of structure{ temp 3-element array of …
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dprecise_struct_block.vert.out86t1_array, temp float t1_scalar} t1a, temp 6-element array of structure{ temp 3-element array of …
87t1_array, temp float t1_scalar} t1a, temp 6-element array of structure{ temp 3-element array of …
98t1_array, temp float t1_scalar} t1a, temp 6-element array of structure{ temp 3-element array of …
99t1_array, temp float t1_scalar} t1a, temp 6-element array of structure{ temp 3-element array of …
111t1_array, temp float t1_scalar} t1a, temp 6-element array of structure{ temp 3-element array of …
112t1_array, temp float t1_scalar} t1a, temp 6-element array of structure{ temp 3-element array of …
150 0:49 t1_array: direct index for structure ( temp 3-element array of floa…
151 … indirect index ( temp structure{ temp 3-element array of float t1_array, temp float t1_s…
152 …ture ( temp 5-element array of structure{ temp 3-element array of float t1_array, temp float t1_s…
153t1_array, temp float t1_scalar} t1a, temp 6-element array of structure{ temp 3-element array of …
[all …]
/external/deqp-deps/glslang/Test/
Dprecise_struct_block.vert33 float t1_array[3];
49 t3[i].t2.t1a[j].t1_array[k] = i * j + k; // Not NoContraction
56 t3[i].t2.t1b[j].t1_array[k] = i * j + k; // Not NoContraction
63 … t3[i].t2.t1c[j].t1_array[k] = i * j + k; // Not NoContraction because all operands are integers
69 result = t3[5].t2.t1c[6].t1_array[1]
/external/angle/third_party/glslang/src/Test/
Dprecise_struct_block.vert33 float t1_array[3];
49 t3[i].t2.t1a[j].t1_array[k] = i * j + k; // Not NoContraction
56 t3[i].t2.t1b[j].t1_array[k] = i * j + k; // Not NoContraction
63 … t3[i].t2.t1c[j].t1_array[k] = i * j + k; // Not NoContraction because all operands are integers
69 result = t3[5].t2.t1c[6].t1_array[1]