Home | History | Annotate | Download | only in r600

Lines Matching refs:bc

506 #define BC_INST(bc, x) ((bc)->chip_class >= EVERGREEN ? EG_##x : x)
508 #define CTX_INST(x) (ctx->bc->chip_class >= EVERGREEN ? EG_##x : x)