Searched refs:gbState (Results 1 – 3 of 3) sorted by relevance
122 &state.gbState.left[0], viewportIndexes)); in ComputeClipCodes()130 &state.gbState.top[0], viewportIndexes)); in ComputeClipCodes()138 &state.gbState.right[0], viewportIndexes)); in ComputeClipCodes()146 &state.gbState.bottom[0], viewportIndexes)); in ComputeClipCodes()
739 pState->gbState.left[i] = KNOB_GUARDBAND_WIDTH / pState->vp[i].width; in updateGuardbands()740 pState->gbState.right[i] = KNOB_GUARDBAND_WIDTH / pState->vp[i].width; in updateGuardbands()741 pState->gbState.top[i] = KNOB_GUARDBAND_HEIGHT / pState->vp[i].height; in updateGuardbands()742 pState->gbState.bottom[i] = KNOB_GUARDBAND_HEIGHT / pState->vp[i].height; in updateGuardbands()
294 GUARDBANDS gbState; in OSALIGNLINE() local