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 315... Line 315...
315
	0x00000316,
315
	0x00000316,
316
	0x0000000e, /* VGT_VERTEX_REUSE_BLOCK_CNTL */
316
	0x0000000e, /* VGT_VERTEX_REUSE_BLOCK_CNTL */
317
	0x00000010, /*  */
317
	0x00000010, /*  */
318
};
318
};
Line 319... Line -...
319
 
-
 
320
const u32 cayman_vs[] =
-
 
321
{
-
 
322
	0x00000004,
-
 
323
	0x80400400,
-
 
324
	0x0000a03c,
-
 
325
	0x95000688,
-
 
326
	0x00004000,
-
 
327
	0x15000688,
-
 
328
	0x00000000,
-
 
329
	0x88000000,
-
 
330
	0x04000000,
-
 
331
	0x67961001,
-
 
332
#ifdef __BIG_ENDIAN
-
 
333
	0x00020000,
-
 
334
#else
-
 
335
	0x00000000,
-
 
336
#endif
-
 
337
	0x00000000,
-
 
338
	0x04000000,
-
 
339
	0x67961000,
-
 
340
#ifdef __BIG_ENDIAN
-
 
341
	0x00020008,
-
 
342
#else
-
 
343
	0x00000008,
-
 
344
#endif
-
 
345
	0x00000000,
-
 
346
};
-
 
347
 
-
 
348
const u32 cayman_ps[] =
-
 
349
{
-
 
350
	0x00000004,
-
 
351
	0xa00c0000,
-
 
352
	0x00000008,
-
 
353
	0x80400000,
-
 
354
	0x00000000,
-
 
355
	0x95000688,
-
 
356
	0x00000000,
-
 
357
	0x88000000,
-
 
358
	0x00380400,
-
 
359
	0x00146b10,
-
 
360
	0x00380000,
-
 
361
	0x20146b10,
-
 
362
	0x00380400,
-
 
363
	0x40146b00,
-
 
364
	0x80380000,
-
 
365
	0x60146b00,
-
 
366
	0x00000010,
-
 
367
	0x000d1000,
-
 
368
	0xb0800000,
-
 
369
	0x00000000,
-
 
370
};
-
 
371
 
-
 
372
const u32 cayman_ps_size = ARRAY_SIZE(cayman_ps);
-
 
373
const u32 cayman_vs_size = ARRAY_SIZE(cayman_vs);
319