Home
last modified time | relevance | path

Searched refs:utilsLabel (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DCommandBufferVk.cpp805 VkDebugUtilsLabelEXT utilsLabel; in RecordCommands() local
806 utilsLabel.sType = VK_STRUCTURE_TYPE_DEBUG_UTILS_LABEL_EXT; in RecordCommands()
807 utilsLabel.pNext = nullptr; in RecordCommands()
808 utilsLabel.pLabelName = label; in RecordCommands()
810 utilsLabel.color[0] = 0.0; in RecordCommands()
811 utilsLabel.color[1] = 0.0; in RecordCommands()
812 utilsLabel.color[2] = 0.0; in RecordCommands()
813 utilsLabel.color[3] = 1.0; in RecordCommands()
814 device->fn.CmdInsertDebugUtilsLabelEXT(commands, &utilsLabel); in RecordCommands()
835 VkDebugUtilsLabelEXT utilsLabel; in RecordCommands() local
964 VkDebugUtilsLabelEXT utilsLabel; RecordComputePass() local
994 VkDebugUtilsLabelEXT utilsLabel; RecordComputePass() local
[all...]

Completed in 3 milliseconds