Searched refs:cb (Results 1 – 10 of 10) sorted by relevance
| /CafeSDK-2.12.13/system/src/lib/gx2ut/ |
| D | gx2utConvertDepth.cpp | 127 GX2ColorBuffer cb; in GX2UTConvertDepthBufferToTextureSurfaceOp() local 218 GX2InitColorBuffer(&cb, expandWidth, expandHeight, dstSurface->format, GX2_AA_MODE_1X); in GX2UTConvertDepthBufferToTextureSurfaceOp() 221 GX2InitColorBufferPtr(&cb, GX2UTGetSurfaceMipSlicePtr(dstSurface, dstMip, 0)); in GX2UTConvertDepthBufferToTextureSurfaceOp() 229 cb.surface.tileMode = GX2UTGetSurfaceMipSliceTileMode(dstSurface, dstMip); in GX2UTConvertDepthBufferToTextureSurfaceOp() 230 cb.surface.dim = dim; in GX2UTConvertDepthBufferToTextureSurfaceOp() 231 cb.surface.depth = dstSurface->depth; in GX2UTConvertDepthBufferToTextureSurfaceOp() 232 cb.viewFirstSlice = dstSlice + slice; in GX2UTConvertDepthBufferToTextureSurfaceOp() 233 cb.viewNumSlices = 1; in GX2UTConvertDepthBufferToTextureSurfaceOp() 234 GX2CalcSurfaceSizeAndAlignment(&cb.surface); in GX2UTConvertDepthBufferToTextureSurfaceOp() 235 GX2InitColorBufferRegs(&cb); in GX2UTConvertDepthBufferToTextureSurfaceOp() [all …]
|
| D | gx2utExpandColor.cpp | 171 GX2ColorBuffer cb = *colorBuffer; in GX2UTExpandAAColorBufferOp() local 174 cb.viewFirstSlice = slice; in GX2UTExpandAAColorBufferOp() 175 cb.viewNumSlices = 1; in GX2UTExpandAAColorBufferOp() 176 GX2InitColorBufferRegs(&cb); in GX2UTExpandAAColorBufferOp() 179 expandWidth = cb.surface.width; in GX2UTExpandAAColorBufferOp() 180 expandHeight = cb.surface.height; in GX2UTExpandAAColorBufferOp() 183 GX2SetColorBuffer(&cb, GX2_RENDER_TARGET_0); in GX2UTExpandAAColorBufferOp()
|
| D | gx2utClear.cpp | 460 GX2ColorBuffer cb; in GX2UTClearRectOp() local 555 cb = *colorBuffer; in GX2UTClearRectOp() 556 cb.surface.use = GX2_SURFACE_USE_COLOR_BUFFER_TEXTURE; in GX2UTClearRectOp() 557 cb.viewNumSlices = 1; in GX2UTClearRectOp() 560 if (cb.surface.format == GX2_SURFACE_FORMAT_TC_R16_G16_FLOAT) in GX2UTClearRectOp() 563 cb.surface.format = GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_UNORM; in GX2UTClearRectOp() 586 cbFirstSlice = cb.viewFirstSlice; in GX2UTClearRectOp() 710 cb.viewFirstSlice = cbFirstSlice + slice; in GX2UTClearRectOp() 711 GX2InitColorBufferRegs(&cb); in GX2UTClearRectOp() 712 GX2SetColorBuffer(&cb, GX2_RENDER_TARGET_0); in GX2UTClearRectOp()
|
| /CafeSDK-2.12.13/system/src/lib/gx2ut/headers/cafe/gx2ut/ |
| D | gx2utResolve.h | 96 void GX2UTResolveAAColorBufferRectOp(const GX2ColorBuffer *cb, 139 GX2_INLINE void GX2UTResolveAAColorBufferOp(const GX2ColorBuffer *cb, in GX2UTResolveAAColorBufferOp() argument 150 GX2UTResolveAAColorBufferRectOp(cb, dstSurface, dstMip, dstSlice, &subRect); in GX2UTResolveAAColorBufferOp() 185 GX2_INLINE void GX2UTResolveAAColorBuffer(const GX2ColorBuffer *cb, in GX2UTResolveAAColorBuffer() argument 199 GX2UTResolveAAColorBufferOp(cb, dstSurface, dstMip, dstSlice); in GX2UTResolveAAColorBuffer()
|
| D | gx2utClear.h | 229 GX2ColorBuffer cb; in GX2UTClearSurfaceRect() local 236 cb.viewMip = dstMip; in GX2UTClearSurfaceRect() 237 cb.viewFirstSlice = dstSlice; in GX2UTClearSurfaceRect() 238 cb.viewNumSlices = 1; in GX2UTClearSurfaceRect() 239 cb.auxPtr = dstAuxPtr; in GX2UTClearSurfaceRect() 240 cb.auxSize = dstAuxSize; in GX2UTClearSurfaceRect() 241 cb.surface = *dstSurface; in GX2UTClearSurfaceRect() 242 GX2InitColorBufferRegs(&cb); in GX2UTClearSurfaceRect() 243 cbPtr = &cb; in GX2UTClearSurfaceRect()
|
| D | gx2utExpand.h | 75 void GX2UTExpandAAColorBufferOp(GX2ColorBuffer *cb);
|
| /CafeSDK-2.12.13/system/include/cafe/gx2ut/ |
| D | gx2utResolve.h | 96 void GX2UTResolveAAColorBufferRectOp(const GX2ColorBuffer *cb, 139 GX2_INLINE void GX2UTResolveAAColorBufferOp(const GX2ColorBuffer *cb, in GX2UTResolveAAColorBufferOp() argument 150 GX2UTResolveAAColorBufferRectOp(cb, dstSurface, dstMip, dstSlice, &subRect); in GX2UTResolveAAColorBufferOp() 185 GX2_INLINE void GX2UTResolveAAColorBuffer(const GX2ColorBuffer *cb, in GX2UTResolveAAColorBuffer() argument 199 GX2UTResolveAAColorBufferOp(cb, dstSurface, dstMip, dstSlice); in GX2UTResolveAAColorBuffer()
|
| D | gx2utClear.h | 229 GX2ColorBuffer cb; in GX2UTClearSurfaceRect() local 236 cb.viewMip = dstMip; in GX2UTClearSurfaceRect() 237 cb.viewFirstSlice = dstSlice; in GX2UTClearSurfaceRect() 238 cb.viewNumSlices = 1; in GX2UTClearSurfaceRect() 239 cb.auxPtr = dstAuxPtr; in GX2UTClearSurfaceRect() 240 cb.auxSize = dstAuxSize; in GX2UTClearSurfaceRect() 241 cb.surface = *dstSurface; in GX2UTClearSurfaceRect() 242 GX2InitColorBufferRegs(&cb); in GX2UTClearSurfaceRect() 243 cbPtr = &cb; in GX2UTClearSurfaceRect()
|
| D | gx2utExpand.h | 75 void GX2UTExpandAAColorBufferOp(GX2ColorBuffer *cb);
|
| /CafeSDK-2.12.13/system/include/cafe/gx2/ |
| D | gx2Verify.h | 99 GX2VerifyCallback GX2API GX2SetVerifyCallback( GX2VerifyCallback cb );
|