Lines Matching defs:dword_ptr
1319 uint32_t *dword_ptr;
1398 dword_ptr = (uint32_t *)device->idfwdf_state.shareds_bo->bo->map;
1407 dword_ptr[0] = HIGH_32(device->idfwdf_state.store_bo->vma->dev_addr.addr);
1408 dword_ptr[1] = LOW_32(device->idfwdf_state.store_bo->vma->dev_addr.addr);
1411 dword_ptr[2] = 0U;
1412 dword_ptr[3] = 0U;
1414 dword_ptr[4] = LOW_32(image_state[0]);
1415 dword_ptr[5] = HIGH_32(image_state[0]);
1416 dword_ptr[6] = LOW_32(image_state[1]);
1417 dword_ptr[7] = HIGH_32(image_state[1]);
1419 dword_ptr[8] = LOW_32(sampler_state[0]);
1420 dword_ptr[9] = HIGH_32(sampler_state[0]);
1421 dword_ptr[10] = LOW_32(sampler_state[1]);
1422 dword_ptr[11] = HIGH_32(sampler_state[1]);
1429 dword_ptr = NULL;