i965: Move MRF macros from brw_inst.h to brw_eu.h.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_inst.h
index cd9f6ef591dd0eb3439ea73c05c408990f058136..0e5f61389df29fbe7b6a5ced559426afa5968694 100644 (file)
 extern "C" {
 #endif
 
-/** Maximum SEND message length */
-#define BRW_MAX_MSG_LENGTH 15
-
-/** First MRF register used by pull loads */
-#define FIRST_SPILL_MRF(gen) ((gen) == 6 ? 21 : 13)
-
-/** First MRF register used by spills */
-#define FIRST_PULL_LOAD_MRF(gen) ((gen) == 6 ? 16 : 13)
-
 /* brw_context.h has a forward declaration of brw_inst, so name the struct. */
 typedef struct brw_inst {
    uint64_t data[2];