Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_resource_util_vk.cpp49 const auto& funcPtrs = (static_cast<const DeviceVk&>(device)).GetDebugFunctionUtilities(); in DebugObjectNameVk() local
50 if (castedHandle && funcPtrs.vkSetDebugUtilsObjectNameEXT) { in DebugObjectNameVk()
53 funcPtrs.vkSetDebugUtilsObjectNameEXT(devicePlat.device, &info); in DebugObjectNameVk()
61 if (funcPtrs.vkSetDebugUtilsObjectNameEXT) { in DebugBufferNameVk()
66 funcPtrs.vkSetDebugUtilsObjectNameEXT(devicePlat.device, &info); in DebugBufferNameVk()
75 if (funcPtrs.vkSetDebugUtilsObjectNameEXT) { in DebugImageNameVk()
80 funcPtrs.vkSetDebugUtilsObjectNameEXT(devicePlat.device, &img); in DebugImageNameVk()
85 funcPtrs.vkSetDebugUtilsObjectNameEXT(devicePlat.device, &view); in DebugImageNameVk()
90 funcPtrs.vkSetDebugUtilsObjectNameEXT(devicePlat.device, &viewBase); in DebugImageNameVk()
99 if (funcPtrs.vkSetDebugUtilsObjectNameEXT) { in DebugSamplerNameVk()
[all …]