Searched refs:funcPtrs (Results 1 – 1 of 1) sorted by relevance
49 const auto& funcPtrs = (static_cast<const DeviceVk&>(device)).GetDebugFunctionUtilities(); in DebugObjectNameVk() local50 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 …]