Searched refs:S_028800_STENCILFUNC (Results 1 – 6 of 6) sorted by relevance
374 #define S_028800_STENCILFUNC(x) (((x) & 0x7) << 8) macro1644 #define S_028800_STENCILFUNC(x) (((x) & 0x7) << 8) macro
427 #define S_028800_STENCILFUNC(x) (((x) & 0x7) << 8) macro
824 db_depth_control |= S_028800_STENCILFUNC(state->stencil[0].func); /* translates straight */ in r600_create_dsa_state()
804 db_depth_control |= S_028800_STENCILFUNC(state->stencil[0].func); /* translates straight */ in evergreen_create_dsa_state()
583 db_depth_control |= S_028800_STENCILFUNC(state->stencil[0].func); in si_create_dsa_state()
5702 #define S_028800_STENCILFUNC(x) (((x) & 0x07) << 8) macro