Home | History | Annotate | Download | only in driver

Lines Matching refs:xoff

147 uint8_t *GetOffsetPtr(const Allocation *alloc, uint32_t xoff, uint32_t yoff,
155 ptr += xoff * alloc->mHal.state.elementSizeBytes;
320 uint32_t xoff, uint32_t lod, size_t count,
324 GetOffsetPtr(alloc, xoff, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
338 uint32_t xoff, uint32_t yoff, uint32_t lod,
349 uint8_t *dst = GetOffsetPtr(alloc, xoff, yoff, 0, lod, face);
374 uint8_t *dst = GetOffsetPtr(alloc, xoff, yoff, 0, lod, face);
390 uint32_t xoff, uint32_t yoff, uint32_t zoff,
402 uint8_t *dst = GetOffsetPtr(alloc, xoff, yoff, z, lod,
418 uint32_t xoff, uint32_t lod, size_t count, void *data,
422 GetOffsetPtr(alloc, xoff, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
431 uint32_t xoff, uint32_t yoff, uint32_t lod,
442 const uint8_t *src = GetOffsetPtr(alloc, xoff, yoff, 0, lod, face);
460 uint32_t xoff, uint32_t yoff, uint32_t zoff,
472 const uint8_t *src = GetOffsetPtr(alloc, xoff, yoff, z, lod,