Home
last modified time | relevance | path

Searched refs:bo_list_idx (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_drm.c239 .bo_list_idx = idx, in tu_bo_init()
382 dev->bo_list[bo->bo_list_idx] = dev->bo_list[dev->bo_count]; in tu_bo_finish()
384 struct tu_bo* exchanging_bo = tu_device_lookup_bo(dev, dev->bo_list[bo->bo_list_idx].handle); in tu_bo_finish()
385 exchanging_bo->bo_list_idx = bo->bo_list_idx; in tu_bo_finish()
934 cmd->submit_idx = cs_entry->bo->bo_list_idx; in tu_fill_msm_gem_submit()
Dtu_drm.h56 uint32_t bo_list_idx; member