Home
last modified time | relevance | path

Searched refs:PLUGIN_LOG_I (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp48 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 Drender_context.cpp88 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 Drender_data_store_pod.cpp60 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 Drender_data_store_post_process.cpp183 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 Dswapchain_vk.cpp159 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 Ddevice_vk.cpp405 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 Dlog.h46 #define PLUGIN_LOG_I(...) macro
94 #define PLUGIN_LOG_I(...) \ macro
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.cpp479 PLUGIN_LOG_I("RENDER_VALIDATION: Default swapchain depth buffer created."); in CreateDepthBuffer()
528PLUGIN_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 Dshader_manager.cpp347PLUGIN_LOG_I("invalid render handle (id: %" PRIu64 ", type: %u)", handle.id, static_cast<uint32_t>… in Get()
1230PLUGIN_LOG_I("ShaderManager: re-creating vertex input declaration (name %s)", createInfo.path.data… in CreateVertexInputDeclaration()
1484PLUGIN_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 Dgpu_resource_manager.cpp440 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 Drender_data_loader.cpp87 PLUGIN_LOG_I("recursive renderer configuration directories not supported"); in RecurseDirectory()
H A Dshader_loader.cpp471 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 Degl_state.cpp542PLUGIN_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 Ddevice_gles.cpp1075 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 Dswapchain_gles.cpp287PLUGIN_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 Drender_node_post_process_util.cpp275PLUGIN_LOG_I("RENDER_VALIDATION: post process temporary images re-created (size:%ux%u)", outputSiz… in PreExecute()
291PLUGIN_LOG_I("RENDER_VALIDATION: post process temporary mip image re-created (size:%ux%u)", output… in PreExecute()