Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imagination/vulkan/
Dpvr_device.c1319 uint32_t *dword_ptr; in pvr_device_init_compute_idfwdf_state() local
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()
1411 dword_ptr[2] = 0U; in pvr_device_init_compute_idfwdf_state()
1412 dword_ptr[3] = 0U; in pvr_device_init_compute_idfwdf_state()
1414 dword_ptr[4] = LOW_32(image_state[0]); in pvr_device_init_compute_idfwdf_state()
1415 dword_ptr[5] = HIGH_32(image_state[0]); in pvr_device_init_compute_idfwdf_state()
1416 dword_ptr[6] = LOW_32(image_state[1]); in pvr_device_init_compute_idfwdf_state()
1417 dword_ptr[7] = HIGH_32(image_state[1]); in pvr_device_init_compute_idfwdf_state()
[all …]