/third_party/glslang/Test/baseResults/ |
D | spv.debugPrintf.frag.out | 9 11: ExtInstImport "NonSemantic.DebugPrintf" 27 12: 2 ExtInst 11(NonSemantic.DebugPrintf) 1(DebugPrintf) 6 8 9 10 28 14: 2 ExtInst 11(NonSemantic.DebugPrintf) 1(DebugPrintf) 13 29 16: 2 ExtInst 11(NonSemantic.DebugPrintf) 1(DebugPrintf) 15
|
D | hlsl.printf.comp.out | 135 9: ExtInstImport "NonSemantic.DebugPrintf" 172 10: 2 ExtInst 9(NonSemantic.DebugPrintf) 1(DebugPrintf) 8 173 12: 2 ExtInst 9(NonSemantic.DebugPrintf) 1(DebugPrintf) 11 174 19: 2 ExtInst 9(NonSemantic.DebugPrintf) 1(DebugPrintf) 13 15 16 18 175 25: 2 ExtInst 9(NonSemantic.DebugPrintf) 1(DebugPrintf) 20 22 23 24 176 … 34: 2 ExtInst 9(NonSemantic.DebugPrintf) 1(DebugPrintf) 26 22 23 24 27 28 29 30 31 32 33
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
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(" MipLevels = %u\n", pCreateResource->MipLevels); in CreateResource() [all …]
|
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("Invalid window.\n"); in _Present()
|
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)
|
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()
|
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()
|
D | Adapter.cpp | 135 DebugPrintf("%s: unsupported interface version 0x%08x\n", in OpenAdapter10()
|
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()
|
D | InputAssembly.cpp | 315 DebugPrintf("%s: gap\n", __FUNCTION__); in CreateElementLayout()
|
D | Format.cpp | 272 DebugPrintf("%s: unsupported format %s\n", in FormatTranslate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | inst_debug_printf_test.cpp | 57 %1 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F() 59 ; CHECK-NOT: %1 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F()
|
D | eliminate_dead_functions_test.cpp | 458 %33 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | inst_debug_printf_test.cpp | 57 %1 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F() 59 ; CHECK-NOT: %1 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F()
|
D | eliminate_dead_functions_test.cpp | 458 %33 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F()
|
/third_party/spirv-tools/test/opt/ |
D | inst_debug_printf_test.cpp | 71 %1 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F() 73 ; CHECK-NOT: %1 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F()
|
D | eliminate_dead_functions_test.cpp | 458 %33 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMJIT.cpp | 462 functions.try_emplace("rr::DebugPrintf", reinterpret_cast<void *>(rr::DebugPrintf)); in Resolver()
|
D | Reactor.hpp | 52 int DebugPrintf(const char *format, ...);
|
D | Reactor.cpp | 4636 int DebugPrintf(const char *format, ...) in DebugPrintf() function
|
D | SubzeroReactor.cpp | 876 …on, ::basicBlock, Ice::IceType_i32, reinterpret_cast<const void *>(rr::DebugPrintf), V(vals), true… in VPrintf()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/ |
D | CHANGES | 50 - Fix crash when optimizing shaders with DebugPrintf (#4280)
|
/third_party/skia/third_party/externals/spirv-tools/ |
D | CHANGES | 50 - Fix crash when optimizing shaders with DebugPrintf (#4280)
|
/third_party/spirv-tools/ |
D | CHANGES | 158 - Fix crash when optimizing shaders with DebugPrintf (#4280)
|