Searched refs:count_info (Results 1 – 1 of 1) sorted by relevance
302 VkDispatchGraphCountInfoAMDX *count_info = cmd->u.dispatch_graph_amdx.count_info; in dispatch_graph_amdx_free() local303 void *infos = (void *)count_info->infos.hostAddress; in dispatch_graph_amdx_free()305 for (uint32_t i = 0; i < count_info->count; i++) { in dispatch_graph_amdx_free()306 VkDispatchGraphInfoAMDX *info = (void *)((const uint8_t *)infos + i * count_info->stride); in dispatch_graph_amdx_free()337 cmd->u.dispatch_graph_amdx.count_info = in vk_cmd_enqueue_CmdDispatchGraphAMDX()339 if (cmd->u.dispatch_graph_amdx.count_info == NULL) in vk_cmd_enqueue_CmdDispatchGraphAMDX()342 memcpy((void *)cmd->u.dispatch_graph_amdx.count_info, pCountInfo, in vk_cmd_enqueue_CmdDispatchGraphAMDX()347 cmd->u.dispatch_graph_amdx.count_info->infos.hostAddress = infos; in vk_cmd_enqueue_CmdDispatchGraphAMDX()