Lines Matching defs:CmdInsertDebugUtilsLabelEXT
806 table->CmdInsertDebugUtilsLabelEXT = (PFN_vkCmdInsertDebugUtilsLabelEXT)gipa(inst, "vkCmdInsertDebugUtilsLabelEXT");
1518 dispatch->CmdInsertDebugUtilsLabelEXT = (PFN_vkCmdInsertDebugUtilsLabelEXT)gpda(dev->icd_device, "vkCmdInsertDebugUtilsLabelEXT");
2577 if (!strcmp(name, "CmdInsertDebugUtilsLabelEXT")) return (void *)table->CmdInsertDebugUtilsLabelEXT;
5951 VKAPI_ATTR void VKAPI_CALL CmdInsertDebugUtilsLabelEXT(
5961 if (disp->CmdInsertDebugUtilsLabelEXT != NULL) {
5962 disp->CmdInsertDebugUtilsLabelEXT(commandBuffer, pLabelInfo);
5975 if (NULL != dispatch_table->extension_terminator_dispatch.CmdInsertDebugUtilsLabelEXT)
5976 dispatch_table->extension_terminator_dispatch.CmdInsertDebugUtilsLabelEXT(commandBuffer, pLabelInfo);
10727 ? (void *)CmdInsertDebugUtilsLabelEXT
12043 if (!strcmp(name, "CmdInsertDebugUtilsLabelEXT")) {