Searched refs:srf_buf_ofs (Results 1 – 2 of 2) sorted by relevance
473 uint32_t srf_buf_ofs = 0; in psb_DeriveImage() local542 srf_buf_ofs = obj_surface->psb_surface->buf.buffer_ofs; in psb_DeriveImage()550 obj_image->image.offsets[0] = srf_buf_ofs; in psb_DeriveImage()551 …obj_image->image.offsets[1] = srf_buf_ofs + obj_surface->height * obj_surface->psb_surface->stride; in psb_DeriveImage()566 obj_image->image.offsets[0] = srf_buf_ofs; in psb_DeriveImage()567 …obj_image->image.offsets[1] = srf_buf_ofs + obj_surface->height * obj_surface->psb_surface->stride; in psb_DeriveImage()568 …obj_image->image.offsets[2] = srf_buf_ofs + obj_surface->height * obj_surface->psb_surface->stride… in psb_DeriveImage()583 obj_image->image.offsets[0] = srf_buf_ofs; in psb_DeriveImage()584 …obj_image->image.offsets[1] = srf_buf_ofs + obj_surface->height * obj_surface->psb_surface->stride; in psb_DeriveImage()585 …obj_image->image.offsets[2] = srf_buf_ofs + obj_surface->height * obj_surface->psb_surface->stride… in psb_DeriveImage()
2704 uint32_t srf_buf_ofs = 0; local2712 srf_buf_ofs = psb_surface->buf.buffer_ofs;2713 *buffer = surface_data + srf_buf_ofs;