Searched refs:srf_buf_ofs (Results 1 – 2 of 2) sorted by relevance
474 uint32_t srf_buf_ofs = 0; in psb_DeriveImage() local543 srf_buf_ofs = obj_surface->psb_surface->buf.buffer_ofs; in psb_DeriveImage()551 obj_image->image.offsets[0] = srf_buf_ofs; in psb_DeriveImage()552 …obj_image->image.offsets[1] = srf_buf_ofs + obj_surface->height * obj_surface->psb_surface->stride; in psb_DeriveImage()567 obj_image->image.offsets[0] = srf_buf_ofs; in psb_DeriveImage()568 …obj_image->image.offsets[1] = srf_buf_ofs + obj_surface->height * obj_surface->psb_surface->stride; in psb_DeriveImage()569 …obj_image->image.offsets[2] = srf_buf_ofs + obj_surface->height * obj_surface->psb_surface->stride… in psb_DeriveImage()584 obj_image->image.offsets[0] = srf_buf_ofs; in psb_DeriveImage()585 …obj_image->image.offsets[1] = srf_buf_ofs + obj_surface->height * obj_surface->psb_surface->stride; in psb_DeriveImage()586 …obj_image->image.offsets[2] = srf_buf_ofs + obj_surface->height * obj_surface->psb_surface->stride… in psb_DeriveImage()
2799 uint32_t srf_buf_ofs = 0; local2807 srf_buf_ofs = psb_surface->buf.buffer_ofs;2808 *buffer = surface_data + srf_buf_ofs;