Searched refs:CmdBeginDebugUtilsLabelEXT (Results 1 – 7 of 7) sorted by relevance
78 GET_INSTANCE_PROC(CmdBeginDebugUtilsLabelEXT); in LoadInstanceProcs()
74 PFN_vkCmdBeginDebugUtilsLabelEXT CmdBeginDebugUtilsLabelEXT = nullptr; member
844 device->fn.CmdBeginDebugUtilsLabelEXT(commands, &utilsLabel); in RecordCommands()1003 device->fn.CmdBeginDebugUtilsLabelEXT(commands, &utilsLabel); in RecordComputePass()1160 device->fn.CmdBeginDebugUtilsLabelEXT(commands, &utilsLabel); in RecordRenderPass()
404 PFN_vkCmdBeginDebugUtilsLabelEXT CmdBeginDebugUtilsLabelEXT; member
753 PFN_vkCmdBeginDebugUtilsLabelEXT CmdBeginDebugUtilsLabelEXT; member
252 LOOKUP_GIPA(CmdBeginDebugUtilsLabelEXT, false); in loader_icd_init_entries()813 …table->CmdBeginDebugUtilsLabelEXT = (PFN_vkCmdBeginDebugUtilsLabelEXT)gipa(inst, "vkCmdBeginDebugU… in loader_init_device_extension_dispatch_table()1862 … if (!strcmp(name, "CmdBeginDebugUtilsLabelEXT")) return (void *)table->CmdBeginDebugUtilsLabelEXT; in loader_lookup_device_dispatch_table()4736 VKAPI_ATTR void VKAPI_CALL CmdBeginDebugUtilsLabelEXT( in CmdBeginDebugUtilsLabelEXT() function4746 if (disp->CmdBeginDebugUtilsLabelEXT != NULL) { in CmdBeginDebugUtilsLabelEXT()4747 disp->CmdBeginDebugUtilsLabelEXT(commandBuffer, pLabelInfo); in CmdBeginDebugUtilsLabelEXT()4757 if (NULL != icd_term && NULL != icd_term->dispatch.CmdBeginDebugUtilsLabelEXT) { in terminator_CmdBeginDebugUtilsLabelEXT()4758 icd_term->dispatch.CmdBeginDebugUtilsLabelEXT(commandBuffer, pLabelInfo); in terminator_CmdBeginDebugUtilsLabelEXT()8705 ? (void *)CmdBeginDebugUtilsLabelEXT in extension_instance_gpa()
915 …table->CmdBeginDebugUtilsLabelEXT = (PFN_vkCmdBeginDebugUtilsLabelEXT) gpa(device, "vkCmdBeginDebu… in layer_init_device_dispatch_table()