Searched refs:pLabelName (Results 1 – 10 of 10) sorted by relevance
195 current_label->pLabelName = in vk_common_append_debug_label()196 vk_strdup(&device->alloc, current_label->pLabelName, in vk_common_append_debug_label()209 vk_free(&device->alloc, (void *)previous_label.pLabelName); in vk_common_pop_debug_label()
207 .pLabelName = "Brick House",219 .pLabelName = NULL,224 housePartLabel.pLabelName = "Walls";231 housePartLabel.pLabelName = "Windows";239 housePartLabel.pLabelName = "Front Door";244 housePartLabel.pLabelName = "Roof";261 .pLabelName = "Main Render Work",
81 .pLabelName = labelBuffer, in cmdBeginDebugLabel()
251 * pname:pLabelName is a pointer to a null-terminated UTF-8 string
7679 to->pLabelName = nullptr; in deepcopy_VkDebugUtilsLabelEXT()7680 if (from->pLabelName) { in deepcopy_VkDebugUtilsLabelEXT()7681 to->pLabelName = alloc->strDup(from->pLabelName); in deepcopy_VkDebugUtilsLabelEXT()
15528 vkStream->putString(forMarshaling->pLabelName); in marshal_VkDebugUtilsLabelEXT()15552 vkStream->loadStringInPlace((char**)&forUnmarshaling->pLabelName); in unmarshal_VkDebugUtilsLabelEXT()
12002 vkStream->loadStringInPlaceWithStreamPtr((char**)&forUnmarshaling->pLabelName, ptr); in reservedunmarshal_VkDebugUtilsLabelEXT()
1267 for ( const char* p = debugUtilsLabelEXT.pLabelName; *p != '\0'; ++p ) in operator ()()
2620 for ( const char* p = debugUtilsLabelEXT.pLabelName; *p != '\0'; ++p ) in operator ()()
11908 const char* pLabelName; member