tdmem.h 16.6 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699

/**************************************************************************
 *                                                                        *
 *               Copyright (C) 1994, Silicon Graphics, Inc.               *
 *                                                                        *
 *  These coded instructions, statements, and computer programs  contain  *
 *  unpublished  proprietary  information of Silicon Graphics, Inc., and  *
 *  are protected by Federal copyright  law.  They  may not be disclosed  *
 *  to  third  parties  or copied or duplicated in any form, in whole or  *
 *  in part, without the prior written consent of Silicon Graphics, Inc.  *
 *                                                                        *
 *************************************************************************/

 #
 # tdmem.h
 #
 # This file lays out the DMEM usage for the RSP manufacturing tests.
 # This file is used to create tdmem_label.h and tdmem_init.h
 # which are both created automatically by the sortdata program
 #

#include <rcp.h>
#include <os.h>
#include "testlist.h"

#ifndef DCACHEBASE
DCACHEBASE:
#else 
#endif

#ifndef DCACHEBASEHI
#   define DCACHEBASEHI	(DCACHEBASE/0x10000)
#else 
#endif
#ifndef DCACHEBASELO
#   define DCACHEBASELO	(DCACHEBASE&0xffff)
#else 
#endif

 #################################################################
 ############## BEGIN INITIALIZING AND DEFINING DMEM USE #########
 #################################################################

RSP_PDATA_OFFSET:

 #################################################################
 ############## OVERLAY TABLE ####################################
 #################################################################
 #
 # Program module overlay table. Offsets and sizes are filled in by
 # the 'buildtask' utility, destinations are the responsibility of
 # the ucode.
 #
 # The overlay table from the linker should be first; the ucode
 # assumes that.
 #
	.bound	0x80000000

OVERLAY_TAB_OFFSET:

#define OVERLAY_OFFSET  0
#define OVERLAY_SIZE    4
#define OVERLAY_DEST    6

 #==========================================
 #============= MAIN CODE OVERLAY ==========
 #==========================================
OVERLAY_0_OFFSET:
    # main module.
        .word   0x0             # offset from beginning of code
        .half   0x0             # size in bytes (-1)
        .half   0x04001080      # destination

 #################################################################
 ############## ROOM FOR STATUS WORDS ############################
 #################################################################
 #
	.word	0
	.word	0
	.word	0
	.word	0
	.word	0
	.word	0
	.word	0
	.word	0
 #
 #
 #################################################################

 #################################################################
 ############## STORAGE PLACES ###################################
 #################################################################
 #
RETURN1:
	.half	0
RETURN2:
	.half	0

 #
 #
 #################################################################

 #################################################################
 ############## QUAD CONSTANTS ###################################
 #################################################################
 #
 # Constants. Setup a bunch of constants at compile-time. Be
 # sure to #define the macros and offsets needed to access them.
 #
 #################################################################
 #
 #
 # Initialize vconst; each element a different scalar constant...
 #

	.align	8

VCONST_OFFSET:
        .half   0x0000          # 0
        .half   0x0001          # 1
        .half   0x0002          # 2
        .half   0xffff          # -1
        .half   0x4000          # 1/4.0 in fixed-point fraction
        .half   0x0004          # 4.0, for screen point scaling.
        .half   0x0633          # (2047-4e0) for screen-space clamping.
        .half   0x0200          # 1/512.0 for pixel-packed loads
 #
 # Initialize vconst; each element a different scalar constant...
 #
VCONST1_OFFSET:
        .half   0x7fff          # for setup w scale
        .half   0xfff8          # to clear lower bits for EW fracs
        .half   0x0008          # mult by 8 for LOD computation.
        .half   0x00fd          # 1/128 * 0.990 *.5 (for square root correction)
        .half   0x0020          # for z scale
        .half   0x8000          # test bow-tie fix

 #	.half   0x01cc          #  460 = 2048/3 for slope clamp

	.half	0x01cc

        .half   0xcccc          # W multiplier(0.8). 1/w ranges from 0 to 0.8 

 #
 #
 ############## END OF CONSTANTS ##################################

 ##################################################################
 ############## RSP STATE #########################################
 ##################################################################
 #
RSP_STATE_OFFSET:

        .align  4
        .bound  4
RSP_STATEP_DRAM_OUTP:
	.word	0

        .align  8
        .bound 8
RSP_STATEP_DRAM_OUT_LEN:
        .word   0x0                     # RSP_STATE_DRAM_OUT_LEN
        .word   0x0                     # is a 64-bit counter

        .bound 8
RSP_STATEP_DRAM_OUT_LENP:               # RSP_STATE_DRAM_OUT_LENP
        .word   0x0



#define RSP_STATE_DRAM_OUTP     (RSP_STATEP_DRAM_OUTP-RSP_STATE_OFFSET)
#define RSP_STATE_DRAM_OUT_LEN  (RSP_STATEP_DRAM_OUT_LEN-RSP_STATE_OFFSET)
#define RSP_STATE_DRAM_OUT_LENP (RSP_STATEP_DRAM_OUT_LENP-RSP_STATE_OFFSET)


 #
 #
 ############## END OF CONSTANTS ##################################

 ##################################################################
 ############## WHERE TO PUT TRIANGLES ############################
 ##################################################################
 #
#define START_X         40
#define START_Y         40

#define END_X           280
#define END_Y           200

#define SIZE_X          1
#define SIZE_Y          1

#define STEP_X		2
#define STEP_Y		2

 #
 #
 ############## END OF WHERE TO PUT TRIANGLES #####################

 ##################################################################
 ############## COVERAGE LOOKUP TABLES ############################
 ##################################################################
 #
	.align	8
X_COVERAGE:
	.byte	0x00	# 0
	.byte	0x02	# 1
	.byte	0x04	# 2
	.byte	0x03	# 3
	.byte	0x04	# 4
	.byte	0x03	# 5
	.byte	0x04	# 6
	.byte	0x04	# 7
	.byte	0x04	# 8

	.align	8
Y_COVERAGE:
	.byte	0x00	# 0
	.byte	0x01	# 1
	.byte	0x01	# 2
	.byte	0x02	# 3
	.byte	0x02	# 4
	.byte	0x03	# 5
	.byte	0x03	# 6
	.byte	0x04	# 7
	.byte	0x04	# 8

	.align	8
XS_COVERAGE:
	.byte	0x00	# 0
	.byte	0x00	# 1
	.byte	0x00	# 2
	.byte	0x00	# 3
	.byte	0x00	# 4
	.byte	0x00	# 5
	.byte	0x00	# 6
	.byte	0xc0	# 7
	.byte	0x00	# 8

 #
 #
 ############## END OF COVERAGE LOOKUP TABLES #####################

 ##################################################################
 ############## STARTUP DISPLAY LIST ##############################
 ##################################################################
 #
	.align	16
STARTDL:
	.word	0xed000000	# SETSCISSOR
	.word	0x005003c0	# 0,0,320,240

	.word	0xfcffffff	# SETCOMBINE
	.word	0xfffe793c	# SHADE

	.word	0xefb82cff	# RDPSETOTHERMODE
	.word	0x0f0a4000	# lots of modes...

	.word	0xf7000000	# SETFILLCOLOR
	.word	0x404040FF	# 8,8,8,4

	.word	0xf64fc3bc	# FILLRECT
	.word	0x00000000	# 0,0,319,239

	.word	0xe7000000	# RDPPIPESYNC
	.word	0x00000000	#

	.word	0xef882cff	# RDPSETOTHERMODE
	.word	0x00552048	# lots of modes...

	.word	0xf5180000	# SETTILE
	.word	0x07080200	#

	.word	0xe6000000	# RDPLOADSYNC
	.word	0x00000000	#

	.word	0xf3000000	# LOADBLOCK
	.word	0x071ff008	#

	.word	0xf51a0000	# SETTILE
	.word	0x00080200	#

	.word	0xf2000000	# SETTILESIZE
	.word	0x00ffc000	#

	.word	0xf51a0000	# SETTILE
	.word	0x00080200	#

	.word	0xf2000000	# SETTILESIZE
	.word	0x00ffc000	#

	.word	0xfcffffff	# SETCOMBINE
	.word	0xfffcf279	#

	.word	0xef802cff	# RDPSETOTHERMODE
	.word	0x0f0a4240	#

	.word	0xe43e807c	# TEXRECT
	.word	0x0008003c
	.word	0x00200000
	.word	0x02000000


	.word	0
 #
 #
 ############## END OF STARTUP DISPLAY LIST #######################

 ##################################################################
 ############## CLEAR PIXEL SETUP DL ##############################
 ##################################################################
 #
CLPIX_DL:
	.word	0xe7000000	# PIPESYNC
	.word	0x00000000	#

	.word	0xfcffffff	# SETCOMBINE
	.word	0xfffe793c	# SHADE

	.word	0xef000cff	# RDPSETOTHERMODE
	.word	0x0f0a4328	# lots of modes...

	.word	0


 #
 #
 ############## END OF CLEAR PIXEL SETUP DL #######################

 ##################################################################
 ############## RMW TEMPLATE ######################################
 ##################################################################
 #
 # TEST_RMW


 # Elmod mod_leftmul[LEN_] = {
 #        {Bl_p_sel_0_r,  0},     /* p = pixelcol */
 #        {Bl_m_sel_0_r,  1},     /* m = memcol */
 #        {Bl_a_sel_0_r,  0},     /* a = pixel alpha */
 #        {Bl_b_sel_0_r,  3},     /* b = 0 */
 #        {Mem_r,                 0},     /* memcol r=0 */
 #        {Mem_g,                 0},     /* memcol g=0 */
 #        {Mem_b,                 0},     /* memcol b=0 */
 #        {Force_blend,   1},     /* force blend on */
 #        {Color_on_cvg,  0},     /* Color_on_cvg off */
 #};
RMW_DL:
	.word	0xe7000000	# PIPESYNC
	.word	0x00000000	#

	.word	0xef000cff	# RDPSETOTHERMODE
	.word	0x005f4260	# lots of modes...

	.word	0

 #
 #
 ############## END OF RMW TEMPLATE ###############################

 ##################################################################
 ############## LEFT LERP MULTIPLYER TEST DATA ####################
 ##################################################################
 #
 # TEST_BL_LLMT

 # p=pixcol, a=pixa, m=blendcol, b=0
 # force_blend
 # cvg_dest=full
LLMT_DL:
	.word	0xe7000000	# PIPESYNC
	.word	0x00000000	#

	.word	0xf9000000	# blend color = 0
	.word	0x00000000	#

	.word	0xef000cff	# RDPSETOTHERMODE
	.word	0x00af4200	# lots of modes...

	.word	0

 # p=pixcol, a=pixa, m=blendcol, b=0
 # force_blend
 # alpha_cvg_sel
 # cvg_dest=full
LLMT2_DL:
	.word	0xe7000000	# PIPESYNC
	.word	0x00000000	#

	.word	0xef000cff	# RDPSETOTHERMODE
	.word	0x000f6200	# turn on alpha_cvg_sel & allow pixa=1.0

	.word	0


 #
 #
 ############## END OF LEFT LERP MULTIPLYER TEST DATA #############

 ##################################################################
 ############## LEFT LERP MULTIPLYER TEST DATA RECT ###############
 ##################################################################
 #
 # TEST_BL_LLMT

 # p=pixcol, a=pixa, m=blendcol, b=0
 # force_blend
 # cvg_dest=full
LLMTR_DL:
	.word	0xe7000000	# PIPESYNC
	.word	0x00000000	#

	.word	0xf9000000	# blend color = 0
	.word	0x00000000	#

	.word	0xef000cff	# RDPSETOTHERMODE
	.word	0x00af4200	# lots of modes...

	.word	0xfcffffff	# SETCOMBINE
	.word	0xfffcf279	#

	.word	0xef802cff	# RDPSETOTHERMODE
	.word	0x0f0a4240	#

	.word	0xf51a0000	# SETTILE
	.word	0x00080200	# addr=0

	.word	0xf2000000	# SETTILESIZE
	.word	0x00ffc000	#

	.word	0

LLMTR2_DL:
	.word	0xe7000000	# PIPESYNC
	.word	0x00000000	#

	.word	0xf519007d	# SETTILE
	.word	0x00080200	# addr = 250/2 = 0x7d

	.word	0

LLMTR3_DL:
	.word	0xe7000000	# PIPESYNC
	.word	0x00000000	#

	.word	0xf51900fa	# SETTILE
	.word	0x00080200	# addr = 500/2 = 0xfa

	.word	0

 # p=pixcol, a=pixa, m=blendcol, b=0
 # force_blend
 # alpha_cvg_sel
 # cvg_dest=full
LLMT2R_DL:
	.word	0xe7000000	# PIPESYNC
	.word	0x00000000	#

	.word	0xef000cff	# RDPSETOTHERMODE
	.word	0x000f6200	# turn on alpha_cvg_sel & allow pixa=1.0

	.word	0


 #
 #
 ############## END OF LEFT LERP MULTIPLYER TEST DATA RECT ########

 ##################################################################
 ############## RIGHT LERP MULTIPLYER TEST DATA ###################
 ##################################################################
 #
 # TEST_BL_RLMT

 # p=blendcol, a=pixa, m=pixcol, b=1-A
 # force_blend
 # cvg_dest=full
RLMT_DL:
	.word	0xe7000000	# PIPESYNC
	.word	0x00000000	#

	.word	0xf9000000	# blend color = 0
	.word	0x00000000	#

	.word	0xef000cff	# RDPSETOTHERMODE
	.word	0xa0004200	# lots of modes...

	.word	0

 #
 #
 ############## END OF RIGHT LERP MULTIPLYER TEST DATA ############

 ##################################################################
 ############## MAIN ADDER TEST DATA ##############################
 ##################################################################
 #
 # TEST_BL_MAD

 # p=pixcol, a=pixa, m=blendcol, b=0
 # force_blend
 # cvg_dest=full
MAD1_DL:
	.word	0xe7000000	# PIPESYNC
	.word	0x00000000	#

	.word	0xef000cff	# RDPSETOTHERMODE
	.word	0x00af4200	# lots of modes...

	.word	0

 # p=pixcol, a=pixa, m=blendcol, b=ff
 # force_blend
 # cvg_dest=full
MAD2_DL:
	.word	0xe7000000	# PIPESYNC
	.word	0x00000000	#

	.word	0xef000cff	# RDPSETOTHERMODE
	.word	0x00aa4200	# lots of modes...

	.word	0

 # p=pixcol, a=pixa, m=blendcol, b=1-A
 # force_blend
 # cvg_dest=full
MAD3_DL:
	.word	0xe7000000	# PIPESYNC
	.word	0x00000000	#

	.word	0xef000cff	# RDPSETOTHERMODE
	.word	0x00a04200	# lots of modes...

	.word	0

 #
 #
 ############## END OF MAIN ADDER TEST DATA #######################

 ##################################################################
 ############## ALPHA ADDER TEST ##################################
 ##################################################################
 #
 # TEST_BL_ALPHADD

 # p=blendcol, a=pixa, m=pixcol, b=1-A
 # force_blend
 # cvg_dest=full
AAD_DL:
	.word	0xe7000000	# PIPESYNC
	.word	0x00000000	#

	.word	0xef000cff	# RDPSETOTHERMODE
	.word	0x00a54200	# lots of modes...

	.word	0

 #
 #
 ############## END OF ALPHA ADDER TEST ###########################

 ##################################################################
 ############## RECTANGLE   SETUP DL ##############################
 ##################################################################
 #
RECT_DL:
	.word	0xe7000000	# PIPESYNC
	.word	0x00000000	#

	.word	0xfc880000	# SETCOMBINE
	.word	0x80018000	# SHADE

	.word	0xf9000000	# blend color = purple
	.word	0xFF00FF00	#

	.word	0xef000cff	# RDPSETOTHERMODE
	.word	0xafaa4328	# lots of modes...

	.word	0xf5190008	# SETTILE
	.word	0x00080200	#

	.word	0xf2000000	# SETTILESIZE
	.word	0x007fc000	#

	.word	0xfcffffff	# SETCOMBINE
	.word	0xfffcf279	#

	.word	0xef802cff	# RDPSETOTHERMODE
	.word	0x0f0a4240	#

	.word	0


 #
 #
 ############## END OF RECTANGLE   SETUP DL #######################

 ##################################################################
 ############## I/O and SCRATCH BUFFERS ###########################
 ##################################################################
 #
	.align	4
SCRATCH:
SC0:
	.word	0
SC1:
	.word	0
SC2:
	.word	0
SC3:
	.word	0
SC4:
	.word	0
SC5:
	.word	0
SC6:
	.word	0
SC7:
	.word	0
SC8:
	.word	0
SC9:
	.word	0
SC10:
	.word	0
SC11:
	.word	0
SC12:
	.word	0
SC13:
	.word	0
SC14:
	.word	0
SC15:
	.word	0
SC16:
	.word	0
SC17:
	.word	0
SC18:
	.word	0
SC19:
	.word	0
SC20:
	.word	0

	.align	8
RSP_OUTPUT_OFFSET:
	.space	1024	/* 1024 bytes of output buffer */
RSP_SCRATCH_OFFSET:

#define RSP_OUTPUT_SIZE8	(RSP_SCRATCH_OFFSET-RSP_OUTPUT_OFFSET)
 #
 #
 ############## END OF I/O and SCRATCH BUFFERS ####################

 ##################################################################
 ############## END OF ALLOCATED DMEM #############################
 ##################################################################
RSP_END_DMEM:
    .print __FILE__
    .print " : Total DMEM Size Allocated is %d bytes.\n", RSP_END_DMEM

 ##################################################################
 ############## TASK HEADER ADDRESS ###############################
 ##################################################################

#define RSP_TASK_OFFSET		(0x1000-OS_TASK_SIZE)

 ##################################################################
 ############## CHECK END OF ALLOCATED DMEM #######################
 ##################################################################

    .print	"DMEM ALLOCATED must be less than 4096 bytes here.\n"
    .dmax	4096

 ##################################################################
 ############## PRINT COMPILATION REPORT ##########################
 ##################################################################
 #
/* During compilation, report an informative message about DMEM allocation: */
#ifdef _LANGUAGE_ASSEMBLY

#   define _DumpDMEMOffset(o,s)  				\
    .print 	#o						\
    .print 	"\t\t : %d\t%d bytes.\n", (DCACHEBASE + (o)), (s)

    .print	"--------------------------------------------------------------------\n"

    .print	__FILE__
    .print	" : Total DMEM Size Allocated is %d bytes\n", RSP_END_DMEM
    .print	__FILE__
    .print	" : DMEM Map:\n"

    .print	"--------------------------------------------------------------------\n"

#   undef _DumpDMEMOffset
#else  /* _LANGUAGE_ASSEMBLY */
#endif /* _LANGUAGE_ASSEMBLY */