Lines Matching refs:wnd
108 static void G2_SetWnd0InsidePlane(int wnd /* GXWndPlaneMask */ , BOOL effect);
109 static void G2_SetWnd1InsidePlane(int wnd /* GXWndPlaneMask */ , BOOL effect);
110 static void G2_SetWndOutsidePlane(int wnd /* GXWndPlaneMask */ , BOOL effect);
111 static void G2_SetWndOBJInsidePlane(int wnd /* GXWndPlaneMask */ , BOOL effect);
145 static void G2S_SetWnd0InsidePlane(int wnd /* GXWndPlaneMask */ , BOOL effect);
146 static void G2S_SetWnd1InsidePlane(int wnd /* GXWndPlaneMask */ , BOOL effect);
147 static void G2S_SetWndOutsidePlane(int wnd /* GXWndPlaneMask */ , BOOL effect);
148 static void G2S_SetWndOBJInsidePlane(int wnd /* GXWndPlaneMask */ , BOOL effect);
288 static inline void G2_SetWnd0InsidePlane(int wnd, BOOL effect) in G2_SetWnd0InsidePlane() argument
291 GX_WND_PLANEMASK_ASSERT(wnd); in G2_SetWnd0InsidePlane()
293 tmp = ((reg_G2_WININ & ~REG_G2_WININ_WIN0IN_MASK) | ((u32)wnd << REG_G2_WININ_WIN0IN_SHIFT)); in G2_SetWnd0InsidePlane()
329 static inline void G2_SetWnd1InsidePlane(int wnd, BOOL effect) in G2_SetWnd1InsidePlane() argument
332 GX_WND_PLANEMASK_ASSERT(wnd); in G2_SetWnd1InsidePlane()
334 tmp = ((reg_G2_WININ & ~REG_G2_WININ_WIN1IN_MASK) | ((u32)wnd << REG_G2_WININ_WIN1IN_SHIFT)); in G2_SetWnd1InsidePlane()
370 static inline void G2_SetWndOutsidePlane(int wnd, BOOL effect) in G2_SetWndOutsidePlane() argument
373 GX_WND_PLANEMASK_ASSERT(wnd); in G2_SetWndOutsidePlane()
375 tmp = ((reg_G2_WINOUT & ~REG_G2_WINOUT_WINOUT_MASK) | ((u32)wnd << REG_G2_WINOUT_WINOUT_SHIFT)); in G2_SetWndOutsidePlane()
410 static inline void G2_SetWndOBJInsidePlane(int wnd, BOOL effect) in G2_SetWndOBJInsidePlane() argument
413 GX_WND_PLANEMASK_ASSERT(wnd); in G2_SetWndOBJInsidePlane()
416 ((u32)wnd << REG_G2_WINOUT_OBJWININ_SHIFT)); in G2_SetWndOBJInsidePlane()
786 static inline void G2S_SetWnd0InsidePlane(int wnd, BOOL effect) in G2S_SetWnd0InsidePlane() argument
789 GX_WND_PLANEMASK_ASSERT(wnd); in G2S_SetWnd0InsidePlane()
792 ((u32)wnd << REG_G2S_DB_WININ_WIN0IN_SHIFT)); in G2S_SetWnd0InsidePlane()
828 static inline void G2S_SetWnd1InsidePlane(int wnd, BOOL effect) in G2S_SetWnd1InsidePlane() argument
831 GX_WND_PLANEMASK_ASSERT(wnd); in G2S_SetWnd1InsidePlane()
834 ((u32)wnd << REG_G2S_DB_WININ_WIN1IN_SHIFT)); in G2S_SetWnd1InsidePlane()
870 static inline void G2S_SetWndOutsidePlane(int wnd, BOOL effect) in G2S_SetWndOutsidePlane() argument
873 GX_WND_PLANEMASK_ASSERT(wnd); in G2S_SetWndOutsidePlane()
876 ((u32)wnd << REG_G2S_DB_WINOUT_WINOUT_SHIFT)); in G2S_SetWndOutsidePlane()
911 static inline void G2S_SetWndOBJInsidePlane(int wnd, BOOL effect) in G2S_SetWndOBJInsidePlane() argument
914 GX_WND_PLANEMASK_ASSERT(wnd); in G2S_SetWndOBJInsidePlane()
917 ((u32)wnd << REG_G2S_DB_WINOUT_OBJWININ_SHIFT)); in G2S_SetWndOBJInsidePlane()