Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c1149 uint32_t vap_clip_cntl; /* R300_VAP_CLIP_CNTL: 0x221C */ in r300_create_rs_state() local
1297 vap_clip_cntl = (state->clip_plane_enable & 63) | in r300_create_rs_state()
1300 vap_clip_cntl = R300_CLIP_DISABLE; in r300_create_rs_state()
1312 OUT_CB_REG(R300_VAP_CLIP_CNTL, vap_clip_cntl); in r300_create_rs_state()

Completed in 3 milliseconds