Home
last modified time | relevance | path

Searched refs:VERTEX_COUNT (Results 1 – 6 of 6) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/gx2ut/
Dgx2utExpandDepth.cpp77 static const u32 VERTEX_COUNT = sizeof(EXPAND_SURFACE_RECT_POSITION_DATA) variable
195 GX2Draw(GX2_PRIMITIVE_RECTS, VERTEX_COUNT); in GX2UTExpandDepthBufferOp()
Dgx2utExpandColor.cpp77 static const u32 VERTEX_COUNT = sizeof(EXPAND_SURFACE_RECT_POSITION_DATA) variable
190 GX2Draw(GX2_PRIMITIVE_RECTS, VERTEX_COUNT); in GX2UTExpandAAColorBufferOp()
Dgx2utConvertDepth.cpp78 static const u32 VERTEX_COUNT = sizeof(CONVERT_SURFACE_RECT_POSITION_DATA) variable
253 GX2Draw(GX2_PRIMITIVE_RECTS, VERTEX_COUNT); in GX2UTConvertDepthBufferToTextureSurfaceOp()
Dgx2utResolve.cpp78 static const u32 VERTEX_COUNT = sizeof(RESOLVE_SURFACE_RECT_POSITION_DATA) variable
223 GX2Draw(GX2_PRIMITIVE_RECTS, VERTEX_COUNT); in GX2UTResolveAAColorBufferRectOp()
Dgx2utCopy.cpp140 static const u32 VERTEX_COUNT = sizeof(COPY_SURFACE_TRISTRIP_POSITION_DATA) variable
661 GX2Draw(GX2_PRIMITIVE_RECTS, VERTEX_COUNT); in GX2UTCopySurfaceRectOp()
665 GX2Draw(GX2_PRIMITIVE_TRIANGLE_STRIP, VERTEX_COUNT); in GX2UTCopySurfaceRectOp()
Dgx2utClear.cpp75 static const u32 VERTEX_COUNT = sizeof(CLEAR_SURFACE_RECT_POSITION_DATA) variable
730 GX2Draw(GX2_PRIMITIVE_RECTS, VERTEX_COUNT); in GX2UTClearRectOp()
868 GX2Draw(GX2_PRIMITIVE_TRIANGLE_STRIP, VERTEX_COUNT); in GX2UTInvalidateHiStencilRect()