Lines Matching refs:DUMMY_ARRAY
102 #define DUMMY_ARRAY(V, T, W, N, L) \ in exec_vldX_lane() macro
165 DUMMY_ARRAY(buffer_src, int, 8, 8, 4); in exec_vldX_lane()
166 DUMMY_ARRAY(buffer_src, int, 16, 4, 4); in exec_vldX_lane()
167 DUMMY_ARRAY(buffer_src, int, 32, 2, 4); in exec_vldX_lane()
168 DUMMY_ARRAY(buffer_src, uint, 8, 8, 4); in exec_vldX_lane()
169 DUMMY_ARRAY(buffer_src, uint, 16, 4, 4); in exec_vldX_lane()
170 DUMMY_ARRAY(buffer_src, uint, 32, 2, 4); in exec_vldX_lane()
171 DUMMY_ARRAY(buffer_src, poly, 8, 8, 4); in exec_vldX_lane()
172 DUMMY_ARRAY(buffer_src, poly, 16, 4, 4); in exec_vldX_lane()
173 DUMMY_ARRAY(buffer_src, int, 16, 8, 4); in exec_vldX_lane()
174 DUMMY_ARRAY(buffer_src, int, 32, 4, 4); in exec_vldX_lane()
175 DUMMY_ARRAY(buffer_src, uint, 16, 8, 4); in exec_vldX_lane()
176 DUMMY_ARRAY(buffer_src, uint, 32, 4, 4); in exec_vldX_lane()
177 DUMMY_ARRAY(buffer_src, poly, 16, 8, 4); in exec_vldX_lane()
178 DUMMY_ARRAY(buffer_src, float, 32, 2, 4); in exec_vldX_lane()
179 DUMMY_ARRAY(buffer_src, float, 32, 4, 4); in exec_vldX_lane()
181 DUMMY_ARRAY(buffer_src, float, 16, 4, 4); in exec_vldX_lane()
182 DUMMY_ARRAY(buffer_src, float, 16, 8, 4); in exec_vldX_lane()