Home | History | Annotate | Download | only in cpp

Lines Matching refs:yoff

338     void validate2DRange(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h);
339 void validate3DRange(uint32_t xoff, uint32_t yoff, uint32_t zoff,
447 * @param[in] yoff Y offset of region to update in this Allocation
452 void copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
459 * @param[in] yoff Y offset of region to copy from this Allocation
464 void copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
470 * @param[in] yoff Y offset of region to update in this Allocation
477 void copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
483 * @param[in] yoff Y offset of region to update in this Allocation
489 void copy2DStridedFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
502 * @param[in] yoff Y offset of region to update in this Allocation
508 void copy2DStridedTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
523 * @param[in] yoff Y offset of region to update in this Allocation
530 void copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w,
536 * @param[in] yoff Y offset of region to update in this Allocation
546 void copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff,
555 * @param[in] yoff Y offset of region to update in this Allocation
562 void copy3DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w,