Home
last modified time | relevance | path

Searched refs:Aligned (Results 1 – 25 of 96) sorted by relevance

1234

/third_party/skia/bench/
DGrMemoryPoolBench.cpp18 struct alignas(GrMemoryPool::kAlignment) Aligned { struct
21 static_assert(sizeof(Aligned) == 32);
22 static_assert(sizeof(Aligned) % GrMemoryPool::kAlignment == 0);
33 static_assert(SkAlignTo(sizeof(Unaligned), GrMemoryPool::kAlignment) == sizeof(Aligned));
193 DEF_BENCH( return new GrMemoryPoolBench("stack_aligned_lg", run_stack<Aligned>, kLargePool…
194 DEF_BENCH( return new GrMemoryPoolBench("stack_aligned_sm", run_stack<Aligned>, kSmallPool…
195 DEF_BENCH( return new GrMemoryPoolBench("stack_aligned_ref", run_stack<Aligned>, 0); )
200 DEF_BENCH( return new GrMemoryPoolBench("queue_aligned_lg", run_queue<Aligned>, kLargePool…
201 DEF_BENCH( return new GrMemoryPoolBench("queue_aligned_sm", run_queue<Aligned>, kSmallPool…
202 DEF_BENCH( return new GrMemoryPoolBench("queue_aligned_ref", run_queue<Aligned>, 0); )
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_matrix.inl10 template <template <typename, precision> class matType, typename T, precision P, bool Aligned>
22 template <template <class, precision> class matType, typename T, precision P, bool Aligned>
25 template <typename T, precision P, bool Aligned>
26 struct compute_transpose<tmat2x2, T, P, Aligned>
39 template <typename T, precision P, bool Aligned>
40 struct compute_transpose<tmat2x3, T, P, Aligned>
55 template <typename T, precision P, bool Aligned>
56 struct compute_transpose<tmat2x4, T, P, Aligned>
73 template <typename T, precision P, bool Aligned>
74 struct compute_transpose<tmat3x2, T, P, Aligned>
[all …]
Dfunc_geometric.inl13 template <template <typename, precision> class vecType, typename T, precision P, bool Aligned>
22 template <template <typename, precision> class vecType, typename T, precision P, bool Aligned>
31 template <template <class, precision> class vecType, typename T, precision P, bool Aligned>
34 template <typename T, precision P, bool Aligned>
35 struct compute_dot<tvec1, T, P, Aligned>
43 template <typename T, precision P, bool Aligned>
44 struct compute_dot<tvec2, T, P, Aligned>
53 template <typename T, precision P, bool Aligned>
54 struct compute_dot<tvec3, T, P, Aligned>
63 template <typename T, precision P, bool Aligned>
[all …]
Dfunc_exponential.inl23 …te <typename T, precision P, template <class, precision> class vecType, bool isFloat, bool Aligned>
32 template <template <class, precision> class vecType, typename T, precision P, bool Aligned>
41 template <template <class, precision> class vecType, typename T, precision P, bool Aligned>
50 template <template <class, precision> class vecType, bool Aligned>
51 struct compute_inversesqrt<vecType, float, lowp, Aligned>
Dfunc_common.inl110 template <typename T, precision P, template <typename, precision> class vecType, bool Aligned>
119 …e <typename T, typename U, precision P, template <typename, precision> class vecType, bool Aligned>
130 template <typename T, precision P, template <typename, precision> class vecType, bool Aligned>
131 struct compute_mix_vector<T, bool, P, vecType, Aligned>
142 …e <typename T, typename U, precision P, template <typename, precision> class vecType, bool Aligned>
153 template <typename T, precision P, template <typename, precision> class vecType, bool Aligned>
154 struct compute_mix_scalar<T, bool, P, vecType, Aligned>
182 …<typename T, precision P, template <typename, precision> class vecType, bool isFloat, bool Aligned>
192 template <typename T, precision P, template <typename, precision> class vecType, bool Aligned>
193 struct compute_sign<T, P, vecType, false, Aligned>
[all …]
Dfunc_integer.inl33 …me T, glm::precision P, template <typename, glm::precision> class vecType, bool Aligned, bool EXEC>
42 …ate <typename T, glm::precision P, template <typename, glm::precision> class vecType, bool Aligned>
43 struct compute_bitfieldReverseStep<T, P, vecType, Aligned, true>
51 …me T, glm::precision P, template <typename, glm::precision> class vecType, bool Aligned, bool EXEC>
60 …ate <typename T, glm::precision P, template <typename, glm::precision> class vecType, bool Aligned>
61 struct compute_bitfieldBitCountStep<T, P, vecType, Aligned, true>
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/opcopymemory/
Ddifferent_alignments.amber38 OpCopyMemory %dst_gep0 %src_gep0 Aligned 16 Aligned 4
41 OpCopyMemory %dst_gep1 %src_gep1 Aligned 16 Aligned 4
44 OpCopyMemory %dst_gep2 %src_gep2 Aligned 16 Aligned 4
47 OpCopyMemory %dst_gep3 %src_gep3 Aligned 16 Aligned 4
Dno_target_access_operands.amber38 OpCopyMemory %dst_gep0 %src_gep0 None Aligned 4
41 OpCopyMemory %dst_gep1 %src_gep1 None Aligned 4
44 OpCopyMemory %dst_gep2 %src_gep2 None Aligned 4
47 OpCopyMemory %dst_gep3 %src_gep3 None Aligned 4
Dno_source_access_operands.amber38 OpCopyMemory %dst_gep0 %src_gep0 Aligned 16 None
41 OpCopyMemory %dst_gep1 %src_gep1 Aligned 16 None
44 OpCopyMemory %dst_gep2 %src_gep2 Aligned 16 None
47 OpCopyMemory %dst_gep3 %src_gep3 Aligned 16 None
/third_party/glslang/Test/baseResults/
Dspv.bufferhandle4.frag.out82 27: 7(ptr) Load 26 Aligned 8
84 30: 9(ptr) Load 29 Aligned 8
86 32: 7(ptr) Load 31 Aligned 8
88 34: 9(ptr) Load 33 Aligned 8
90 36: 7(ptr) Load 35 Aligned 8
92 39: 6(int) Load 38 Aligned 16
94 Store 40 39 Aligned 16
108 56: 7(ptr) Load 55 Aligned 8
110 58: 9(ptr) Load 57 Aligned 8
Dspv.bufferhandle1.frag.out79 25: 8(int) Load 24 Aligned 16
81 Store 26 25 Aligned 4
88 36: 8(int) Load 35 Aligned 8
90 Store 37 36 Aligned 4
94 42: 8(int) Load 41 Aligned 4
96 Store 43 42 Aligned 4
100 49: 8(int) Load 48 Aligned MakePointerVisibleKHR NonPrivatePointerKHR 4 50
102 Store 51 49 Aligned 4
Dspv.bufferhandle14.frag.out87 17: 7(int) Load 16 Aligned 4
89 Store 18 17 Aligned 4
93 26: 7(int) Load 25 Aligned 8
95 Store 27 26 Aligned 8
99 35: 7(int) Load 34 Aligned 8
101 Store 36 35 Aligned 16
105 44: 7(int) Load 43 Aligned 8
107 Store 45 44 Aligned 32
Dspv.bufferhandle6.frag.out141 53: 6(int) Load 52 Aligned 4
151 63: 6(int) Load 62 Aligned 4
159 71: 6(int) Load 70 Aligned 16
169 81: 6(int) Load 80 Aligned 4
181 93: 6(int) Load 92 Aligned 4
191 103: 6(int) Load 102 Aligned 16
199 111: 6(int) Load 110 Aligned 4
209 121: 6(int) Load 120 Aligned 4
217 129: 6(int) Load 128 Aligned 16
Dspv.bufferhandle3.frag.out87 33: 8(ptr) Load 32 Aligned 8
89 36: 7(int) Load 35 Aligned 16
91 Store 37 36 Aligned 16
94 45: 8(ptr) Load 44 Aligned 8
96 47: 7(int) Load 46 Aligned 16
Dspv.bufferhandle2.frag.out78 32: 7(int) Load 31 Aligned 4
80 Store 33 32 Aligned 16
90 43: 7(int) Load 42 Aligned 4
92 Store 44 43 Aligned 16
Dspv.bufferhandle9.frag.out93 32: 7(int) Load 31 Aligned 4
95 Store 33 32 Aligned 16
105 43: 7(int) Load 42 Aligned 4
107 Store 44 43 Aligned 16
Dspv.bufferhandle18.frag.out135 34: 8(int) Load 33 Aligned 4
146 Store 49 31 Aligned 8
152 Store 55 31 Aligned 8
163 Store 69 31 Aligned 8
175 Store 83 31 Aligned 8
222 Store 129 31 Aligned 8
Dspv.bufferhandleUvec2.frag.out99 32: 7(int) Load 31 Aligned 4
101 Store 33 32 Aligned 16
111 43: 7(int) Load 42 Aligned 4
113 Store 44 43 Aligned 16
Dspv.bufferhandle15.frag.out114 41: 7(fvec3) Load 40 Aligned 4
122 50: 7(fvec3) Load 49 Aligned 4
127 59: 25 Load 58 Aligned 4
Dspv.bufferhandle10.frag.out75 Store 33 32 Aligned MakePointerAvailableKHR NonPrivatePointerKHR 4 24
81 … Store 39 38 Volatile Aligned MakePointerAvailableKHR NonPrivatePointerKHR 4 24
Dspv.bufferhandle11.frag.out85 38: 27(int8_t) Load 37 Aligned 16
108 Store 60 59 Aligned 16
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dinteger.inl7 template <typename T, precision P, template <typename, precision> class vecType, bool Aligned>
8 struct compute_log2<T, P, vecType, false, Aligned>
19 template <precision P, bool Aligned>
20 struct compute_log2<int, P, tvec4, false, Aligned>
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/asm/comp/
Dbuffer-reference-aliased-block-name.nocompat.vk.asm.comp94 %41 = OpLoad %v4float %40 Aligned 16
96 OpStore %42 %41 Aligned 16
106 %54 = OpLoad %v4float %53 Aligned 16
108 OpStore %55 %54 Aligned 16
/third_party/mbedtls/tests/suites/
Dtest_suite_alignment.data1 Aligned 16-bit access
4 Aligned 32-bit access
7 Aligned 64-bit access
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dlayout.h204 struct Aligned;
212 struct NotAligned<const Aligned<T, N>> {
228 struct Type<Aligned<T, N>> {
236 struct SizeOf<Aligned<T, N>> : std::integral_constant<size_t, sizeof(T)> {};
245 struct AlignOf<Aligned<T, N>> {

1234