Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_debug_utils.c195 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()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_debug_utils.adoc207 .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",
/hardware/google/gfxstream/host/vulkan/
DDebugUtilsHelper.cpp81 .pLabelName = labelBuffer, in cmdBeginDebugLabel()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
DVK_EXT_debug_utils.adoc251 * pname:pLabelName is a pointer to a null-terminated UTF-8 string
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp7679 to->pLabelName = nullptr; in deepcopy_VkDebugUtilsLabelEXT()
7680 if (from->pLabelName) { in deepcopy_VkDebugUtilsLabelEXT()
7681 to->pLabelName = alloc->strDup(from->pLabelName); in deepcopy_VkDebugUtilsLabelEXT()
Dgoldfish_vk_marshaling.cpp15528 vkStream->putString(forMarshaling->pLabelName); in marshal_VkDebugUtilsLabelEXT()
15552 vkStream->loadStringInPlace((char**)&forUnmarshaling->pLabelName); in unmarshal_VkDebugUtilsLabelEXT()
Dgoldfish_vk_reserved_marshaling.cpp12002 vkStream->loadStringInPlaceWithStreamPtr((char**)&forUnmarshaling->pLabelName, ptr); in reservedunmarshal_VkDebugUtilsLabelEXT()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1267 for ( const char* p = debugUtilsLabelEXT.pLabelName; *p != '\0'; ++p ) in operator ()()
Dvulkan_hash.hpp2620 for ( const char* p = debugUtilsLabelEXT.pLabelName; *p != '\0'; ++p ) in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h11908 const char* pLabelName; member