Searched refs:gbState (Results 1 – 3 of 3) sorted by relevance
112 …W, SIMD_T::template i32gather_ps<typename SIMD_T::ScaleFactor(4)>(&state.gbState.left[0], viewport… in ComputeClipCodes()117 …W, SIMD_T::template i32gather_ps<typename SIMD_T::ScaleFactor(4)>(&state.gbState.top[0], viewportI… in ComputeClipCodes()122 …w, SIMD_T::template i32gather_ps<typename SIMD_T::ScaleFactor(4)>(&state.gbState.right[0], viewpor… in ComputeClipCodes()127 …w, SIMD_T::template i32gather_ps<typename SIMD_T::ScaleFactor(4)>(&state.gbState.bottom[0], viewpo… in ComputeClipCodes()
734 pState->gbState.left[i] = KNOB_GUARDBAND_WIDTH / pState->vp[i].width; in updateGuardbands()735 pState->gbState.right[i] = KNOB_GUARDBAND_WIDTH / pState->vp[i].width; in updateGuardbands()736 pState->gbState.top[i] = KNOB_GUARDBAND_HEIGHT / pState->vp[i].height; in updateGuardbands()737 pState->gbState.bottom[i] = KNOB_GUARDBAND_HEIGHT / pState->vp[i].height; in updateGuardbands()
276 GUARDBANDS gbState; in OSALIGNLINE() local