Searched refs:GX2_TRUE (Results 1 – 16 of 16) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/gx2ut/ |
| D | gx2utExpandColor.cpp | 134 initDone = GX2_TRUE; in GX2UTExpandAAColorBufferOp() 230 GX2SetSpecialState(GX2_SPECIAL_STATE_EXPAND_COLOR, GX2_TRUE); in GX2UTSetExpandAAColorState() 241 GX2_TRUE, //depthTestEnable in GX2UTSetExpandAAColorState() 242 GX2_TRUE, //depthWriteEnable in GX2UTSetExpandAAColorState()
|
| D | gx2utConvertDepth.cpp | 157 initDone = GX2_TRUE; in GX2UTConvertDepthBufferToTextureSurfaceOp() 291 GX2_TRUE, in GX2UTSetConvertDepthState() 316 GX2_TRUE, //depthTestEnable in GX2UTSetConvertDepthState() 317 GX2_TRUE, //depthWriteEnable in GX2UTSetConvertDepthState()
|
| D | gx2utExpandDepth.cpp | 134 initDone = GX2_TRUE; in GX2UTExpandDepthBufferOp() 252 GX2_TRUE, //depthTestEnable in GX2UTSetExpandDepthState() 253 GX2_TRUE, //depthWriteEnable in GX2UTSetExpandDepthState()
|
| D | gx2utClear.cpp | 83 if (initDone == GX2_TRUE) in GX2UTClearSurfaceRectInit() 132 initDone = GX2_TRUE; in GX2UTClearSurfaceRectInit() 360 redFP16 = ConvertFP32ToSmallFP(r, GX2_TRUE, 5, 10); in PackClearColor() 361 greenFP16 = ConvertFP32ToSmallFP(g, GX2_TRUE, 5, 10); in PackClearColor() 431 return GX2_TRUE; in ClearUsingDB() 436 GX2Boolean valid = GX2_TRUE; in IsValidDBFloat() 541 bColorAsDepth = GX2_TRUE; in GX2UTClearRectOp() 625 depthTestEnable = GX2_TRUE; in GX2UTClearRectOp() 896 GX2SetDepthStencilControl(GX2_TRUE, //depthTestEnable in GX2UTSetClearState() 897 GX2_TRUE, //depthWriteEnable in GX2UTSetClearState()
|
| D | gx2utCopy.cpp | 214 GX2Boolean stretchBlt = GX2_TRUE; in GX2UTCopySurfaceRectOp() 227 initDone = GX2_TRUE; in GX2UTCopySurfaceRectOp() 465 bUseRects = GX2_TRUE; in GX2UTCopySurfaceRectOp() 472 stretchBlt = GX2_TRUE; in GX2UTCopySurfaceRectOp() 554 (stretchBlt != GX2_TRUE)) in GX2UTCopySurfaceRectOp() 704 GX2_TRUE, //depthTestEnable in GX2UTSetCopyState() 705 GX2_TRUE, //depthWriteEnable in GX2UTSetCopyState()
|
| D | gx2utResolve.cpp | 137 initDone = GX2_TRUE; in GX2UTResolveAAColorBufferRectOp() 300 GX2_TRUE, //depthTestEnable in GX2UTSetResolveAAColorState() 301 GX2_TRUE, //depthWriteEnable in GX2UTSetResolveAAColorState()
|
| D | gx2ut.cpp | 288 return GX2_TRUE; in GX2UTIsTileModeThick()
|
| /CafeSDK-2.12.13-1/system/include/windows/ |
| D | os.h | 74 #define APP_IN_FOREGROUND GX2_TRUE
|
| /CafeSDK-2.12.13-1/system/include/cafe/gx2/ |
| D | gx2Perf_deprecated.h | 311 if(GX2_TRUE == info->enabled[i]) in _GX2GetCountersReady() 314 return GX2_TRUE; in _GX2GetCountersReady()
|
| D | gx2Perf.h | 468 …GX2Boolean GX2PerfMetricEnable(GX2PerfData *perfData, GX2PerfType type, u32 id){ return GX2_TRUE; } in GX2PerfMetricEnable()
|
| D | gx2Misc.h | 587 return GX2_TRUE; in GX2IsResolveSupported()
|
| D | gx2Enum.h | 88 GX2_TRUE = 1, enumerator
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demoTest.c | 317 testPassed = (captureCRC == compareCRC) ? GX2_TRUE : GX2_FALSE; in DEMOTestCompare()
|
| D | demoDRC.c | 383 GX2SetDRCEnable(GX2_TRUE); in DEMODRCDoneRender()
|
| D | demoGfx.c | 199 GX2Boolean renderHiZ = GX2_TRUE; in DEMOGfxInit() 725 GX2SetTVEnable(GX2_TRUE); in DEMOGfxDoneRender()
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/ |
| D | gshCompile.cpp | 1235 GX2Boolean append = (sourceInfo.btstats == 2) ? GX2_TRUE : GX2_FALSE; in main()
|