/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/ |
H A D | render_graph.cpp | 48 PLUGIN_LOG_I("rc: BarrierPoint"); in DebugPrintCommandListCommand() 52 PLUGIN_LOG_I("rc: Draw"); in DebugPrintCommandListCommand() 56 PLUGIN_LOG_I("rc: DrawIndirect"); in DebugPrintCommandListCommand() 60 PLUGIN_LOG_I("rc: Dispatch"); in DebugPrintCommandListCommand() 68 PLUGIN_LOG_I("rc: BindPipeline"); in DebugPrintCommandListCommand() 72 PLUGIN_LOG_I("rc: BeginRenderPass"); in DebugPrintCommandListCommand() 86 PLUGIN_LOG_I("rc: NextSubpass"); in DebugPrintCommandListCommand() 90 PLUGIN_LOG_I("rc: EndRenderPass"); in DebugPrintCommandListCommand() 102 PLUGIN_LOG_I("rc: CopyBuffer"); in DebugPrintCommandListCommand() 114 PLUGIN_LOG_I("rc: PushConstant"); in DebugPrintCommandListCommand() [all …]
|
H A D | render_context.cpp | 88 PLUGIN_LOG_I("RENDER_VALIDATION_ENABLED=" RENDER_TO_STRING(RENDER_VALIDATION_ENABLED)); in LogRenderBuildInfo() 89 PLUGIN_LOG_I("RENDER_DEV_ENABLED=" RENDER_TO_STRING(RENDER_DEV_ENABLED)); in LogRenderBuildInfo()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_pod.cpp | 60 PLUGIN_LOG_I("updating already created pod: %s", name.data()); in CreatePod() 91 PLUGIN_LOG_I("pod not found: %s", name.data()); in DestroyPod() 142 PLUGIN_LOG_I("render data store pod type (%s), not found", tpName.data()); in GetPodNames()
|
H A D | render_data_store_post_process.cpp | 183 PLUGIN_LOG_I("Render data store post process with name (%s) already created.", name.data()); in Create() 238 PLUGIN_LOG_I("Post process not found: %s", name.data()); in Destroy()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | swapchain_vk.cpp | 159 PLUGIN_LOG_I("Available swapchain present modes:"); in GetPresentMode() 162 PLUGIN_LOG_I(" %s", presentModeStrings[presentMode].data()); in GetPresentMode() 165 PLUGIN_LOG_I("Selected swapchain present modes:"); in GetPresentMode() 167 PLUGIN_LOG_I(" %s", presentModeStrings[swapchainPresentMode].data()); in GetPresentMode()
|
H A D | device_vk.cpp | 405 PLUGIN_LOG_I("%s: %s", pCallbackData->pMessageIdName, pCallbackData->pMessage); in DebugMessengerCallback() 424 PLUGIN_LOG_I("%s", pMessage); in DebugReportCallback() 656 PLUGIN_LOG_I("gpu queue count: %u", gpuQueueCount_); in DeviceVk() 843 PLUGIN_LOG_I("trying to enable gpu multi-queue, with queue count: %u", in CheckExternalConfig()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | log.h | 46 #define PLUGIN_LOG_I(...) macro 94 #define PLUGIN_LOG_I(...) \ macro
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | device.cpp | 479 PLUGIN_LOG_I("RENDER_VALIDATION: Default swapchain depth buffer created."); in CreateDepthBuffer() 528 … PLUGIN_LOG_I("RENDER_VALIDATION: Replacing old swapchain handle %" PRIx64, printHandle.id); in CreateSwapchainImpl() 866 PLUGIN_LOG_I("RENDER_VALIDATION: input format (%u) fallback format (%u)", in GetFormatOrFallback()
|
H A D | shader_manager.cpp | 347 …PLUGIN_LOG_I("invalid render handle (id: %" PRIu64 ", type: %u)", handle.id, static_cast<uint32_t>… in Get() 1230 …PLUGIN_LOG_I("ShaderManager: re-creating vertex input declaration (name %s)", createInfo.path.data… in CreateVertexInputDeclaration() 1484 … PLUGIN_LOG_I("ShaderManager: re-creating pipeline layout (name %s)", createInfo.path.data()); in CreatePipelineLayout() 1570 PLUGIN_LOG_I("ShaderManager: re-creating shader module %s", path.data()); in CreateShaderModule()
|
H A D | gpu_resource_manager.cpp | 440 PLUGIN_LOG_I( in Get() 1289 PLUGIN_LOG_I("invalid gpu resource handle : %" PRIu64, handle.id); in Destroy()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | render_data_loader.cpp | 87 PLUGIN_LOG_I("recursive renderer configuration directories not supported"); in RecurseDirectory()
|
H A D | shader_loader.cpp | 471 PLUGIN_LOG_I("recursive vertex input declarations directories not supported"); in LoadShaderStates() 510 PLUGIN_LOG_I("recursive vertex input declarations directories not supported"); in LoadVids() 536 PLUGIN_LOG_I("recursive pipeline layout directories not supported"); in LoadPipelineLayouts()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | egl_state.cpp | 542 …PLUGIN_LOG_I("Samples:%d Alpha:%d Depth:%d Stencil:%d", backendConfig->MSAASamples, backendConfig-… in ChooseConfiguration() 549 PLUGIN_LOG_I("eglChooseConfig returned:"); in ChooseConfiguration() 710 PLUGIN_LOG_I("EGL %d.%d Initialized", major, minor); in CreateContext() 740 PLUGIN_LOG_I("Using application context in DeviceGLES"); in CreateContext()
|
H A D | device_gles.cpp | 1075 PLUGIN_LOG_I("GL_VENDOR: %s", glGetString(GL_VENDOR)); in DeviceGLES() 1076 PLUGIN_LOG_I("GL_RENDERER: %s", glGetString(GL_RENDERER)); in DeviceGLES() 1077 PLUGIN_LOG_I("GL_VERSION: %s", glGetString(GL_VERSION)); in DeviceGLES() 1078 PLUGIN_LOG_I("GL_SHADING_LANGUAGE_VERSION: %s", glGetString(GL_SHADING_LANGUAGE_VERSION)); in DeviceGLES() 1745 PLUGIN_LOG_I("using fallback for format %u", format); in GetGlImageFormat() 1748 PLUGIN_LOG_I("asking for unsupported format %u", format); in GetGlImageFormat()
|
H A D | swapchain_gles.cpp | 287 …PLUGIN_LOG_I("Input surface for swapchain is [%x] %dx%d R:%d G:%d B:%d A:%d D:%d S:%d samples:%d s… in SwapchainGLES()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_post_process_util.cpp | 275 …PLUGIN_LOG_I("RENDER_VALIDATION: post process temporary images re-created (size:%ux%u)", outputSiz… in PreExecute() 291 …PLUGIN_LOG_I("RENDER_VALIDATION: post process temporary mip image re-created (size:%ux%u)", output… in PreExecute()
|