Lines Matching defs:cmds
40 struct drm_msm_gem_submit_cmd *cmds;
857 new_submit->cmds = vk_zalloc(&queue->device->vk.alloc,
858 entry_count * sizeof(*new_submit->cmds), 8,
861 if (new_submit->cmds == NULL) {
913 vk_free(&queue->device->vk.alloc, new_submit->cmds);
921 vk_free(&queue->device->vk.alloc, submit->cmds);
948 struct drm_msm_gem_submit_cmd *cmds = submit->cmds;
960 tu_fill_msm_gem_submit(dev, &cmds[entry_idx], perf_cs_entry);
965 tu_fill_msm_gem_submit(dev, &cmds[entry_idx], &cs->entries[i]);
972 tu_fill_msm_gem_submit(dev, &cmds[entry_idx], &ts_cs->entries[0]);
980 tu_fill_msm_gem_submit(dev, &cmds[entry_idx], &autotune_cs->entries[0]);
1012 * time when bo_mutex is not locked. So we build submit cmds here the real
1022 .cmds = (uint64_t)(uintptr_t)submit->cmds,