Searched refs:bottom (Results 1 – 12 of 12) sorted by relevance
| /CafeSDK-2.12.13-1/system/include/cafe/gx2ut/ |
| D | gx2utCopy.h | 32 s32 bottom; member 185 srcRect.bottom = GX2Max(1, srcSurface->height >> srcMip); in GX2UTCopySurfaceOp() 187 dstRect.bottom = GX2Max(1, dstSurface->height >> dstMip); in GX2UTCopySurfaceOp() 403 srcRect.bottom = pSrcRects[i].bottom; in GX2UTCopySurfaceEx() 409 dstRect.bottom = pDstPoints[i].y + pSrcRects[i].bottom - pSrcRects[i].top; in GX2UTCopySurfaceEx() 480 srcRect.bottom = GX2Max(1, srcSurface->height >> srcMip); in GX2UTCopySurface() 485 dstRect.bottom = GX2Max(1, dstSurface->height >> dstMip); in GX2UTCopySurface()
|
| D | gx2utClear.h | 155 dstRect.bottom = GX2Max(1, colorBuffer->surface.height >> colorBuffer->viewMip); in GX2UTClearOp() 160 dstRect.bottom = GX2Max(1, depthBuffer->surface.height >> depthBuffer->viewMip); in GX2UTClearOp() 411 dstRect.bottom = GX2Max(1, dstSurface->height >> dstMip); in GX2UTClearSurface() 419 dstRect.bottom = GX2Max(1, depthBuffer->surface.height); in GX2UTClearSurface() 478 dstRect.bottom = GX2Max(1, colorBuffer->surface.height >> colorBuffer->viewMip); in GX2UTClearBuffersEx() 486 dstRect.bottom = GX2Max(1, depthBuffer->surface.height >> depthBuffer->viewMip); in GX2UTClearBuffersEx()
|
| D | gx2utResolve.h | 150 subRect.bottom = GX2Max(1, dstSurface->height >> dstMip); in GX2UTResolveAAColorBufferOp()
|
| /CafeSDK-2.12.13-1/system/src/lib/gx2ut/headers/cafe/gx2ut/ |
| D | gx2utCopy.h | 32 s32 bottom; member 185 srcRect.bottom = GX2Max(1, srcSurface->height >> srcMip); in GX2UTCopySurfaceOp() 187 dstRect.bottom = GX2Max(1, dstSurface->height >> dstMip); in GX2UTCopySurfaceOp() 403 srcRect.bottom = pSrcRects[i].bottom; in GX2UTCopySurfaceEx() 409 dstRect.bottom = pDstPoints[i].y + pSrcRects[i].bottom - pSrcRects[i].top; in GX2UTCopySurfaceEx() 480 srcRect.bottom = GX2Max(1, srcSurface->height >> srcMip); in GX2UTCopySurface() 485 dstRect.bottom = GX2Max(1, dstSurface->height >> dstMip); in GX2UTCopySurface()
|
| D | gx2utClear.h | 155 dstRect.bottom = GX2Max(1, colorBuffer->surface.height >> colorBuffer->viewMip); in GX2UTClearOp() 160 dstRect.bottom = GX2Max(1, depthBuffer->surface.height >> depthBuffer->viewMip); in GX2UTClearOp() 411 dstRect.bottom = GX2Max(1, dstSurface->height >> dstMip); in GX2UTClearSurface() 419 dstRect.bottom = GX2Max(1, depthBuffer->surface.height); in GX2UTClearSurface() 478 dstRect.bottom = GX2Max(1, colorBuffer->surface.height >> colorBuffer->viewMip); in GX2UTClearBuffersEx() 486 dstRect.bottom = GX2Max(1, depthBuffer->surface.height >> depthBuffer->viewMip); in GX2UTClearBuffersEx()
|
| D | gx2utResolve.h | 150 subRect.bottom = GX2Max(1, dstSurface->height >> dstMip); in GX2UTResolveAAColorBufferOp()
|
| /CafeSDK-2.12.13-1/system/src/lib/gx2ut/ |
| D | gx2utCopy.cpp | 232 …ASSERT((srcRect->bottom > srcRect->top) && (srcRect->right > srcRect->left) && "Invalid source reg… in GX2UTCopySurfaceRectOp() 233 …ASSERT((dstRect->bottom > dstRect->top) && (dstRect->right > dstRect->left) && "Invalid destinatio… in GX2UTCopySurfaceRectOp() 250 … ASSERT(srcRect->bottom % 4 == 0 || srcRect->bottom == GX2Max(1, srcSurface->height >> srcMip)); in GX2UTCopySurfaceRectOp() 254 ASSERT((dstRect->top - dstRect->bottom) == (srcRect->top - srcRect->bottom)); in GX2UTCopySurfaceRectOp() 394 sourceRect.bottom = (srcRect->bottom + 3) / 4; in GX2UTCopySurfaceRectOp() 409 destinationRect.bottom = (dstRect->bottom + 3) / 4; in GX2UTCopySurfaceRectOp() 450 -2.0f * (f32)(dstRect->bottom - dstRect->top) / (f32)dstMipHeight, in GX2UTCopySurfaceRectOp() 457 (f32)(srcRect->bottom - srcRect->top) / (f32)srcMipHeight, in GX2UTCopySurfaceRectOp() 463 (dstRect->bottom - dstRect->top) == (srcRect->bottom - srcRect->top)) in GX2UTCopySurfaceRectOp()
|
| D | gx2utClear.cpp | 385 (dstRect->bottom != dstSurface->height >> dstMip)) in ClearUsingDB() 393 (dstRect->bottom & 0x7)) in ClearUsingDB() 473 …ASSERT((dstRect->bottom > dstRect->top) && (dstRect->right > dstRect->left) && "Invalid destinatio… in GX2UTClearRectOp() 648 !((dstRect->bottom | dstRect->top | dstRect->left | dstRect->right) & 0x7)) in GX2UTClearRectOp() 692 (f32)dstRect->bottom - (f32)dstRect->top, in GX2UTClearRectOp() 755 !((dstRect->bottom | dstRect->top | dstRect->left | dstRect->right) & 0x7)) in GX2UTClearRectOp() 785 …ASSERT((dstRect->bottom > dstRect->top) && (dstRect->right > dstRect->left) && "Invalid destinatio… in GX2UTInvalidateHiStencilRect() 818 GX2SetViewport(dstRect->left, dstRect->bottom, (f32)dstWidth, (f32)dstHeight, 0.0f, 1.0f); in GX2UTInvalidateHiStencilRect() 819 GX2SetScissor(dstRect->left, dstRect->bottom, dstWidth, dstHeight); in GX2UTInvalidateHiStencilRect() 850 -2.0f * (f32)(dstRect->bottom - dstRect->top) / (f32)dstHeight, in GX2UTInvalidateHiStencilRect()
|
| D | gx2utResolve.cpp | 151 resolveHeight = subRect->bottom - subRect->top; in GX2UTResolveAAColorBufferRectOp() 156 ASSERT((subRect->bottom > subRect->top) && in GX2UTResolveAAColorBufferRectOp() 159 ASSERT((subRect->bottom >= 0) && (subRect->bottom <= dstMipHeight)); in GX2UTResolveAAColorBufferRectOp()
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/deferredTestDX9/ |
| D | deferredTest.cpp | 317 WindowRect.bottom = GetSystemMetrics(SM_CYSCREEN)/2 + height/2; in InitWindow() 326 …WindowRect.left, WindowRect.top, WindowRect.right - WindowRect.left, WindowRect.bottom - WindowRec… in InitWindow()
|
| /CafeSDK-2.12.13-1/system/include/cafe/gx2/ |
| D | gx2Surface.h | 268 s32 bottom; member
|
| /CafeSDK-2.12.13-1/system/include/cafe/pads/kpad/ |
| D | kpad.h | 165 f32 bottom; member
|