Searched refs:idfwdf_state (Results 1 – 3 of 3) sorted by relevance
1329 device->idfwdf_state.usc_shareds = usc_shareds; in pvr_device_init_compute_idfwdf_state()1336 &device->idfwdf_state.usc); in pvr_device_init_compute_idfwdf_state()1347 &device->idfwdf_state.store_bo); in pvr_device_init_compute_idfwdf_state()1356 &device->idfwdf_state.shareds_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()1398 dword_ptr = (uint32_t *)device->idfwdf_state.shareds_bo->bo->map; 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()1428 pvr_bo_cpu_unmap(device, device->idfwdf_state.shareds_bo); in pvr_device_init_compute_idfwdf_state()1434 device->idfwdf_state.usc->vma->dev_addr, in pvr_device_init_compute_idfwdf_state()[all …]
1097 sub_cmd->num_shared_regs = MAX2(cmd_buffer->device->idfwdf_state.usc_shareds, in pvr_sub_cmd_compute_job_init()1342 program = &cmd_buffer->device->idfwdf_state.sw_compute_barrier_pds; in pvr_compute_generate_idfwdf()1344 program = &cmd_buffer->device->idfwdf_state.pds; in pvr_compute_generate_idfwdf()1351 DIV_ROUND_UP(cmd_buffer->device->idfwdf_state.usc_shareds << 2, in pvr_compute_generate_idfwdf()1372 cmd_buffer->device->idfwdf_state.usc_shareds, in pvr_compute_generate_idfwdf()
294 } idfwdf_state; member