Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imagination/vulkan/
Dpvr_device.c1347 &device->idfwdf_state.store_bo); in pvr_device_init_compute_idfwdf_state()
1389 .addr = device->idfwdf_state.store_bo->vma->dev_addr, in pvr_device_init_compute_idfwdf_state()
1407 dword_ptr[0] = HIGH_32(device->idfwdf_state.store_bo->vma->dev_addr.addr); in pvr_device_init_compute_idfwdf_state()
1408 dword_ptr[1] = LOW_32(device->idfwdf_state.store_bo->vma->dev_addr.addr); in pvr_device_init_compute_idfwdf_state()
1449 pvr_bo_free(device, device->idfwdf_state.store_bo); in pvr_device_init_compute_idfwdf_state()
1462 pvr_bo_free(device, device->idfwdf_state.store_bo); in pvr_device_finish_compute_idfwdf_state()
Dpvr_private.h288 struct pvr_bo *store_bo; member