Searched refs:CmdExecuteGeneratedCommandsNV (Results 1 – 4 of 4) sorted by relevance
869 PFN_vkCmdExecuteGeneratedCommandsNV CmdExecuteGeneratedCommandsNV; member
1054 …table->CmdExecuteGeneratedCommandsNV = (PFN_vkCmdExecuteGeneratedCommandsNV) gpa(device, "vkCmdExe… in layer_init_device_dispatch_table()1055 …if (table->CmdExecuteGeneratedCommandsNV == nullptr) { table->CmdExecuteGeneratedCommandsNV = (PFN… in layer_init_device_dispatch_table()
929 …table->CmdExecuteGeneratedCommandsNV = (PFN_vkCmdExecuteGeneratedCommandsNV)gdpa(dev, "vkCmdExecut… in loader_init_device_extension_dispatch_table()1978 …strcmp(name, "CmdExecuteGeneratedCommandsNV")) return (void *)table->CmdExecuteGeneratedCommandsNV; in loader_lookup_device_dispatch_table()5910 VKAPI_ATTR void VKAPI_CALL CmdExecuteGeneratedCommandsNV( in CmdExecuteGeneratedCommandsNV() function5921 disp->CmdExecuteGeneratedCommandsNV(commandBuffer, isPreprocessed, pGeneratedCommandsInfo); in CmdExecuteGeneratedCommandsNV()9056 *addr = (void *)CmdExecuteGeneratedCommandsNV; in extension_instance_gpa()
881 - radv: Implement CmdExecuteGeneratedCommandsNV.