Home
last modified time | relevance | path

Searched refs:PLUGIN_LOG_D (Results 1 - 17 of 17) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dcreate_functions_vk.cpp50 PLUGIN_LOG_D("vkEnumerateInstanceVersion error: %i", result); in GetInstanceApiVersion()
54 PLUGIN_LOG_D("enumerated api version for instance creation %u.%u", VK_VERSION_MAJOR(apiVersion), in GetInstanceApiVersion()
61 PLUGIN_LOG_D("api version: %u.%u.%u", SPLIT_VK_VERSION(physicalDeviceProperties.apiVersion)); in LogPhysicalDeviceProperties()
62 PLUGIN_LOG_D("driver version: %u.%u.%u", SPLIT_VK_VERSION(physicalDeviceProperties.driverVersion)); in LogPhysicalDeviceProperties()
63 PLUGIN_LOG_D("vendor id: %x", physicalDeviceProperties.vendorID); in LogPhysicalDeviceProperties()
64 PLUGIN_LOG_D("device id: %x", physicalDeviceProperties.deviceID); in LogPhysicalDeviceProperties()
65 PLUGIN_LOG_D("device name: %s", physicalDeviceProperties.deviceName); in LogPhysicalDeviceProperties()
66 PLUGIN_LOG_D("device type: %d", physicalDeviceProperties.deviceType); in LogPhysicalDeviceProperties()
67 PLUGIN_LOG_D("timestampPeriod: %f", physicalDeviceProperties.limits.timestampPeriod); in LogPhysicalDeviceProperties()
73 PLUGIN_LOG_D("queu in LogQueueFamilyProperties()
[all...]
H A Dswapchain_vk.cpp56 PLUGIN_LOG_D( in GetValidDepthFormat()
123 PLUGIN_LOG_D("swapchainColorFormat: %u swapchainColorSpace %u", ci.format, ci.colorSpace); in GetColorInfo()
170 PLUGIN_LOG_D("swapchainPresentMode: %x", swapchainPresentMode); in GetPresentMode()
183 PLUGIN_LOG_D("swapchainExtent: %u x %u", extent.width, extent.height); in ClampSwapchainExtent()
288 PLUGIN_LOG_D("swapchainImageCount: %u", imageCount); in SwapchainVk()
297 PLUGIN_LOG_D("swapchain usage flags, selected: %u, desired: %u, capabilities: %u", imageUsageFlags, in SwapchainVk()
335 PLUGIN_LOG_D("swapchain realImageCount: %u", realImageCount); in SwapchainVk()
H A Dgpu_memory_allocator_vk.cpp249 PLUGIN_LOG_D( in CreateBuffer()
305 PLUGIN_LOG_D("Out of memory for image with custom memory pool (i.e. block size might be exceeded), falling " in CreateImage()
H A Ddevice_vk.cpp426 PLUGIN_LOG_D("%s", pMessage); in DebugReportCallback()
734 PLUGIN_LOG_D("device api version %u.%u", plat_.deviceApiMajor, plat_.deviceApiMinor); in CreatePhysicalDevice()
847 PLUGIN_LOG_D("trying to use application given vulkan instance, device, and physical device"); in CheckExternalConfig()
1173 PLUGIN_LOG_D("Device - WaitForIdle"); in WaitForIdle()
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dshader_state_loader.cpp51 PLUGIN_LOG_D("Error loading '%s'", uri_.c_str()); in Load()
61 PLUGIN_LOG_D("Error loading '%s'", uri_.c_str()); in Load()
H A Dshader_data_loader.cpp172 PLUGIN_LOG_D("Error loading '%s'", string(uri).c_str()); in Load()
182 PLUGIN_LOG_D("Error loading '%s'", string(uri).c_str()); in Load()
H A Drender_node_graph_loader.cpp147 PLUGIN_LOG_D("Error loading '%s'", string(uri).c_str()); in Load()
155 PLUGIN_LOG_D("Error loading '%s'", string(uri).c_str()); in Load()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_image_gles.cpp109 PLUGIN_LOG_D("gpu image id >: %u", plat.image); in GenerateImageStorage()
195 PLUGIN_LOG_D("gpu renderbuffer id >: %u", plat_.renderBuffer); in GpuImageGLES()
236 PLUGIN_LOG_D("gpu image id >: %u", plat_.image); in GpuImageGLES()
269 PLUGIN_LOG_D("gpu image id <: %u", plat_.image); in ~GpuImageGLES()
275 PLUGIN_LOG_D("gpu render buffer id <: %u", plat_.renderBuffer); in ~GpuImageGLES()
288 PLUGIN_LOG_D("gpu image id <: %u", plat_.image); in ~GpuImageGLES()
H A Degl_state.cpp191 PLUGIN_LOG_D("\t%-32s: %s", strings[attr].Name, value); in DumpEGLStrings()
193 PLUGIN_LOG_D("\t%-32s:", strings[attr].Name); in DumpEGLStrings()
483 PLUGIN_LOG_D("\t%-32s: %s", "EGL_EXTENSIONS (CLIENT)", cextensions_.c_str()); in HandleExtensions()
490 PLUGIN_LOG_D("\t%-32s: %s", "EGL_EXTENSIONS (DISPLAY)", dextensions_.c_str()); in HandleExtensions()
H A Dnode_context_pool_manager_gles.cpp421 PLUGIN_LOG_D("fbo id >: %u", fbo); in GenerateSubPassFBO()
512 PLUGIN_LOG_D("fbo id >: %u", rp.resolveFbo); in GenerateResolveFBO()
H A Ddevice_gles.cpp163 PLUGIN_LOG_D("---------------------opengl-callback-start------------\n"
1301 PLUGIN_LOG_D("Device - WaitForIdle");
1809 PLUGIN_LOG_D("fbo id <: %u", fbo);
H A Drender_backend_gles.cpp730 PLUGIN_LOG_D("fbo id >: %u", blitImageSourceFbo_); in RenderBackendGLES()
731 PLUGIN_LOG_D("fbo id >: %u", blitImageDestinationFbo_); in RenderBackendGLES()
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dlog.h45 #define PLUGIN_LOG_D(...) macro
64 #define PLUGIN_LOG_D(...) macro
76 #define PLUGIN_LOG_D(...) \ macro
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_manager.cpp150 PLUGIN_LOG_D("Named data store already exists (type: %s) (name: %s)", to_string(dataStoreTypeUid).data(), in Create()
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_context.cpp393 PLUGIN_LOG_D("Render init."); in Init()
518 PLUGIN_LOG_D("Registered core asset path: 'rofsRndr://render/'"); in RegisterDefaultPaths()
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.cpp492 PLUGIN_LOG_D("buffering count clamped to: %u", deviceConfiguration_.bufferingCount); in Device()
H A Dgpu_resource_manager.cpp1918 PLUGIN_LOG_D("GPU buffer count: %u", static_cast<uint32_t>(gpuBufferMgr_->GetValidResourceCount()));
1919 PLUGIN_LOG_D("GPU image count: %u", static_cast<uint32_t>(gpuImageMgr_->GetValidResourceCount()));
1920 PLUGIN_LOG_D("GPU sampler count: %u", static_cast<uint32_t>(gpuSamplerMgr_->GetValidResourceCount()));
1926 PLUGIN_LOG_D("WFIADGR thread id: %" PRIu64, (uint64_t)std::hash<std::thread::id> {}(std::this_thread::get_id()));
1964 PLUGIN_LOG_D("WFIADGR: d: %u r (type:%u)", dc, uint32_t(store.handleType));
1965 PLUGIN_LOG_D("WFIADGR: pa cl: %u (t:%u)", (uint32_t)pd.allocations.size() - dc, uint32_t(store.handleType));

Completed in 24 milliseconds