Searched defs:vap_clip_cntl (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c1077 uint32_t vap_clip_cntl; /* R300_VAP_CLIP_CNTL: 0x221C */ local
1225 vap_clip_cntl = (state->clip_plane_enable & 63) |
1228 vap_clip_cntl = R300_CLIP_DISABLE;
1240 OUT_CB_REG(R300_VAP_CLIP_CNTL, vap_clip_cntl);

Completed in 59 milliseconds