Lines Matching defs:CmdBeginDebugUtilsLabelEXT
804 table->CmdBeginDebugUtilsLabelEXT = (PFN_vkCmdBeginDebugUtilsLabelEXT)gipa(inst, "vkCmdBeginDebugUtilsLabelEXT");
1514 dispatch->CmdBeginDebugUtilsLabelEXT = (PFN_vkCmdBeginDebugUtilsLabelEXT)gpda(dev->icd_device, "vkCmdBeginDebugUtilsLabelEXT");
2575 if (!strcmp(name, "CmdBeginDebugUtilsLabelEXT")) return (void *)table->CmdBeginDebugUtilsLabelEXT;
5897 VKAPI_ATTR void VKAPI_CALL CmdBeginDebugUtilsLabelEXT(
5907 if (disp->CmdBeginDebugUtilsLabelEXT != NULL) {
5908 disp->CmdBeginDebugUtilsLabelEXT(commandBuffer, pLabelInfo);
5921 if (NULL != dispatch_table->extension_terminator_dispatch.CmdBeginDebugUtilsLabelEXT)
5922 dispatch_table->extension_terminator_dispatch.CmdBeginDebugUtilsLabelEXT(commandBuffer, pLabelInfo);
10715 ? (void *)CmdBeginDebugUtilsLabelEXT
12033 if (!strcmp(name, "CmdBeginDebugUtilsLabelEXT")) {