Home
last modified time | relevance | path

Searched refs:DebugPrintf (Results 1 – 25 of 31) sorted by relevance

12

/external/angle/third_party/glslang/src/Test/baseResults/
Dspv.debugPrintf.frag.out9 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
Dhlsl.printf.comp.out135 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
/external/deqp-deps/glslang/Test/baseResults/
Dspv.debugPrintf.frag.out9 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
Dhlsl.printf.comp.out135 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
/external/angle/third_party/spirv-tools/src/test/diff/diff_files/
Dstring_in_ext_inst_autogen.cpp30 %12 = OpExtInstImport "NonSemantic.DebugPrintf"
55 %12 = OpExtInstImport "NonSemantic.DebugPrintf"
89 %12 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST()
122 %12 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST()
146 %12 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST()
176 %12 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST()
Dstring_in_ext_inst_dst.spvasm4 %12 = OpExtInstImport "NonSemantic.DebugPrintf"
Dstring_in_ext_inst_src.spvasm5 %12 = OpExtInstImport "NonSemantic.DebugPrintf"
/external/mesa3d/src/gallium/frontends/d3d10umd/
DResource.cpp204 DebugPrintf("%s(%dx%dx%d hResource=%p)\n", in CreateResource()
210 DebugPrintf(" ResourceDimension = %u\n", in CreateResource()
212 DebugPrintf(" Usage = %u\n", in CreateResource()
214 DebugPrintf(" BindFlags = 0x%x\n", in CreateResource()
216 DebugPrintf(" MapFlags = 0x%x\n", in CreateResource()
218 DebugPrintf(" MiscFlags = 0x%x\n", in CreateResource()
220 DebugPrintf(" Format = %s\n", in CreateResource()
222 DebugPrintf(" SampleDesc.Count = %u\n", pCreateResource->SampleDesc.Count); in CreateResource()
223 DebugPrintf(" SampleDesc.Quality = %u\n", pCreateResource->SampleDesc.Quality); in CreateResource()
224 DebugPrintf(" MipLevels = %u\n", pCreateResource->MipLevels); in CreateResource()
[all …]
DDebug.h31 DebugPrintf(const char *format, ...);
58 #define LOG_ENTRYPOINT() DebugPrintf("%s\n", __func__)
63 #define LOG_UNSUPPORTED_ENTRYPOINT() DebugPrintf("%s XXX\n", __func__)
66 do { if (expr) DebugPrintf("%s:%d XXX %s\n", __func__, __LINE__, #expr); } while(0)
DDebug.cpp27 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()
DDevice.cpp102 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()
155 DebugPrintf("pDevice = %p\n", pDevice); in CreateDevice()
DAdapter.cpp135 DebugPrintf("%s: unsupported interface version 0x%08x\n", in OpenAdapter10()
DD3DKMT.cpp282 DebugPrintf("%s: unsupported UMD version (%u)\n", in D3DKMTQueryAdapterInfo()
336 DebugPrintf("%s: unsupported query type (Type=%u, PrivateDriverDataSize=%u)\n", in D3DKMTQueryAdapterInfo()
DInputAssembly.cpp309 DebugPrintf("%s: gap\n", __func__); in CreateElementLayout()
DFormat.cpp272 DebugPrintf("%s: unsupported format %s\n", in FormatTranslate()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinst_debug_printf_test.cpp71 %1 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F()
73 ; CHECK-NOT: %1 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F()
Deliminate_dead_functions_test.cpp458 %33 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F()
Daggressive_dead_code_elim_test.cpp7863 ; CHECK: OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F()
7866 %1 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F()
/external/angle/third_party/spirv-tools/src/test/opt/
Deliminate_dead_functions_test.cpp458 %33 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F()
Daggressive_dead_code_elim_test.cpp7866 ; CHECK: OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F()
7869 %1 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/opt/
Deliminate_dead_functions_test.cpp458 %33 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F()
Daggressive_dead_code_elim_test.cpp7863 ; CHECK: OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F()
7866 %1 = OpExtInstImport "NonSemantic.DebugPrintf" in TEST_F()
/external/rust/android-crates-io/crates/vulkano/src/instance/
Ddebug.rs453 DebugPrintf = DEBUG_PRINTF,
Dmod.rs435 !(enabled_validation_features.contains(&ValidationFeatureEnable::DebugPrintf) in with_debug_utils_messengers()
/external/swiftshader/src/Reactor/
DLLVMJIT.cpp534 functions.try_emplace("rr::DebugPrintf", reinterpret_cast<void *>(rr::DebugPrintf)); in Resolver()

12