Searched refs:cb (Results 1 – 10 of 10) sorted by relevance
| /CafeSDK-2.12.13-1/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 | 466 GX2ColorBuffer cb; in GX2UTClearRectOp() local 561 cb = *colorBuffer; in GX2UTClearRectOp() 562 cb.surface.use = GX2_SURFACE_USE_COLOR_BUFFER_TEXTURE; in GX2UTClearRectOp() 563 cb.viewNumSlices = 1; in GX2UTClearRectOp() 566 if (cb.surface.format == GX2_SURFACE_FORMAT_TC_R16_G16_FLOAT) in GX2UTClearRectOp() 569 cb.surface.format = GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_UNORM; in GX2UTClearRectOp() 592 cbFirstSlice = cb.viewFirstSlice; in GX2UTClearRectOp() 716 cb.viewFirstSlice = cbFirstSlice + slice; in GX2UTClearRectOp() 717 GX2InitColorBufferRegs(&cb); in GX2UTClearRectOp() 718 GX2SetColorBuffer(&cb, GX2_RENDER_TARGET_0); in GX2UTClearRectOp()
|
| /CafeSDK-2.12.13-1/system/src/lib/gx2ut/headers/cafe/gx2ut/ |
| D | gx2utResolve.h | 98 void GX2UTResolveAAColorBufferRectOp(const GX2ColorBuffer *cb, 143 GX2_INLINE void GX2UTResolveAAColorBufferOp(const GX2ColorBuffer *cb, in GX2UTResolveAAColorBufferOp() argument 154 GX2UTResolveAAColorBufferRectOp(cb, dstSurface, dstMip, dstSlice, &subRect); in GX2UTResolveAAColorBufferOp() 189 GX2_INLINE void GX2UTResolveAAColorBuffer(const GX2ColorBuffer *cb, in GX2UTResolveAAColorBuffer() argument 203 GX2UTResolveAAColorBufferOp(cb, dstSurface, dstMip, dstSlice); in GX2UTResolveAAColorBuffer()
|
| D | gx2utClear.h | 235 GX2ColorBuffer cb; in GX2UTClearSurfaceRect() local 242 cb.viewMip = dstMip; in GX2UTClearSurfaceRect() 243 cb.viewFirstSlice = dstSlice; in GX2UTClearSurfaceRect() 244 cb.viewNumSlices = 1; in GX2UTClearSurfaceRect() 245 cb.auxPtr = dstAuxPtr; in GX2UTClearSurfaceRect() 246 cb.auxSize = dstAuxSize; in GX2UTClearSurfaceRect() 247 cb.surface = *dstSurface; in GX2UTClearSurfaceRect() 248 GX2InitColorBufferRegs(&cb); in GX2UTClearSurfaceRect() 249 cbPtr = &cb; in GX2UTClearSurfaceRect()
|
| D | gx2utExpand.h | 77 void GX2UTExpandAAColorBufferOp(GX2ColorBuffer *cb);
|
| /CafeSDK-2.12.13-1/system/include/cafe/gx2ut/ |
| D | gx2utResolve.h | 98 void GX2UTResolveAAColorBufferRectOp(const GX2ColorBuffer *cb, 143 GX2_INLINE void GX2UTResolveAAColorBufferOp(const GX2ColorBuffer *cb, in GX2UTResolveAAColorBufferOp() argument 154 GX2UTResolveAAColorBufferRectOp(cb, dstSurface, dstMip, dstSlice, &subRect); in GX2UTResolveAAColorBufferOp() 189 GX2_INLINE void GX2UTResolveAAColorBuffer(const GX2ColorBuffer *cb, in GX2UTResolveAAColorBuffer() argument 203 GX2UTResolveAAColorBufferOp(cb, dstSurface, dstMip, dstSlice); in GX2UTResolveAAColorBuffer()
|
| D | gx2utClear.h | 235 GX2ColorBuffer cb; in GX2UTClearSurfaceRect() local 242 cb.viewMip = dstMip; in GX2UTClearSurfaceRect() 243 cb.viewFirstSlice = dstSlice; in GX2UTClearSurfaceRect() 244 cb.viewNumSlices = 1; in GX2UTClearSurfaceRect() 245 cb.auxPtr = dstAuxPtr; in GX2UTClearSurfaceRect() 246 cb.auxSize = dstAuxSize; in GX2UTClearSurfaceRect() 247 cb.surface = *dstSurface; in GX2UTClearSurfaceRect() 248 GX2InitColorBufferRegs(&cb); in GX2UTClearSurfaceRect() 249 cbPtr = &cb; in GX2UTClearSurfaceRect()
|
| D | gx2utExpand.h | 77 void GX2UTExpandAAColorBufferOp(GX2ColorBuffer *cb);
|
| /CafeSDK-2.12.13-1/system/include/cafe/gx2/ |
| D | gx2Verify.h | 99 GX2VerifyCallback GX2API GX2SetVerifyCallback( GX2VerifyCallback cb );
|