/third_party/lame/Dll/ |
H A D | BladeMP3EncDLL.c | 52 static void DebugPrintf( const char* pzFormat, ... ); 57 static void DebugPrintf(const char* pzFormat, ...) in DebugPrintf() function 347 DebugPrintf("Invalid lameConfig.format.LHV1.nMode, value is %d\n",lameConfig.format.LHV1.nMode); in __declspec() 936 DebugPrintf("\n\nLame_enc configuration options:\n"); in dump_config() 937 DebugPrintf("==========================================================\n"); in dump_config() 939 DebugPrintf("version =%d\n",lame_get_version( gfp ) ); in dump_config() 940 DebugPrintf("Layer =3\n"); in dump_config() 941 DebugPrintf("mode ="); in dump_config() 944 case STEREO: DebugPrintf( "Stereo\n" ); break; in dump_config() 945 case JOINT_STEREO: DebugPrintf( "Join in dump_config() [all...] |
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | Resource.cpp | 201 DebugPrintf("%s(%dx%dx%d hResource=%p)\n", in CreateResource() 207 DebugPrintf(" ResourceDimension = %u\n", in CreateResource() 209 DebugPrintf(" Usage = %u\n", in CreateResource() 211 DebugPrintf(" BindFlags = 0x%x\n", in CreateResource() 213 DebugPrintf(" MapFlags = 0x%x\n", in CreateResource() 215 DebugPrintf(" MiscFlags = 0x%x\n", in CreateResource() 217 DebugPrintf(" Format = %s\n", in CreateResource() 219 DebugPrintf(" SampleDesc.Count = %u\n", pCreateResource->SampleDesc.Count); in CreateResource() 220 DebugPrintf(" SampleDesc.Quality = %u\n", pCreateResource->SampleDesc.Quality); in CreateResource() 221 DebugPrintf(" MipLevel in CreateResource() [all...] |
H A D | DxgiFns.cpp | 69 DebugPrintf(" hWindow = 0x%08lx\n", pPresentInfo->hWindow); in _Present() 71 DebugPrintf(" SrcRect.left = %li\n", pPresentInfo->SrcRect.left); in _Present() 72 DebugPrintf(" SrcRect.top = %li\n", pPresentInfo->SrcRect.top); in _Present() 73 DebugPrintf(" SrcRect.right = %li\n", pPresentInfo->SrcRect.right); in _Present() 74 DebugPrintf(" SrcRect.bottom = %li\n", pPresentInfo->SrcRect.bottom); in _Present() 77 DebugPrintf(" DstRect.left = %li\n", pPresentInfo->DstRect.left); in _Present() 78 DebugPrintf(" DstRect.top = %li\n", pPresentInfo->DstRect.top); in _Present() 79 DebugPrintf(" DstRect.right = %li\n", pPresentInfo->DstRect.right); in _Present() 80 DebugPrintf(" DstRect.bottom = %li\n", pPresentInfo->DstRect.bottom); in _Present() 86 DebugPrintf("Invali in _Present() [all...] |
H A D | Debug.h | 31 DebugPrintf(const char *format, ...); 58 #define LOG_ENTRYPOINT() DebugPrintf("%s\n", __FUNCTION__) 63 #define LOG_UNSUPPORTED_ENTRYPOINT() DebugPrintf("%s XXX\n", __FUNCTION__) 66 do { if (expr) DebugPrintf("%s:%d XXX %s\n", __FUNCTION__, __LINE__, #expr); } while(0)
|
H A D | Debug.cpp | 27 DebugPrintf(const char *format, ...) in DebugPrintf() function 60 DebugPrintf("%s: %u: 0x%08lX: %s", function, line, hr, lpMessageBuffer); in CheckHResult() 73 DebugPrintf("%s:%u:%s: Assertion `%s' failed.\n", file, line, function, expr); in AssertFail()
|
H A D | Device.cpp | 102 DebugPrintf("hAdapter = %p\n", hAdapter); in CreateDevice() 103 DebugPrintf("pKTCallbacks = %p\n", pCreateData->pKTCallbacks); in CreateDevice() 104 DebugPrintf("p10_1DeviceFuncs = %p\n", pCreateData->p10_1DeviceFuncs); in CreateDevice() 105 DebugPrintf("hDrvDevice = %p\n", pCreateData->hDrvDevice); in CreateDevice() 106 DebugPrintf("DXGIBaseDDI = %p\n", pCreateData->DXGIBaseDDI); in CreateDevice() 107 DebugPrintf("hRTCoreLayer = %p\n", pCreateData->hRTCoreLayer); in CreateDevice() 108 DebugPrintf("pUMCallbacks = %p\n", pCreateData->pUMCallbacks); in CreateDevice() 122 DebugPrintf("%s: unsupported interface version 0x%08x\n", in CreateDevice() 154 DebugPrintf("pDevice = %p\n", pDevice); in CreateDevice()
|
H A D | Adapter.cpp | 135 DebugPrintf("%s: unsupported interface version 0x%08x\n", in OpenAdapter10()
|
H A D | D3DKMT.cpp | 282 DebugPrintf("%s: unsupported UMD version (%u)\n", in D3DKMTQueryAdapterInfo() 336 DebugPrintf("%s: unsupported query type (Type=%u, PrivateDriverDataSize=%u)\n", in D3DKMTQueryAdapterInfo()
|
H A D | InputAssembly.cpp | 315 DebugPrintf("%s: gap\n", __FUNCTION__); in CreateElementLayout()
|
H A D | Format.cpp | 272 DebugPrintf("%s: unsupported format %s\n", in FormatTranslate()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | inst_debug_printf_test.cpp | 57 %1 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F() 59 ; CHECK-NOT: %1 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F()
|
H A D | eliminate_dead_functions_test.cpp | 458 %33 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | inst_debug_printf_test.cpp | 57 %1 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F() 59 ; CHECK-NOT: %1 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F()
|
H A D | eliminate_dead_functions_test.cpp | 458 %33 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F()
|
/third_party/spirv-tools/test/opt/ |
H A D | inst_debug_printf_test.cpp | 71 %1 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F() 73 ; CHECK-NOT: %1 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F()
|
H A D | eliminate_dead_functions_test.cpp | 458 %33 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F()
|
H A D | aggressive_dead_code_elim_test.cpp | 7863 ; CHECK: OpExtInstImport "NonSemantic.DebugPrintf" 7866 %1 = OpExtInstImport "NonSemantic.DebugPrintf"
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMJIT.cpp | 462 functions.try_emplace("rr::DebugPrintf", reinterpret_cast<void *>(rr::DebugPrintf));
|
H A D | Reactor.cpp | 4636 int DebugPrintf(const char *format, ...)
|
H A D | Reactor.hpp | 52 int DebugPrintf(const char *format, ...);
|
H A D | SubzeroReactor.cpp | 876 sz::Call(::function, ::basicBlock, Ice::IceType_i32, reinterpret_cast<const void *>(rr::DebugPrintf), V(vals), true);
|