Subversion Repositories Kolibri OS

Rev

Rev 2997 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2997 Rev 5078
Line 298... Line 298...
298
	0x00000316,
298
	0x00000316,
299
	0x0000000e, /* VGT_VERTEX_REUSE_BLOCK_CNTL */
299
	0x0000000e, /* VGT_VERTEX_REUSE_BLOCK_CNTL */
300
	0x00000010, /*  */
300
	0x00000010, /*  */
301
};
301
};
Line 302... Line -...
302
 
-
 
303
const u32 evergreen_vs[] =
-
 
304
{
-
 
305
	0x00000004,
-
 
306
	0x80800400,
-
 
307
	0x0000a03c,
-
 
308
	0x95000688,
-
 
309
	0x00004000,
-
 
310
	0x15200688,
-
 
311
	0x00000000,
-
 
312
	0x00000000,
-
 
313
	0x3c000000,
-
 
314
	0x67961001,
-
 
315
#ifdef __BIG_ENDIAN
-
 
316
	0x000a0000,
-
 
317
#else
-
 
318
	0x00080000,
-
 
319
#endif
-
 
320
	0x00000000,
-
 
321
	0x1c000000,
-
 
322
	0x67961000,
-
 
323
#ifdef __BIG_ENDIAN
-
 
324
	0x00020008,
-
 
325
#else
-
 
326
	0x00000008,
-
 
327
#endif
-
 
328
	0x00000000,
-
 
329
};
-
 
330
 
-
 
331
const u32 evergreen_ps[] =
-
 
332
{
-
 
333
	0x00000003,
-
 
334
	0xa00c0000,
-
 
335
	0x00000008,
-
 
336
	0x80400000,
-
 
337
	0x00000000,
-
 
338
	0x95200688,
-
 
339
	0x00380400,
-
 
340
	0x00146b10,
-
 
341
	0x00380000,
-
 
342
	0x20146b10,
-
 
343
	0x00380400,
-
 
344
	0x40146b00,
-
 
345
	0x80380000,
-
 
346
	0x60146b00,
-
 
347
	0x00000000,
-
 
348
	0x00000000,
-
 
349
	0x00000010,
-
 
350
	0x000d1000,
-
 
351
	0xb0800000,
-
 
352
	0x00000000,
-
 
353
};
-
 
354
 
-
 
355
const u32 evergreen_ps_size = ARRAY_SIZE(evergreen_ps);
-
 
356
const u32 evergreen_vs_size = ARRAY_SIZE(evergreen_vs);
302