Searched refs:nv_image_blit_ptr (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_acc.c66 static cmd_nv_image_blit* nv_image_blit_ptr; variable
1366 nv_image_blit_ptr = (cmd_nv_image_blit*)
1412 while (((nv_image_blit_ptr->FifoFree) >> 2) < 3)
1418 nv_image_blit_ptr->SourceOrg = ((ys << 16) | xs);
1419 nv_image_blit_ptr->DestOrg = ((yd << 16) | xd);
1420 nv_image_blit_ptr->HeightWidth = (((h + 1) << 16) | (w + 1));

Completed in 20 milliseconds