Lines Matching defs:offset
524 /* Increase the aux offset if the main and aux surfaces will share a BO. */
525 res->aux.offset =
576 memset((char*)map + res->aux.offset, memset_value,
631 assert(aux_res->aux.surf.row_pitch_B && aux_res->aux.offset &&
638 res->aux.offset = aux_res->aux.offset;
640 assert(res->bo->size >= (res->aux.offset + res->aux.surf.size_B));
727 MAX2(res->surf.size_B, res->aux.offset + aux_size);
851 res->offset = whandle->offset;
891 res->aux.offset = whandle->offset;
907 uint64_t offset)
927 res->offset = offset;
1009 *value = wants_aux ? res->aux.offset : 0;
1061 whandle->offset = res->aux.offset;
1315 * Get pointer offset into stencil buffer.
1325 * Even though the returned offset is always positive, the return type is
1389 ptrdiff_t offset = s8_offset(surf->row_pitch_B,
1393 tiled_s8_map[offset] =
1437 ptrdiff_t offset = s8_offset(surf->row_pitch_B,
1442 tiled_s8_map[offset];