Home
last modified time | relevance | path

Searched refs:gbState (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dclip.h122 &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()
Dapi.cpp739 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()
Dcontext.h294 GUARDBANDS gbState; in OSALIGNLINE() local