Searched refs:CmdDecodeVideoKHR (Results 1 – 3 of 3) sorted by relevance
534 PFN_vkCmdDecodeVideoKHR CmdDecodeVideoKHR; member
675 table->CmdDecodeVideoKHR = (PFN_vkCmdDecodeVideoKHR) gpa(device, "vkCmdDecodeVideoKHR"); in layer_init_device_dispatch_table()676 …if (table->CmdDecodeVideoKHR == nullptr) { table->CmdDecodeVideoKHR = (PFN_vkCmdDecodeVideoKHR)Stu… in layer_init_device_dispatch_table()
594 table->CmdDecodeVideoKHR = (PFN_vkCmdDecodeVideoKHR)gdpa(dev, "vkCmdDecodeVideoKHR"); in loader_init_device_extension_dispatch_table()1643 if (!strcmp(name, "CmdDecodeVideoKHR")) return (void *)table->CmdDecodeVideoKHR; in loader_lookup_device_dispatch_table()2686 VKAPI_ATTR void VKAPI_CALL CmdDecodeVideoKHR( in CmdDecodeVideoKHR() function2696 disp->CmdDecodeVideoKHR(commandBuffer, pDecodeInfo); in CmdDecodeVideoKHR()8003 *addr = (void *)CmdDecodeVideoKHR; in extension_instance_gpa()