Home
last modified time | relevance | path

Searched refs:CmdDecodeVideoKHR (Results 1 – 3 of 3) sorted by relevance

/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h534 PFN_vkCmdDecodeVideoKHR CmdDecodeVideoKHR; member
Dvk_dispatch_table_helper.h675 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()
Dvk_loader_extensions.c594 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() function
2696 disp->CmdDecodeVideoKHR(commandBuffer, pDecodeInfo); in CmdDecodeVideoKHR()
8003 *addr = (void *)CmdDecodeVideoKHR; in extension_instance_gpa()