Home | History | Annotate | Download | only in cpp

Lines Matching full:yoff

323     void validate2DRange(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h);
324 void validate3DRange(uint32_t xoff, uint32_t yoff, uint32_t zoff,
395 * @param[in] yoff Y offset of region to update in this Allocation
400 void copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
407 * @param[in] yoff Y offset of region to copy from this Allocation
412 void copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
418 * @param[in] yoff Y offset of region to update in this Allocation
425 void copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
431 * @param[in] yoff Y offset of region to update in this Allocation
437 void copy2DStridedFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
450 * @param[in] yoff Y offset of region to update in this Allocation
456 void copy2DStridedTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
471 * @param[in] yoff Y offset of region to update in this Allocation
478 void copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w,
484 * @param[in] yoff Y offset of region to update in this Allocation
494 void copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff,