Searched refs:castedHandle (Results 1 – 2 of 2) sorted by relevance
46 …const IDevice& device, const VkObjectType objectType, const uint64_t castedHandle, const string_vi… in DebugObjectNameVk() argument50 if (castedHandle && funcPtrs.vkSetDebugUtilsObjectNameEXT) { in DebugObjectNameVk()52 objectType, castedHandle, name.data() }; in DebugObjectNameVk()
37 …const IDevice& device, const VkObjectType objectType, const uint64_t castedHandle, const BASE_NS::…