Searched refs:OSReport (Results 1 – 13 of 13) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demoGfxShader.c | 30 OSReport("Warning : The file did not contain a vertex shader\n"); in DEMOGfxLoadShaders() 35 OSReport("Warning : The file did not contain a pixel shader\n"); in DEMOGfxLoadShaders() 53 OSReport("Error : Null pointer.\n"); in DEMOGfxInitShaderAttribute() 58 …OSReport("Warning : The attribute buffer index (%d) is over %d\n", bufferIndex, GX2_MAX_ATTRIB_BUF… in DEMOGfxInitShaderAttribute() 79 OSReport("Error : Null pointer.\n"); in DEMOGfxGetVertexShaderSamplerLocation() 84 …OSReport("Warning : The sampler count (%d) in VS is over %d\n", pShader->samplersVS.count, GX2_MAX… in DEMOGfxGetVertexShaderSamplerLocation() 102 OSReport("Error : Null pointer.\n"); in DEMOGfxGetPixelShaderSamplerLocation() 107 …OSReport("Warning : The sampler count (%d) in PS is over %d\n", pShader->samplersPS.count, GX2_MAX… in DEMOGfxGetPixelShaderSamplerLocation() 125 OSReport("Error : Null pointer.\n"); in DEMOGfxGetGeometryShaderSamplerLocation() 130 …OSReport("Warning : The sampler count (%d) in GS is over %d\n", pShader->samplersGS.count, GX2_MAX… in DEMOGfxGetGeometryShaderSamplerLocation() [all …]
|
| D | demoDRCCamera.c | 48 OSReport("DEMODRCCameraAlloc: Memory Allocation failed\n"); in DEMODRCCameraMemAlloc() 57 OSReport("DEMODRCCameraAlloc: unknown error\n"); in DEMODRCCameraMemAlloc() 150 OSReport("Error: CAMInit returned %d\n", err); in DEMODRCCameraInit() 171 OSReport("Error: CAMOpen returned %d\n", err); in DEMODRCCameraOpen() 182 OSReport("CAMClose returned %d\n", err); in DEMODRCCameraClose()
|
| D | demoGfd.c | 70 OSReport("Warning: Invalid Vertex Shader :%d", ret); in DEMOGFDReadVertexShader() 93 OSReport("DEMOGFDReadPixelShader: NULL inputs\n"); in DEMOGFDReadPixelShader() 100 OSReport("DEMOGFDReadPixelShader: bad index\n"); in DEMOGFDReadPixelShader() 109 OSReport("DEMOGFDReadPixelShader: header or program size is 0\n"); in DEMOGFDReadPixelShader() 135 OSReport("Warning: Invalid Pixel Shader :%d\n", ret); in DEMOGFDReadPixelShader() 208 OSReport("Warning: Invalid Geometry Shader :%d", ret); in DEMOGFDReadGeometryShader() 272 OSReport("Warning: Invalid Compute Shader :%d", ret); in DEMOGFDReadComputeShader() 316 OSReport("Warning: Invalid Texture :%d", ret); in DEMOGFDReadTexture()
|
| D | demoSystem.c | 65 OSReport("DEMO: Build date - %s %s\n", __DATE__, __TIME__); in DEMOInit() 100 OSReport("\nEnd of demo\n"); in DEMOShutdown()
|
| D | demoTest.c | 238 OSReport(str); OSReport("\n"); in DEMOTestCheck() 260 OSReport(str); OSReport("\n"); in DEMOTestCheck()
|
| D | demoFS.c | 37 OSReport("Volume state of client 0x%08x changed to %d\n", pClient, state); in stateChangeCallback() 38 OSReport("Last error: %d\n", lastError); in stateChangeCallback()
|
| D | demoGfx.c | 25 #define DEMOCheck(x,y) if (!(x)) { OSReport("%s\n", y); while(1) OSSleepSeconds(1); } 344 OSReport("DEMO: swap interval=%d\n", swapInterval); in DEMOGfxInit() 564 OSReport("***DEMO: resources were not destroyed on shutdown\n"); in DEMOGfxShutdown() 760 OSReport("DEMOGfxWaitForSwap timed out. Potential GPU hang detected?\n"); in DEMOGfxWaitForSwap()
|
| D | demoDRC.c | 25 #define DEMOCheck(x,y) if (!(x)) { OSReport("%s\n", y); while(1) OSSleepSeconds(1); }
|
| /CafeSDK-2.12.13-1/system/src/lib/gfd/ |
| D | gfdInterface.c | 137 …OSReport("Warning: Shader program buffer not aligned correctly. It needs %d byte align buffer.\n",… in GFDGetVertexShader() 210 …OSReport("Warning: Shader program buffer not aligned correctly. It needs %d byte align buffer.\n",… in GFDGetPixelShader() 284 …OSReport("Warning: Shader program buffer not aligned correctly. It needs %d byte align buffer.\n",… in GFDGetGeometryShader() 370 …OSReport("Warning: Shader program buffer not aligned correctly. It needs %d byte align buffer.\n",… in GFDGetComputeShader() 468 …OSReport("Warning: Shader program buffer not aligned correctly. It needs %d byte align buffer.\n",… in GFDGetVertexShaderPointer() 540 …OSReport("Warning: Shader program buffer not aligned correctly. It needs %d byte align buffer.\n",… in GFDGetPixelShaderPointer() 614 …OSReport("Warning: Copy shader program buffer not aligned correctly. It needs %d byte align buffer… in GFDGetGeometryShaderPointer() 632 …OSReport("Warning: Shader program buffer not aligned correctly. It needs %d byte align buffer.\n",… in GFDGetGeometryShaderPointer() 705 …OSReport("Warning: Shader program buffer not aligned correctly. It needs %d byte align buffer.\n",… in GFDGetComputeShaderPointer() 851 …OSReport("Warning: Texture image data buffers are not aligned correctly. It needs %d byte align bu… in GFDGetTexture() [all …]
|
| /CafeSDK-2.12.13-1/system/include/windows/ |
| D | os.h | 56 #define OSReport printf macro
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/ |
| D | demoGfxShader.h | 146 OSReport("Warning : Couldn't find the correct location.\n"); in DEMOGfxCheckShaderLocation()
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/ |
| D | demoGfxShader.h | 146 OSReport("Warning: Could not find the correct location.\n"); in DEMOGfxCheckShaderLocation()
|
| /CafeSDK-2.12.13-1/system/include/cafe/ |
| D | os.h | 252 void OSReport ( const char* msg, ... );
|