Home
last modified time | relevance | path

Searched refs:OSReport (Results 1 – 13 of 13) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoGfxShader.c30 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()
58OSReport("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()
84OSReport("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()
107OSReport("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()
130OSReport("Warning : The sampler count (%d) in GS is over %d\n", pShader->samplersGS.count, GX2_MAX… in DEMOGfxGetGeometryShaderSamplerLocation()
[all …]
DdemoDRCCamera.c48 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()
DdemoGfd.c70 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()
DdemoSystem.c65 OSReport("DEMO: Build date - %s %s\n", __DATE__, __TIME__); in DEMOInit()
100 OSReport("\nEnd of demo\n"); in DEMOShutdown()
DdemoTest.c238 OSReport(str); OSReport("\n"); in DEMOTestCheck()
260 OSReport(str); OSReport("\n"); in DEMOTestCheck()
DdemoFS.c37 OSReport("Volume state of client 0x%08x changed to %d\n", pClient, state); in stateChangeCallback()
38 OSReport("Last error: %d\n", lastError); in stateChangeCallback()
DdemoGfx.c25 #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()
DdemoDRC.c25 #define DEMOCheck(x,y) if (!(x)) { OSReport("%s\n", y); while(1) OSSleepSeconds(1); }
/CafeSDK-2.12.13-1/system/src/lib/gfd/
DgfdInterface.c137OSReport("Warning: Shader program buffer not aligned correctly. It needs %d byte align buffer.\n",… in GFDGetVertexShader()
210OSReport("Warning: Shader program buffer not aligned correctly. It needs %d byte align buffer.\n",… in GFDGetPixelShader()
284OSReport("Warning: Shader program buffer not aligned correctly. It needs %d byte align buffer.\n",… in GFDGetGeometryShader()
370OSReport("Warning: Shader program buffer not aligned correctly. It needs %d byte align buffer.\n",… in GFDGetComputeShader()
468OSReport("Warning: Shader program buffer not aligned correctly. It needs %d byte align buffer.\n",… in GFDGetVertexShaderPointer()
540OSReport("Warning: Shader program buffer not aligned correctly. It needs %d byte align buffer.\n",… in GFDGetPixelShaderPointer()
614OSReport("Warning: Copy shader program buffer not aligned correctly. It needs %d byte align buffer… in GFDGetGeometryShaderPointer()
632OSReport("Warning: Shader program buffer not aligned correctly. It needs %d byte align buffer.\n",… in GFDGetGeometryShaderPointer()
705OSReport("Warning: Shader program buffer not aligned correctly. It needs %d byte align buffer.\n",… in GFDGetComputeShaderPointer()
851OSReport("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/
Dos.h56 #define OSReport printf macro
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoGfxShader.h146 OSReport("Warning : Couldn't find the correct location.\n"); in DEMOGfxCheckShaderLocation()
/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoGfxShader.h146 OSReport("Warning: Could not find the correct location.\n"); in DEMOGfxCheckShaderLocation()
/CafeSDK-2.12.13-1/system/include/cafe/
Dos.h252 void OSReport ( const char* msg, ... );