Lines Matching refs:REPORTER_ASSERT
23 REPORTER_ASSERT(r, 4 == layout.size(*context.fTypes.fFloat));
24 REPORTER_ASSERT(r, 8 == layout.size(*context.fTypes.fFloat2));
25 REPORTER_ASSERT(r, 12 == layout.size(*context.fTypes.fFloat3));
26 REPORTER_ASSERT(r, 16 == layout.size(*context.fTypes.fFloat4));
27 REPORTER_ASSERT(r, 4 == layout.size(*context.fTypes.fInt));
28 REPORTER_ASSERT(r, 8 == layout.size(*context.fTypes.fInt2));
29 REPORTER_ASSERT(r, 12 == layout.size(*context.fTypes.fInt3));
30 REPORTER_ASSERT(r, 16 == layout.size(*context.fTypes.fInt4));
31 REPORTER_ASSERT(r, 1 == layout.size(*context.fTypes.fBool));
32 REPORTER_ASSERT(r, 2 == layout.size(*context.fTypes.fBool2));
33 REPORTER_ASSERT(r, 3 == layout.size(*context.fTypes.fBool3));
34 REPORTER_ASSERT(r, 4 == layout.size(*context.fTypes.fBool4));
35 REPORTER_ASSERT(r, 32 == layout.size(*context.fTypes.fFloat2x2));
36 REPORTER_ASSERT(r, 32 == layout.size(*context.fTypes.fFloat2x4));
37 REPORTER_ASSERT(r, 48 == layout.size(*context.fTypes.fFloat3x3));
38 REPORTER_ASSERT(r, 64 == layout.size(*context.fTypes.fFloat4x2));
39 REPORTER_ASSERT(r, 64 == layout.size(*context.fTypes.fFloat4x4));
40 REPORTER_ASSERT(r, 4 == layout.alignment(*context.fTypes.fFloat));
41 REPORTER_ASSERT(r, 8 == layout.alignment(*context.fTypes.fFloat2));
42 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fTypes.fFloat3));
43 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fTypes.fFloat4));
44 REPORTER_ASSERT(r, 4 == layout.alignment(*context.fTypes.fInt));
45 REPORTER_ASSERT(r, 8 == layout.alignment(*context.fTypes.fInt2));
46 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fTypes.fInt3));
47 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fTypes.fInt4));
48 REPORTER_ASSERT(r, 1 == layout.alignment(*context.fTypes.fBool));
49 REPORTER_ASSERT(r, 2 == layout.alignment(*context.fTypes.fBool2));
50 REPORTER_ASSERT(r, 4 == layout.alignment(*context.fTypes.fBool3));
51 REPORTER_ASSERT(r, 4 == layout.alignment(*context.fTypes.fBool4));
52 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fTypes.fFloat2x2));
53 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fTypes.fFloat2x4));
54 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fTypes.fFloat3x3));
55 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fTypes.fFloat4x2));
56 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fTypes.fFloat4x4));
63 REPORTER_ASSERT(r, 16 == layout.size(*s1));
64 REPORTER_ASSERT(r, 16 == layout.alignment(*s1));
68 REPORTER_ASSERT(r, 16 == layout.size(*s2));
69 REPORTER_ASSERT(r, 16 == layout.alignment(*s2));
73 REPORTER_ASSERT(r, 32 == layout.size(*s3));
74 REPORTER_ASSERT(r, 16 == layout.alignment(*s3));
80 REPORTER_ASSERT(r, 16 == layout.size(*s4));
81 REPORTER_ASSERT(r, 16 == layout.alignment(*s4));
86 REPORTER_ASSERT(r, 32 == layout.size(*s5));
87 REPORTER_ASSERT(r, 16 == layout.alignment(*s5));
92 REPORTER_ASSERT(r, 64 == layout.size(*array1));
93 REPORTER_ASSERT(r, 16 == layout.alignment(*array1));
94 REPORTER_ASSERT(r, 16 == layout.stride(*array1));
98 REPORTER_ASSERT(r, 64 == layout.size(*array2));
99 REPORTER_ASSERT(r, 16 == layout.alignment(*array2));
100 REPORTER_ASSERT(r, 16 == layout.stride(*array2));
111 REPORTER_ASSERT(r, 4 == layout.size(*context.fTypes.fFloat));
112 REPORTER_ASSERT(r, 8 == layout.size(*context.fTypes.fFloat2));
113 REPORTER_ASSERT(r, 12 == layout.size(*context.fTypes.fFloat3));
114 REPORTER_ASSERT(r, 16 == layout.size(*context.fTypes.fFloat4));
115 REPORTER_ASSERT(r, 4 == layout.size(*context.fTypes.fInt));
116 REPORTER_ASSERT(r, 8 == layout.size(*context.fTypes.fInt2));
117 REPORTER_ASSERT(r, 12 == layout.size(*context.fTypes.fInt3));
118 REPORTER_ASSERT(r, 16 == layout.size(*context.fTypes.fInt4));
119 REPORTER_ASSERT(r, 1 == layout.size(*context.fTypes.fBool));
120 REPORTER_ASSERT(r, 2 == layout.size(*context.fTypes.fBool2));
121 REPORTER_ASSERT(r, 3 == layout.size(*context.fTypes.fBool3));
122 REPORTER_ASSERT(r, 4 == layout.size(*context.fTypes.fBool4));
123 REPORTER_ASSERT(r, 16 == layout.size(*context.fTypes.fFloat2x2));
124 REPORTER_ASSERT(r, 32 == layout.size(*context.fTypes.fFloat2x4));
125 REPORTER_ASSERT(r, 48 == layout.size(*context.fTypes.fFloat3x3));
126 REPORTER_ASSERT(r, 32 == layout.size(*context.fTypes.fFloat4x2));
127 REPORTER_ASSERT(r, 64 == layout.size(*context.fTypes.fFloat4x4));
128 REPORTER_ASSERT(r, 4 == layout.alignment(*context.fTypes.fFloat));
129 REPORTER_ASSERT(r, 8 == layout.alignment(*context.fTypes.fFloat2));
130 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fTypes.fFloat3));
131 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fTypes.fFloat4));
132 REPORTER_ASSERT(r, 4 == layout.alignment(*context.fTypes.fInt));
133 REPORTER_ASSERT(r, 8 == layout.alignment(*context.fTypes.fInt2));
134 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fTypes.fInt3));
135 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fTypes.fInt4));
136 REPORTER_ASSERT(r, 1 == layout.alignment(*context.fTypes.fBool));
137 REPORTER_ASSERT(r, 2 == layout.alignment(*context.fTypes.fBool2));
138 REPORTER_ASSERT(r, 4 == layout.alignment(*context.fTypes.fBool3));
139 REPORTER_ASSERT(r, 4 == layout.alignment(*context.fTypes.fBool4));
140 REPORTER_ASSERT(r, 8 == layout.alignment(*context.fTypes.fFloat2x2));
141 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fTypes.fFloat2x4));
142 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fTypes.fFloat3x3));
143 REPORTER_ASSERT(r, 8 == layout.alignment(*context.fTypes.fFloat4x2));
144 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fTypes.fFloat4x4));
151 REPORTER_ASSERT(r, 16 == layout.size(*s1));
152 REPORTER_ASSERT(r, 16 == layout.alignment(*s1));
156 REPORTER_ASSERT(r, 16 == layout.size(*s2));
157 REPORTER_ASSERT(r, 16 == layout.alignment(*s2));
161 REPORTER_ASSERT(r, 32 == layout.size(*s3));
162 REPORTER_ASSERT(r, 16 == layout.alignment(*s3));
168 REPORTER_ASSERT(r, 4 == layout.size(*s4));
169 REPORTER_ASSERT(r, 4 == layout.alignment(*s4));
174 REPORTER_ASSERT(r, 32 == layout.size(*s5));
175 REPORTER_ASSERT(r, 16 == layout.alignment(*s5));
180 REPORTER_ASSERT(r, 16 == layout.size(*array1));
181 REPORTER_ASSERT(r, 4 == layout.alignment(*array1));
182 REPORTER_ASSERT(r, 4 == layout.stride(*array1));
186 REPORTER_ASSERT(r, 64 == layout.size(*array2));
187 REPORTER_ASSERT(r, 16 == layout.alignment(*array2));
188 REPORTER_ASSERT(r, 16 == layout.stride(*array2));