Searched refs:offs_y (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_tiling_lt.c185 uint32_t offs_y = swizzle_lt_y(box->y, cpp); local in function:vc4_lt_image_unaligned
196 void *gpu_row = gpu + offs_y;
218 offs_y = (offs_y - y_mask) & y_mask;
219 /* When offs_y wraps (we hit the end of the utile), we
222 if (!offs_y)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_tiling_lt.c185 uint32_t offs_y = swizzle_lt_y(box->y, cpp); local in function:vc4_lt_image_unaligned
196 void *gpu_row = gpu + offs_y;
218 offs_y = (offs_y - y_mask) & y_mask;
219 /* When offs_y wraps (we hit the end of the utile), we
222 if (!offs_y)

Completed in 4 milliseconds