Searched refs:store_bo (Results 1 – 2 of 2) sorted by relevance
1347 &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()
288 struct pvr_bo *store_bo; member